Skip to content

Commit 438cd3d

Browse files
committed
PS wrapper code generator for v4.0.1
1 parent 72a137d commit 438cd3d

File tree

3 files changed

+597
-0
lines changed

3 files changed

+597
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+
<PropertyGroup>
5+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7+
<DebugSymbols>true</DebugSymbols>
8+
<DebugType>full</DebugType>
9+
<Optimize>false</Optimize>
10+
<OutputPath>..\..\..\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Batch\</OutputPath>
11+
<ProjectGuid>{374701E4-539A-459A-9A00-B04E51652997}</ProjectGuid>
12+
<OutputType>Exe</OutputType>
13+
<AppDesignerFolder>Properties</AppDesignerFolder>
14+
<RootNamespace>BatchModelGenerator</RootNamespace>
15+
<AssemblyName>BatchModelGenerator</AssemblyName>
16+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
17+
<FileAlignment>512</FileAlignment>
18+
<TargetFrameworkProfile />
19+
</PropertyGroup>
20+
<ItemGroup>
21+
<Reference Include="System" />
22+
<Reference Include="System.Core" />
23+
<Reference Include="System.Xml.Linq" />
24+
<Reference Include="System.Data.DataSetExtensions" />
25+
<Reference Include="Microsoft.CSharp" />
26+
<Reference Include="System.Data" />
27+
<Reference Include="System.Xml" />
28+
</ItemGroup>
29+
<ItemGroup>
30+
<Compile Include="Program.cs" />
31+
</ItemGroup>
32+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
33+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
34+
Other similar extension points exist, see Microsoft.Common.targets.
35+
<Target Name="BeforeBuild">
36+
</Target>
37+
<Target Name="AfterBuild">
38+
</Target>
39+
-->
40+
</Project>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Microsoft Visual Studio Solution File, Format Version 12.00
2+
# Visual Studio 2013
3+
VisualStudioVersion = 12.0.40629.0
4+
MinimumVisualStudioVersion = 10.0.40219.1
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BatchModelGenerator", "BatchModelGenerator.csproj", "{374701E4-539A-459A-9A00-B04E51652997}"
6+
EndProject
7+
Global
8+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
9+
VSMSBuild|Any CPU = VSMSBuild|Any CPU
10+
EndGlobalSection
11+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
12+
{374701E4-539A-459A-9A00-B04E51652997}.VSMSBuild|Any CPU.ActiveCfg = Debug|x86
13+
EndGlobalSection
14+
GlobalSection(SolutionProperties) = preSolution
15+
HideSolutionNode = FALSE
16+
EndGlobalSection
17+
EndGlobal

0 commit comments

Comments
 (0)