comparison IBBoard.WarFoundry.GUI.WinForms.csproj @ 3:8935971e307c

Fixes #1 - Correctly license code * Add license header to all WinForms code * Add COPYING.GPL and COPYING.LGPL to WinForms project Also: * Rename .csproj file to match project name * Remove unused .mdp file
author IBBoard <dev@ibboard.co.uk>
date Sun, 01 Mar 2009 15:21:07 +0000
parents
children 26fc79eeda37
comparison
equal deleted inserted replaced
2:74df258710fe 3:8935971e307c
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <PropertyGroup>
3 <ProjectType>Local</ProjectType>
4 <ProductVersion>8.0.50727</ProductVersion>
5 <SchemaVersion>2.0</SchemaVersion>
6 <ProjectGuid>{72C59D77-E2A4-401C-91F2-12728056D9A9}</ProjectGuid>
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9 <ApplicationIcon>App.ico</ApplicationIcon>
10 <AssemblyKeyContainerName>
11 </AssemblyKeyContainerName>
12 <AssemblyName>WarFoundry</AssemblyName>
13 <AssemblyOriginatorKeyFile>
14 </AssemblyOriginatorKeyFile>
15 <DefaultClientScript>JScript</DefaultClientScript>
16 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
17 <DefaultTargetSchema>IE50</DefaultTargetSchema>
18 <DelaySign>false</DelaySign>
19 <OutputType>WinExe</OutputType>
20 <RootNamespace>IBBoard.WarFoundry</RootNamespace>
21 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
22 <StartupObject>
23 </StartupObject>
24 <FileUpgradeFlags>
25 </FileUpgradeFlags>
26 <UpgradeBackupLocation>
27 </UpgradeBackupLocation>
28 </PropertyGroup>
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
30 <OutputPath>C:\Documents and Settings\ibboard\My Documents\Visual Studio 2005\Projects\bin\Debug\</OutputPath>
31 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
32 <BaseAddress>285212672</BaseAddress>
33 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
34 <ConfigurationOverrideFile>
35 </ConfigurationOverrideFile>
36 <DefineConstants>DEBUG;TRACE</DefineConstants>
37 <DocumentationFile>
38 </DocumentationFile>
39 <DebugSymbols>true</DebugSymbols>
40 <FileAlignment>4096</FileAlignment>
41 <NoStdLib>false</NoStdLib>
42 <NoWarn>
43 </NoWarn>
44 <Optimize>false</Optimize>
45 <RegisterForComInterop>false</RegisterForComInterop>
46 <RemoveIntegerChecks>false</RemoveIntegerChecks>
47 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
48 <WarningLevel>4</WarningLevel>
49 <DebugType>full</DebugType>
50 <ErrorReport>prompt</ErrorReport>
51 <UseVSHostingProcess>true</UseVSHostingProcess>
52 </PropertyGroup>
53 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
54 <OutputPath>C:\Documents and Settings\ibboard\My Documents\Visual Studio 2005\Projects\bin\release\</OutputPath>
55 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
56 <BaseAddress>285212672</BaseAddress>
57 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
58 <ConfigurationOverrideFile>
59 </ConfigurationOverrideFile>
60 <DefineConstants>TRACE</DefineConstants>
61 <DocumentationFile>
62 </DocumentationFile>
63 <DebugSymbols>false</DebugSymbols>
64 <FileAlignment>4096</FileAlignment>
65 <NoStdLib>false</NoStdLib>
66 <NoWarn>
67 </NoWarn>
68 <Optimize>true</Optimize>
69 <RegisterForComInterop>false</RegisterForComInterop>
70 <RemoveIntegerChecks>false</RemoveIntegerChecks>
71 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
72 <WarningLevel>4</WarningLevel>
73 <DebugType>none</DebugType>
74 <ErrorReport>prompt</ErrorReport>
75 <UseVSHostingProcess>true</UseVSHostingProcess>
76 </PropertyGroup>
77 <ItemGroup>
78 <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821" />
79 <Reference Include="System">
80 <Name>System</Name>
81 </Reference>
82 <Reference Include="System.Data">
83 <Name>System.Data</Name>
84 </Reference>
85 <Reference Include="System.Drawing">
86 <Name>System.Drawing</Name>
87 </Reference>
88 <Reference Include="System.Windows.Forms">
89 <Name>System.Windows.Forms</Name>
90 </Reference>
91 <Reference Include="System.Xml">
92 <Name>System.XML</Name>
93 </Reference>
94 <ProjectReference Include="..\IBBoard.Windows.Forms\IBBoard.Windows.Forms.csproj">
95 <Name>IBBoard.Windows.Forms</Name>
96 <Project>{E3790268-2082-4975-B1A3-C70B37842CE8}</Project>
97 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
98 </ProjectReference>
99 <ProjectReference Include="..\..\IBBoard\IBBoard.csproj">
100 <Name>IBBoard</Name>
101 <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project>
102 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
103 </ProjectReference>
104 <ProjectReference Include="..\IBBoard.WarFoundry.API\IBBoard.WarFoundry.API.csproj">
105 <Name>IBBoard.WarFoundry.API</Name>
106 <Project>{59EC117B-F955-44D5-8461-8F44F3A7481A}</Project>
107 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
108 </ProjectReference>
109 </ItemGroup>
110 <ItemGroup>
111 <Content Include="App.ico" />
112 <Content Include="libs\log4net.dll" />
113 <Content Include="libs\log4net.xml" />
114 <Content Include="WarFoundryPref.xml">
115 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
116 </Content>
117 <Compile Include="AssemblyInfo.cs">
118 <SubType>Code</SubType>
119 </Compile>
120 <Compile Include="FrmArmyTree.cs">
121 <SubType>Form</SubType>
122 </Compile>
123 <Compile Include="FrmDebugOutput.cs">
124 <SubType>Form</SubType>
125 </Compile>
126 <Compile Include="FrmEditUnitEquipment.cs">
127 <SubType>Form</SubType>
128 </Compile>
129 <Compile Include="FrmMain.cs">
130 <SubType>Form</SubType>
131 </Compile>
132 <Compile Include="FrmNewArmy.cs">
133 <SubType>Form</SubType>
134 </Compile>
135 <Compile Include="FrmNewUnit.cs">
136 <SubType>Form</SubType>
137 </Compile>
138 <Compile Include="FrmNewUnitEquipment.cs">
139 <SubType>Form</SubType>
140 </Compile>
141 <Compile Include="FrmReplaceUnitEquipment.cs">
142 <SubType>Form</SubType>
143 </Compile>
144 <Compile Include="FrmSelectSystem.cs">
145 <SubType>Form</SubType>
146 </Compile>
147 <Compile Include="FrmUnit.cs">
148 <SubType>Form</SubType>
149 </Compile>
150 <EmbeddedResource Include="FrmArmyTree.resx">
151 <DependentUpon>FrmArmyTree.cs</DependentUpon>
152 </EmbeddedResource>
153 <EmbeddedResource Include="FrmDebugOutput.resx">
154 <DependentUpon>FrmDebugOutput.cs</DependentUpon>
155 </EmbeddedResource>
156 <EmbeddedResource Include="FrmEditUnitEquipment.resx">
157 <DependentUpon>FrmEditUnitEquipment.cs</DependentUpon>
158 </EmbeddedResource>
159 <EmbeddedResource Include="FrmMain.resx">
160 <DependentUpon>FrmMain.cs</DependentUpon>
161 </EmbeddedResource>
162 <EmbeddedResource Include="FrmNewArmy.resx">
163 <DependentUpon>FrmNewArmy.cs</DependentUpon>
164 </EmbeddedResource>
165 <EmbeddedResource Include="FrmNewUnit.resx">
166 <DependentUpon>FrmNewUnit.cs</DependentUpon>
167 </EmbeddedResource>
168 <EmbeddedResource Include="FrmNewUnitEquipment.resx">
169 <DependentUpon>FrmNewUnitEquipment.cs</DependentUpon>
170 </EmbeddedResource>
171 <EmbeddedResource Include="FrmReplaceUnitEquipment.resx">
172 <DependentUpon>FrmReplaceUnitEquipment.cs</DependentUpon>
173 </EmbeddedResource>
174 <EmbeddedResource Include="FrmSelectSystem.resx">
175 <DependentUpon>FrmSelectSystem.cs</DependentUpon>
176 </EmbeddedResource>
177 <EmbeddedResource Include="FrmUnit.resx">
178 <DependentUpon>FrmUnit.cs</DependentUpon>
179 </EmbeddedResource>
180 <None Include="app.config" />
181 <None Include="translations\en.translation">
182 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
183 </None>
184 <None Include="WarFoundry.exe.manifest" />
185 </ItemGroup>
186 <ItemGroup>
187 <Folder Include="Properties\" />
188 </ItemGroup>
189 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
190 <PropertyGroup>
191 <PreBuildEvent>
192 </PreBuildEvent>
193 <PostBuildEvent>
194 </PostBuildEvent>
195 </PropertyGroup>
196 </Project>