1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup >
4
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
+ <Platform Condition =" '$(Platform)' == '' " >x86</Platform >
6
+ <ProductVersion >8.0.30703</ProductVersion >
7
+ <SchemaVersion >2.0</SchemaVersion >
8
+ <ProjectGuid >{CE1E85E5-85BC-4358-8053-EB7EDD280303}</ProjectGuid >
9
+ <OutputType >WinExe</OutputType >
10
+ <AppDesignerFolder >Properties</AppDesignerFolder >
11
+ <RootNamespace >DwarfFortressModMerger</RootNamespace >
12
+ <AssemblyName >DwarfFortressModMerger</AssemblyName >
13
+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
14
+ <TargetFrameworkProfile >Client</TargetFrameworkProfile >
15
+ <FileAlignment >512</FileAlignment >
16
+ </PropertyGroup >
17
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
18
+ <PlatformTarget >x86</PlatformTarget >
19
+ <DebugSymbols >true</DebugSymbols >
20
+ <DebugType >full</DebugType >
21
+ <Optimize >false</Optimize >
22
+ <OutputPath >bin\Debug\</OutputPath >
23
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
24
+ <ErrorReport >prompt</ErrorReport >
25
+ <WarningLevel >4</WarningLevel >
26
+ </PropertyGroup >
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
28
+ <PlatformTarget >x86</PlatformTarget >
29
+ <DebugType >pdbonly</DebugType >
30
+ <Optimize >true</Optimize >
31
+ <OutputPath >bin\Release\</OutputPath >
32
+ <DefineConstants >TRACE</DefineConstants >
33
+ <ErrorReport >prompt</ErrorReport >
34
+ <WarningLevel >4</WarningLevel >
35
+ </PropertyGroup >
36
+ <PropertyGroup >
37
+ <StartupObject >DwarfFortressModMerger.Program</StartupObject >
38
+ </PropertyGroup >
39
+ <PropertyGroup >
40
+ <ApplicationIcon >j.ico</ApplicationIcon >
41
+ </PropertyGroup >
42
+ <ItemGroup >
43
+ <Reference Include =" System" />
44
+ <Reference Include =" System.Core" />
45
+ <Reference Include =" System.Xml.Linq" />
46
+ <Reference Include =" System.Data.DataSetExtensions" />
47
+ <Reference Include =" Microsoft.CSharp" />
48
+ <Reference Include =" System.Data" />
49
+ <Reference Include =" System.Deployment" />
50
+ <Reference Include =" System.Drawing" />
51
+ <Reference Include =" System.Windows.Forms" />
52
+ <Reference Include =" System.Xml" />
53
+ </ItemGroup >
54
+ <ItemGroup >
55
+ <Compile Include =" controller.cs" />
56
+ <Compile Include =" Form1.cs" >
57
+ <SubType >Form</SubType >
58
+ </Compile >
59
+ <Compile Include =" Form1.Designer.cs" >
60
+ <DependentUpon >Form1.cs</DependentUpon >
61
+ </Compile >
62
+ <Compile Include =" Program.cs" />
63
+ <Compile Include =" Properties\AssemblyInfo.cs" />
64
+ <EmbeddedResource Include =" Form1.resx" >
65
+ <DependentUpon >Form1.cs</DependentUpon >
66
+ </EmbeddedResource >
67
+ <EmbeddedResource Include =" Resources.resx" >
68
+ <Generator >ResXFileCodeGenerator</Generator >
69
+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
70
+ <SubType >Designer</SubType >
71
+ </EmbeddedResource >
72
+ <Compile Include =" Resources.Designer.cs" >
73
+ <AutoGen >True</AutoGen >
74
+ <DependentUpon >Resources.resx</DependentUpon >
75
+ <DesignTime >True</DesignTime >
76
+ </Compile >
77
+ <None Include =" Properties\Settings.settings" >
78
+ <Generator >SettingsSingleFileGenerator</Generator >
79
+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
80
+ </None >
81
+ <Compile Include =" Properties\Settings.Designer.cs" >
82
+ <AutoGen >True</AutoGen >
83
+ <DependentUpon >Settings.settings</DependentUpon >
84
+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
85
+ </Compile >
86
+ </ItemGroup >
87
+ <ItemGroup >
88
+ <Content Include =" j.ico" />
89
+ </ItemGroup >
90
+ <ItemGroup >
91
+ <ProjectReference Include =" ..\..\..\ANDREICSLIB\SOURCE\ANDREICSLIB\ANDREICSLIB.csproj" >
92
+ <Project >{469B8120-B6D8-48BD-97C4-AFAB63AEE304}</Project >
93
+ <Name >ANDREICSLIB</Name >
94
+ </ProjectReference >
95
+ </ItemGroup >
96
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
97
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
98
+ Other similar extension points exist, see Microsoft.Common.targets.
99
+ <Target Name="BeforeBuild">
100
+ </Target>
101
+ <Target Name="AfterBuild">
102
+ </Target>
103
+ -->
104
+ </Project >
0 commit comments