comparison IBBoard.WarFoundry.GUI.WinForms.csproj @ 221:c47094612bac

Re #355: Add XML export format that can be transformed with an XSL * Merge Clutch's WinForms code into main branch * Fix targetting of project * Add .hgignore
author IBBoard <dev@ibboard.co.uk>
date Thu, 25 Aug 2011 20:43:51 +0100
parents 314d90a059d8 e10688b29092
children b3a47b712a8b
comparison
equal deleted inserted replaced
206:314d90a059d8 221:c47094612bac
24 <FileUpgradeFlags> 24 <FileUpgradeFlags>
25 </FileUpgradeFlags> 25 </FileUpgradeFlags>
26 <UpgradeBackupLocation> 26 <UpgradeBackupLocation>
27 </UpgradeBackupLocation> 27 </UpgradeBackupLocation>
28 <OldToolsVersion>3.5</OldToolsVersion> 28 <OldToolsVersion>3.5</OldToolsVersion>
29 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 29 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
30 <IsWebBootstrapper>false</IsWebBootstrapper> 30 <IsWebBootstrapper>false</IsWebBootstrapper>
31 <PublishUrl>publish\</PublishUrl> 31 <PublishUrl>publish\</PublishUrl>
32 <Install>true</Install> 32 <Install>true</Install>
33 <InstallFrom>Disk</InstallFrom> 33 <InstallFrom>Disk</InstallFrom>
34 <UpdateEnabled>false</UpdateEnabled> 34 <UpdateEnabled>false</UpdateEnabled>
40 <MapFileExtensions>true</MapFileExtensions> 40 <MapFileExtensions>true</MapFileExtensions>
41 <ApplicationRevision>0</ApplicationRevision> 41 <ApplicationRevision>0</ApplicationRevision>
42 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 42 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
43 <UseApplicationTrust>false</UseApplicationTrust> 43 <UseApplicationTrust>false</UseApplicationTrust>
44 <BootstrapperEnabled>true</BootstrapperEnabled> 44 <BootstrapperEnabled>true</BootstrapperEnabled>
45 <TargetFrameworkProfile />
45 </PropertyGroup> 46 </PropertyGroup>
46 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
47 <OutputPath>bin\Debug\</OutputPath> 48 <OutputPath>bin\Debug\</OutputPath>
48 <AllowUnsafeBlocks>false</AllowUnsafeBlocks> 49 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
49 <BaseAddress>285212672</BaseAddress> 50 <BaseAddress>285212672</BaseAddress>
160 <SubType>Form</SubType> 161 <SubType>Form</SubType>
161 </Compile> 162 </Compile>
162 <Compile Include="FrmUnit.cs"> 163 <Compile Include="FrmUnit.cs">
163 <SubType>Form</SubType> 164 <SubType>Form</SubType>
164 </Compile> 165 </Compile>
166 <Compile Include="FrmXmlExport.cs">
167 <SubType>Form</SubType>
168 </Compile>
169 <Compile Include="FrmXmlExport.Designer.cs">
170 <DependentUpon>FrmXmlExport.cs</DependentUpon>
171 </Compile>
165 <Compile Include="Properties\Resources.Designer.cs"> 172 <Compile Include="Properties\Resources.Designer.cs">
166 <AutoGen>True</AutoGen> 173 <AutoGen>True</AutoGen>
167 <DesignTime>True</DesignTime> 174 <DesignTime>True</DesignTime>
168 <DependentUpon>Resources.resx</DependentUpon> 175 <DependentUpon>Resources.resx</DependentUpon>
169 </Compile> 176 </Compile>
215 <SubType>Designer</SubType> 222 <SubType>Designer</SubType>
216 </EmbeddedResource> 223 </EmbeddedResource>
217 <EmbeddedResource Include="FrmUnit.resx"> 224 <EmbeddedResource Include="FrmUnit.resx">
218 <DependentUpon>FrmUnit.cs</DependentUpon> 225 <DependentUpon>FrmUnit.cs</DependentUpon>
219 <SubType>Designer</SubType> 226 <SubType>Designer</SubType>
227 </EmbeddedResource>
228 <EmbeddedResource Include="FrmXmlExport.resx">
229 <DependentUpon>FrmXmlExport.cs</DependentUpon>
220 </EmbeddedResource> 230 </EmbeddedResource>
221 <EmbeddedResource Include="Properties\Resources.resx"> 231 <EmbeddedResource Include="Properties\Resources.resx">
222 <SubType>Designer</SubType> 232 <SubType>Designer</SubType>
223 <Generator>ResXFileCodeGenerator</Generator> 233 <Generator>ResXFileCodeGenerator</Generator>
224 <LastGenOutput>Resources.Designer.cs</LastGenOutput> 234 <LastGenOutput>Resources.Designer.cs</LastGenOutput>