Mercurial > repos > IBDev-IBBoard.WarFoundry.API
comparison IBBoard.WarFoundry.API.csproj @ 0:520818033bb6
Initial commit of WarFoundry code
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Fri, 19 Dec 2008 15:57:51 +0000 |
parents | |
children | df7211c5c448 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:520818033bb6 |
---|---|
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>{59EC117B-F955-44D5-8461-8F44F3A7481A}</ProjectGuid> | |
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
9 <ApplicationIcon> | |
10 </ApplicationIcon> | |
11 <AssemblyKeyContainerName> | |
12 </AssemblyKeyContainerName> | |
13 <AssemblyName>IBBoard.WarFoundry.API</AssemblyName> | |
14 <AssemblyOriginatorKeyFile> | |
15 </AssemblyOriginatorKeyFile> | |
16 <DefaultClientScript>JScript</DefaultClientScript> | |
17 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> | |
18 <DefaultTargetSchema>IE50</DefaultTargetSchema> | |
19 <DelaySign>false</DelaySign> | |
20 <OutputType>Library</OutputType> | |
21 <RootNamespace>IBBoard.WarFoundry</RootNamespace> | |
22 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> | |
23 <StartupObject> | |
24 </StartupObject> | |
25 <FileUpgradeFlags> | |
26 </FileUpgradeFlags> | |
27 <UpgradeBackupLocation> | |
28 </UpgradeBackupLocation> | |
29 </PropertyGroup> | |
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
31 <OutputPath>bin\Debug\</OutputPath> | |
32 <AllowUnsafeBlocks>false</AllowUnsafeBlocks> | |
33 <BaseAddress>285212672</BaseAddress> | |
34 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> | |
35 <ConfigurationOverrideFile> | |
36 </ConfigurationOverrideFile> | |
37 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
38 <DocumentationFile> | |
39 </DocumentationFile> | |
40 <DebugSymbols>true</DebugSymbols> | |
41 <FileAlignment>4096</FileAlignment> | |
42 <NoStdLib>false</NoStdLib> | |
43 <NoWarn> | |
44 </NoWarn> | |
45 <Optimize>false</Optimize> | |
46 <RegisterForComInterop>false</RegisterForComInterop> | |
47 <RemoveIntegerChecks>false</RemoveIntegerChecks> | |
48 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> | |
49 <WarningLevel>4</WarningLevel> | |
50 <DebugType>full</DebugType> | |
51 <ErrorReport>prompt</ErrorReport> | |
52 </PropertyGroup> | |
53 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
54 <OutputPath>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 </PropertyGroup> | |
76 <ItemGroup> | |
77 <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821" /> | |
78 <Reference Include="nunit.framework, Version=2.4.3.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" /> | |
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.Windows.Forms"> | |
86 <Name>System.Windows.Forms</Name> | |
87 </Reference> | |
88 <Reference Include="System.Xml"> | |
89 <Name>System.XML</Name> | |
90 </Reference> | |
91 <ProjectReference Include="..\..\IBBoard\IBBoard.csproj"> | |
92 <Name>IBBoard</Name> | |
93 <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project> | |
94 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | |
95 </ProjectReference> | |
96 </ItemGroup> | |
97 <ItemGroup> | |
98 <Compile Include="API\Ability.cs" /> | |
99 <Compile Include="API\ArmourType.cs" /> | |
100 <Compile Include="API\Army.cs"> | |
101 <SubType>Code</SubType> | |
102 </Compile> | |
103 <Compile Include="API\ArmyCategory.cs"> | |
104 <SubType>Code</SubType> | |
105 </Compile> | |
106 <Compile Include="API\Category.cs"> | |
107 <SubType>Code</SubType> | |
108 </Compile> | |
109 <Compile Include="API\Commands\CreateAndAddUnitCommand.cs" /> | |
110 <Compile Include="API\Commands\RemoveUnitCommand.cs"> | |
111 <SubType>Code</SubType> | |
112 </Compile> | |
113 <Compile Include="API\Commands\ReplaceUnitEquipmentCommand.cs"> | |
114 <SubType>Code</SubType> | |
115 </Compile> | |
116 <Compile Include="API\Commands\SetNameCommand.cs"> | |
117 <SubType>Code</SubType> | |
118 </Compile> | |
119 <Compile Include="API\Commands\SetUnitEquipmentAmountCommand.cs"> | |
120 <SubType>Code</SubType> | |
121 </Compile> | |
122 <Compile Include="API\Commands\SetUnitSizeCommand.cs"> | |
123 <SubType>Code</SubType> | |
124 </Compile> | |
125 <Compile Include="API\Delegates.cs"> | |
126 <SubType>Code</SubType> | |
127 </Compile> | |
128 <Compile Include="API\EquipmentItem.cs"> | |
129 <SubType>Code</SubType> | |
130 </Compile> | |
131 <Compile Include="API\GameSystem.cs"> | |
132 <SubType>Code</SubType> | |
133 </Compile> | |
134 <Compile Include="API\Race.cs"> | |
135 <SubType>Code</SubType> | |
136 </Compile> | |
137 <Compile Include="API\Requirements\AbstractArmyRequirement.cs" /> | |
138 <Compile Include="API\Requirements\AbstractFailedRequirement.cs" /> | |
139 <Compile Include="API\Requirements\AbstractRequirement.cs" /> | |
140 <Compile Include="API\Requirements\AbstractUnitRequirement.cs" /> | |
141 <Compile Include="API\Requirements\Delegates.cs" /> | |
142 <Compile Include="API\Requirements\FailedRequirement.cs" /> | |
143 <Compile Include="API\Requirements\FailedUnitRequirement.cs" /> | |
144 <Compile Include="API\Requirements\RequirementAND.cs" /> | |
145 <Compile Include="API\Requirements\RequirementOR.cs" /> | |
146 <Compile Include="API\Requirements\UnitExcludesRequirement.cs" /> | |
147 <Compile Include="API\Requirements\UnitExclusion.cs" /> | |
148 <Compile Include="API\Requirements\UnitMaxNumberReached.cs" /> | |
149 <Compile Include="API\Requirements\UnitMinNumberReached.cs" /> | |
150 <Compile Include="API\Requirements\UnitRequirement.cs" /> | |
151 <Compile Include="API\Requirements\UnitRequirementItem.cs" /> | |
152 <Compile Include="API\Requirements\UnitRequirementMaxNumber.cs" /> | |
153 <Compile Include="API\Requirements\UnitRequirementMinNumber.cs" /> | |
154 <Compile Include="API\Requirements\UnitRequiresAtLeastRequirement.cs" /> | |
155 <Compile Include="API\Stat.cs"> | |
156 <SubType>Code</SubType> | |
157 </Compile> | |
158 <Compile Include="API\Stats.cs"> | |
159 <SubType>Code</SubType> | |
160 </Compile> | |
161 <Compile Include="API\StatSlot.cs"> | |
162 <SubType>Code</SubType> | |
163 </Compile> | |
164 <Compile Include="API\SystemStats.cs"> | |
165 <SubType>Code</SubType> | |
166 </Compile> | |
167 <Compile Include="API\SystemStatsSet.cs" /> | |
168 <Compile Include="API\Unit.cs"> | |
169 <SubType>Code</SubType> | |
170 </Compile> | |
171 <Compile Include="API\UnitEquipmentItem.cs"> | |
172 <SubType>Code</SubType> | |
173 </Compile> | |
174 <Compile Include="API\UnitEquipmentItemObj.cs"> | |
175 <SubType>Code</SubType> | |
176 </Compile> | |
177 <Compile Include="API\UnitType.cs"> | |
178 <SubType>Code</SubType> | |
179 </Compile> | |
180 <Compile Include="API\WarFoundryCore.cs" /> | |
181 <Compile Include="API\WarFoundryFactory.cs"> | |
182 <SubType>Code</SubType> | |
183 </Compile> | |
184 <Compile Include="API\WarFoundryFactoryFactory.cs" /> | |
185 <Compile Include="API\WarFoundryObject.cs"> | |
186 <SubType>Code</SubType> | |
187 </Compile> | |
188 <Compile Include="API\WarFoundrySaver.cs" /> | |
189 <Compile Include="API\WarFoundryStagedLoadObject.cs" /> | |
190 <Compile Include="API\WarFoundryXmlElementName.cs" /> | |
191 <Compile Include="API\WarFoundryXmlFactory.cs" /> | |
192 <Compile Include="AssemblyInfo.cs"> | |
193 <SubType>Code</SubType> | |
194 </Compile> | |
195 <Compile Include="tests\WarFoundryFactoryFactoryTest.cs" /> | |
196 <Compile Include="tests\WarFoundryFactoryTest.cs" /> | |
197 </ItemGroup> | |
198 <ItemGroup> | |
199 <Content Include="libs\log4net.dll" /> | |
200 <Content Include="libs\log4net.xml" /> | |
201 </ItemGroup> | |
202 <ItemGroup> | |
203 <Folder Include="testdata\" /> | |
204 </ItemGroup> | |
205 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | |
206 <PropertyGroup> | |
207 <PreBuildEvent> | |
208 </PreBuildEvent> | |
209 <PostBuildEvent> | |
210 </PostBuildEvent> | |
211 </PropertyGroup> | |
212 </Project> |