Mercurial > repos > IBDev-IBBoard.WarFoundry.GUI.WinForms
comparison IBBoard.WarFoundry.GUI.WinForms.csproj @ 10:19bdbb80999c
Closes #47 - Remove magic numbers
* Replace "magic number" -1s in WinForms with WarFoundryCore.INFINITY
Also:
* Code cleanup to remove warnings
* Code cleanup to replace space indentation with tabs
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Tue, 19 May 2009 18:51:32 +0000 |
parents | 755e60be28be |
children | 98a4216fd0ba |
comparison
equal
deleted
inserted
replaced
9:ffb49ec86df7 | 10:19bdbb80999c |
---|---|
17 <DefaultTargetSchema>IE50</DefaultTargetSchema> | 17 <DefaultTargetSchema>IE50</DefaultTargetSchema> |
18 <DelaySign>false</DelaySign> | 18 <DelaySign>false</DelaySign> |
19 <OutputType>WinExe</OutputType> | 19 <OutputType>WinExe</OutputType> |
20 <RootNamespace>IBBoard.WarFoundry</RootNamespace> | 20 <RootNamespace>IBBoard.WarFoundry</RootNamespace> |
21 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> | 21 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> |
22 <StartupObject> | 22 <StartupObject>IBBoard.WarFoundry.FrmMain</StartupObject> |
23 </StartupObject> | |
24 <FileUpgradeFlags> | 23 <FileUpgradeFlags> |
25 </FileUpgradeFlags> | 24 </FileUpgradeFlags> |
26 <UpgradeBackupLocation> | 25 <UpgradeBackupLocation> |
27 </UpgradeBackupLocation> | 26 </UpgradeBackupLocation> |
28 </PropertyGroup> | 27 </PropertyGroup> |
49 <DebugType>full</DebugType> | 48 <DebugType>full</DebugType> |
50 <ErrorReport>prompt</ErrorReport> | 49 <ErrorReport>prompt</ErrorReport> |
51 <UseVSHostingProcess>true</UseVSHostingProcess> | 50 <UseVSHostingProcess>true</UseVSHostingProcess> |
52 </PropertyGroup> | 51 </PropertyGroup> |
53 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | 52 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
54 <OutputPath>C:\Documents and Settings\ibboard\My Documents\Visual Studio 2005\Projects\bin\release\</OutputPath> | 53 <OutputPath>C:\Documents and Settings\ibboard\My Documents\Visual Studio 2005\Projects\bin\Debug\</OutputPath> |
55 <AllowUnsafeBlocks>false</AllowUnsafeBlocks> | 54 <AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
56 <BaseAddress>285212672</BaseAddress> | 55 <BaseAddress>285212672</BaseAddress> |
57 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> | 56 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> |
58 <ConfigurationOverrideFile> | 57 <ConfigurationOverrideFile> |
59 </ConfigurationOverrideFile> | 58 </ConfigurationOverrideFile> |
176 <EmbeddedResource Include="FrmReplaceUnitEquipment.resx"> | 175 <EmbeddedResource Include="FrmReplaceUnitEquipment.resx"> |
177 <DependentUpon>FrmReplaceUnitEquipment.cs</DependentUpon> | 176 <DependentUpon>FrmReplaceUnitEquipment.cs</DependentUpon> |
178 </EmbeddedResource> | 177 </EmbeddedResource> |
179 <EmbeddedResource Include="FrmSelectSystem.resx"> | 178 <EmbeddedResource Include="FrmSelectSystem.resx"> |
180 <DependentUpon>FrmSelectSystem.cs</DependentUpon> | 179 <DependentUpon>FrmSelectSystem.cs</DependentUpon> |
180 <SubType>Designer</SubType> | |
181 </EmbeddedResource> | 181 </EmbeddedResource> |
182 <EmbeddedResource Include="FrmUnit.resx"> | 182 <EmbeddedResource Include="FrmUnit.resx"> |
183 <DependentUpon>FrmUnit.cs</DependentUpon> | 183 <DependentUpon>FrmUnit.cs</DependentUpon> |
184 </EmbeddedResource> | 184 </EmbeddedResource> |
185 <None Include="app.config" /> | 185 <None Include="app.config" /> |
188 </None> | 188 </None> |
189 <None Include="COPYING.LGPL"> | 189 <None Include="COPYING.LGPL"> |
190 <CopyToOutputDirectory>Always</CopyToOutputDirectory> | 190 <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
191 </None> | 191 </None> |
192 <None Include="translations\en.translation"> | 192 <None Include="translations\en.translation"> |
193 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
194 </None> | |
195 <None Include="WarFoundry.exe.log4net"> | |
193 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | 196 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
194 </None> | 197 </None> |
195 <None Include="WarFoundry.exe.manifest" /> | 198 <None Include="WarFoundry.exe.manifest" /> |
196 </ItemGroup> | 199 </ItemGroup> |
197 <ItemGroup> | 200 <ItemGroup> |