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 >
0 commit comments