Mercurial > repos > IBDev-IBBoard.WarFoundry.GUI.WinForms
annotate 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 |
rev | line source |
---|---|
3 | 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> | |
10
19bdbb80999c
Closes #47 - Remove magic numbers
IBBoard <dev@ibboard.co.uk>
parents:
8
diff
changeset
|
22 <StartupObject>IBBoard.WarFoundry.FrmMain</StartupObject> |
3 | 23 <FileUpgradeFlags> |
24 </FileUpgradeFlags> | |
25 <UpgradeBackupLocation> | |
26 </UpgradeBackupLocation> | |
27 </PropertyGroup> | |
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
29 <OutputPath>C:\Documents and Settings\ibboard\My Documents\Visual Studio 2005\Projects\bin\Debug\</OutputPath> | |
30 <AllowUnsafeBlocks>false</AllowUnsafeBlocks> | |
31 <BaseAddress>285212672</BaseAddress> | |
32 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> | |
33 <ConfigurationOverrideFile> | |
34 </ConfigurationOverrideFile> | |
35 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
36 <DocumentationFile> | |
37 </DocumentationFile> | |
38 <DebugSymbols>true</DebugSymbols> | |
39 <FileAlignment>4096</FileAlignment> | |
40 <NoStdLib>false</NoStdLib> | |
41 <NoWarn> | |
42 </NoWarn> | |
43 <Optimize>false</Optimize> | |
44 <RegisterForComInterop>false</RegisterForComInterop> | |
45 <RemoveIntegerChecks>false</RemoveIntegerChecks> | |
46 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> | |
47 <WarningLevel>4</WarningLevel> | |
48 <DebugType>full</DebugType> | |
49 <ErrorReport>prompt</ErrorReport> | |
50 <UseVSHostingProcess>true</UseVSHostingProcess> | |
51 </PropertyGroup> | |
52 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
10
19bdbb80999c
Closes #47 - Remove magic numbers
IBBoard <dev@ibboard.co.uk>
parents:
8
diff
changeset
|
53 <OutputPath>C:\Documents and Settings\ibboard\My Documents\Visual Studio 2005\Projects\bin\Debug\</OutputPath> |
3 | 54 <AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
55 <BaseAddress>285212672</BaseAddress> | |
56 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> | |
57 <ConfigurationOverrideFile> | |
58 </ConfigurationOverrideFile> | |
59 <DefineConstants>TRACE</DefineConstants> | |
60 <DocumentationFile> | |
61 </DocumentationFile> | |
62 <DebugSymbols>false</DebugSymbols> | |
63 <FileAlignment>4096</FileAlignment> | |
64 <NoStdLib>false</NoStdLib> | |
65 <NoWarn> | |
66 </NoWarn> | |
67 <Optimize>true</Optimize> | |
68 <RegisterForComInterop>false</RegisterForComInterop> | |
69 <RemoveIntegerChecks>false</RemoveIntegerChecks> | |
70 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> | |
71 <WarningLevel>4</WarningLevel> | |
72 <DebugType>none</DebugType> | |
73 <ErrorReport>prompt</ErrorReport> | |
74 <UseVSHostingProcess>true</UseVSHostingProcess> | |
75 </PropertyGroup> | |
76 <ItemGroup> | |
77 <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821" /> | |
78 <Reference Include="System"> | |
79 <Name>System</Name> | |
80 </Reference> | |
81 <Reference Include="System.Data"> | |
82 <Name>System.Data</Name> | |
83 </Reference> | |
84 <Reference Include="System.Drawing"> | |
85 <Name>System.Drawing</Name> | |
86 </Reference> | |
87 <Reference Include="System.Windows.Forms"> | |
88 <Name>System.Windows.Forms</Name> | |
89 </Reference> | |
90 <Reference Include="System.Xml"> | |
91 <Name>System.XML</Name> | |
92 </Reference> | |
5
26fc79eeda37
Fixes #31 - Add log4net logging to WinForms interface
IBBoard <dev@ibboard.co.uk>
parents:
3
diff
changeset
|
93 <ProjectReference Include="..\IBBoard.Log4Net\IBBoard.Log4Net.csproj"> |
26fc79eeda37
Fixes #31 - Add log4net logging to WinForms interface
IBBoard <dev@ibboard.co.uk>
parents:
3
diff
changeset
|
94 <Project>{DCBA3FB1-267A-4D89-955B-5C05785EE1CD}</Project> |
26fc79eeda37
Fixes #31 - Add log4net logging to WinForms interface
IBBoard <dev@ibboard.co.uk>
parents:
3
diff
changeset
|
95 <Name>IBBoard.Log4Net</Name> |
26fc79eeda37
Fixes #31 - Add log4net logging to WinForms interface
IBBoard <dev@ibboard.co.uk>
parents:
3
diff
changeset
|
96 </ProjectReference> |
3 | 97 <ProjectReference Include="..\IBBoard.Windows.Forms\IBBoard.Windows.Forms.csproj"> |
98 <Name>IBBoard.Windows.Forms</Name> | |
99 <Project>{E3790268-2082-4975-B1A3-C70B37842CE8}</Project> | |
100 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | |
101 </ProjectReference> | |
102 <ProjectReference Include="..\..\IBBoard\IBBoard.csproj"> | |
103 <Name>IBBoard</Name> | |
104 <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project> | |
105 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | |
106 </ProjectReference> | |
107 <ProjectReference Include="..\IBBoard.WarFoundry.API\IBBoard.WarFoundry.API.csproj"> | |
108 <Name>IBBoard.WarFoundry.API</Name> | |
109 <Project>{59EC117B-F955-44D5-8461-8F44F3A7481A}</Project> | |
110 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | |
111 </ProjectReference> | |
112 </ItemGroup> | |
113 <ItemGroup> | |
114 <Content Include="App.ico" /> | |
115 <Content Include="libs\log4net.dll" /> | |
116 <Content Include="libs\log4net.xml" /> | |
117 <Content Include="WarFoundryPref.xml"> | |
118 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
119 </Content> | |
120 <Compile Include="AssemblyInfo.cs"> | |
121 <SubType>Code</SubType> | |
122 </Compile> | |
123 <Compile Include="FrmArmyTree.cs"> | |
124 <SubType>Form</SubType> | |
125 </Compile> | |
126 <Compile Include="FrmDebugOutput.cs"> | |
127 <SubType>Form</SubType> | |
128 </Compile> | |
129 <Compile Include="FrmEditUnitEquipment.cs"> | |
130 <SubType>Form</SubType> | |
131 </Compile> | |
132 <Compile Include="FrmMain.cs"> | |
133 <SubType>Form</SubType> | |
134 </Compile> | |
135 <Compile Include="FrmNewArmy.cs"> | |
136 <SubType>Form</SubType> | |
137 </Compile> | |
138 <Compile Include="FrmNewUnit.cs"> | |
139 <SubType>Form</SubType> | |
140 </Compile> | |
141 <Compile Include="FrmNewUnitEquipment.cs"> | |
142 <SubType>Form</SubType> | |
143 </Compile> | |
144 <Compile Include="FrmReplaceUnitEquipment.cs"> | |
145 <SubType>Form</SubType> | |
146 </Compile> | |
147 <Compile Include="FrmSelectSystem.cs"> | |
148 <SubType>Form</SubType> | |
149 </Compile> | |
150 <Compile Include="FrmUnit.cs"> | |
151 <SubType>Form</SubType> | |
152 </Compile> | |
8
755e60be28be
Re #61 - Complete structure of WarFoundry API objects
IBBoard <dev@ibboard.co.uk>
parents:
6
diff
changeset
|
153 <Compile Include="Util\UnitEquipmentChoice.cs" /> |
3 | 154 <EmbeddedResource Include="FrmArmyTree.resx"> |
155 <DependentUpon>FrmArmyTree.cs</DependentUpon> | |
156 </EmbeddedResource> | |
157 <EmbeddedResource Include="FrmDebugOutput.resx"> | |
158 <DependentUpon>FrmDebugOutput.cs</DependentUpon> | |
159 </EmbeddedResource> | |
160 <EmbeddedResource Include="FrmEditUnitEquipment.resx"> | |
161 <DependentUpon>FrmEditUnitEquipment.cs</DependentUpon> | |
162 </EmbeddedResource> | |
163 <EmbeddedResource Include="FrmMain.resx"> | |
164 <DependentUpon>FrmMain.cs</DependentUpon> | |
165 </EmbeddedResource> | |
166 <EmbeddedResource Include="FrmNewArmy.resx"> | |
167 <DependentUpon>FrmNewArmy.cs</DependentUpon> | |
168 </EmbeddedResource> | |
169 <EmbeddedResource Include="FrmNewUnit.resx"> | |
170 <DependentUpon>FrmNewUnit.cs</DependentUpon> | |
171 </EmbeddedResource> | |
172 <EmbeddedResource Include="FrmNewUnitEquipment.resx"> | |
173 <DependentUpon>FrmNewUnitEquipment.cs</DependentUpon> | |
174 </EmbeddedResource> | |
175 <EmbeddedResource Include="FrmReplaceUnitEquipment.resx"> | |
176 <DependentUpon>FrmReplaceUnitEquipment.cs</DependentUpon> | |
177 </EmbeddedResource> | |
178 <EmbeddedResource Include="FrmSelectSystem.resx"> | |
179 <DependentUpon>FrmSelectSystem.cs</DependentUpon> | |
10
19bdbb80999c
Closes #47 - Remove magic numbers
IBBoard <dev@ibboard.co.uk>
parents:
8
diff
changeset
|
180 <SubType>Designer</SubType> |
3 | 181 </EmbeddedResource> |
182 <EmbeddedResource Include="FrmUnit.resx"> | |
183 <DependentUpon>FrmUnit.cs</DependentUpon> | |
184 </EmbeddedResource> | |
185 <None Include="app.config" /> | |
6 | 186 <None Include="COPYING.GPL"> |
187 <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
188 </None> | |
189 <None Include="COPYING.LGPL"> | |
190 <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
191 </None> | |
3 | 192 <None Include="translations\en.translation"> |
193 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
194 </None> | |
10
19bdbb80999c
Closes #47 - Remove magic numbers
IBBoard <dev@ibboard.co.uk>
parents:
8
diff
changeset
|
195 <None Include="WarFoundry.exe.log4net"> |
19bdbb80999c
Closes #47 - Remove magic numbers
IBBoard <dev@ibboard.co.uk>
parents:
8
diff
changeset
|
196 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
19bdbb80999c
Closes #47 - Remove magic numbers
IBBoard <dev@ibboard.co.uk>
parents:
8
diff
changeset
|
197 </None> |
3 | 198 <None Include="WarFoundry.exe.manifest" /> |
199 </ItemGroup> | |
200 <ItemGroup> | |
201 <Folder Include="Properties\" /> | |
202 </ItemGroup> | |
203 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | |
204 <PropertyGroup> | |
205 <PreBuildEvent> | |
206 </PreBuildEvent> | |
207 <PostBuildEvent> | |
208 </PostBuildEvent> | |
209 </PropertyGroup> | |
210 </Project> |