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 Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
5
+ <DebugSymbols >true</DebugSymbols >
6
+ <DebugType >full</DebugType >
7
+ <Optimize >false</Optimize >
8
+ <OutputPath >bin\Debug\</OutputPath >
9
+ <ProjectGuid >{374701E4-539A-459A-9A00-B04E51652997}</ProjectGuid >
10
+ <OutputType >Exe</OutputType >
11
+ <AppDesignerFolder >Properties</AppDesignerFolder >
12
+ <RootNamespace >BatchModelGenerator</RootNamespace >
13
+ <AssemblyName >BatchModelGenerator</AssemblyName >
14
+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
15
+ <FileAlignment >512</FileAlignment >
16
+ <TargetFrameworkProfile />
17
+ </PropertyGroup >
18
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
19
+ <DebugSymbols >true</DebugSymbols >
20
+ <DebugType >full</DebugType >
21
+ <Optimize >false</Optimize >
22
+ <OutputPath >bin\Debug\</OutputPath >
23
+ <ProjectGuid >{374701E4-539A-459A-9A00-B04E51652997}</ProjectGuid >
24
+ <OutputType >Exe</OutputType >
25
+ <AppDesignerFolder >Properties</AppDesignerFolder >
26
+ <RootNamespace >BatchModelGenerator</RootNamespace >
27
+ <AssemblyName >BatchModelGenerator</AssemblyName >
28
+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
29
+ <FileAlignment >512</FileAlignment >
30
+ <TargetFrameworkProfile />
31
+ </PropertyGroup >
32
+ <ItemGroup >
33
+ <Reference Include =" System" />
34
+ <Reference Include =" System.Core" />
35
+ <Reference Include =" System.Xml.Linq" />
36
+ <Reference Include =" System.Data.DataSetExtensions" />
37
+ <Reference Include =" Microsoft.CSharp" />
38
+ <Reference Include =" System.Data" />
39
+ <Reference Include =" System.Xml" />
40
+ </ItemGroup >
41
+ <ItemGroup >
42
+ <Compile Include =" Program.cs" />
43
+ </ItemGroup >
44
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
45
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
46
+ Other similar extension points exist, see Microsoft.Common.targets.
47
+ <Target Name="BeforeBuild">
48
+ </Target>
49
+ <Target Name="AfterBuild">
50
+ </Target>
51
+ -->
52
+ </Project >
0 commit comments