| 1 |
<?xml version="1.0" encoding="utf-8"?> |
| 2 |
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
| 3 |
<PropertyGroup> |
| 4 |
<ProjectType>Local</ProjectType> |
| 5 |
<ProductVersion>9.0.21022</ProductVersion> |
| 6 |
<SchemaVersion>2.0</SchemaVersion> |
| 7 |
<ProjectGuid>{21EF6ED4-D1FC-4CF4-9E30-A89F99DB79FB}</ProjectGuid> |
| 8 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 9 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 10 |
<ApplicationIcon> |
| 11 |
</ApplicationIcon> |
| 12 |
<AssemblyKeyContainerName> |
| 13 |
</AssemblyKeyContainerName> |
| 14 |
<AssemblyName>NFT.Core</AssemblyName> |
| 15 |
<AssemblyOriginatorKeyFile> |
| 16 |
</AssemblyOriginatorKeyFile> |
| 17 |
<DefaultClientScript>JScript</DefaultClientScript> |
| 18 |
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> |
| 19 |
<DefaultTargetSchema>IE50</DefaultTargetSchema> |
| 20 |
<DelaySign>false</DelaySign> |
| 21 |
<OutputType>Library</OutputType> |
| 22 |
<RootNamespace>nft</RootNamespace> |
| 23 |
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> |
| 24 |
<StartupObject> |
| 25 |
</StartupObject> |
| 26 |
<FileUpgradeFlags> |
| 27 |
</FileUpgradeFlags> |
| 28 |
<UpgradeBackupLocation> |
| 29 |
</UpgradeBackupLocation> |
| 30 |
<OldToolsVersion>3.5</OldToolsVersion> |
| 31 |
<SignAssembly>false</SignAssembly> |
| 32 |
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
| 33 |
</PropertyGroup> |
| 34 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 35 |
<OutputPath>bin\Debug\</OutputPath> |
| 36 |
<AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
| 37 |
<BaseAddress>285212672</BaseAddress> |
| 38 |
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> |
| 39 |
<ConfigurationOverrideFile> |
| 40 |
</ConfigurationOverrideFile> |
| 41 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
| 42 |
<DocumentationFile> |
| 43 |
</DocumentationFile> |
| 44 |
<DebugSymbols>true</DebugSymbols> |
| 45 |
<FileAlignment>4096</FileAlignment> |
| 46 |
<NoStdLib>false</NoStdLib> |
| 47 |
<NoWarn> |
| 48 |
</NoWarn> |
| 49 |
<Optimize>false</Optimize> |
| 50 |
<RegisterForComInterop>false</RegisterForComInterop> |
| 51 |
<RemoveIntegerChecks>false</RemoveIntegerChecks> |
| 52 |
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
| 53 |
<WarningLevel>4</WarningLevel> |
| 54 |
<DebugType>full</DebugType> |
| 55 |
<ErrorReport>prompt</ErrorReport> |
| 56 |
</PropertyGroup> |
| 57 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 58 |
<OutputPath>bin\Release\</OutputPath> |
| 59 |
<AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
| 60 |
<BaseAddress>285212672</BaseAddress> |
| 61 |
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> |
| 62 |
<ConfigurationOverrideFile> |
| 63 |
</ConfigurationOverrideFile> |
| 64 |
<DefineConstants>TRACE</DefineConstants> |
| 65 |
<DocumentationFile> |
| 66 |
</DocumentationFile> |
| 67 |
<DebugSymbols>false</DebugSymbols> |
| 68 |
<FileAlignment>4096</FileAlignment> |
| 69 |
<NoStdLib>false</NoStdLib> |
| 70 |
<NoWarn> |
| 71 |
</NoWarn> |
| 72 |
<Optimize>true</Optimize> |
| 73 |
<RegisterForComInterop>false</RegisterForComInterop> |
| 74 |
<RemoveIntegerChecks>false</RemoveIntegerChecks> |
| 75 |
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
| 76 |
<WarningLevel>4</WarningLevel> |
| 77 |
<DebugType>none</DebugType> |
| 78 |
<ErrorReport>prompt</ErrorReport> |
| 79 |
</PropertyGroup> |
| 80 |
<ItemGroup> |
| 81 |
<Reference Include="System"> |
| 82 |
<Name>System</Name> |
| 83 |
</Reference> |
| 84 |
<Reference Include="System.Data"> |
| 85 |
<Name>System.Data</Name> |
| 86 |
</Reference> |
| 87 |
<Reference Include="System.Drawing"> |
| 88 |
<Name>System.Drawing</Name> |
| 89 |
</Reference> |
| 90 |
<Reference Include="System.Windows.Forms"> |
| 91 |
<Name>System.Windows.Forms</Name> |
| 92 |
</Reference> |
| 93 |
<Reference Include="System.Xml"> |
| 94 |
<Name>System.XML</Name> |
| 95 |
</Reference> |
| 96 |
<ProjectReference Include="..\framework\NFT.Framework.csproj"> |
| 97 |
<Name>NFT.Framework</Name> |
| 98 |
<Project>{BCA22298-65E0-4AF7-931C-E35DF4672991}</Project> |
| 99 |
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> |
| 100 |
</ProjectReference> |
| 101 |
</ItemGroup> |
| 102 |
<ItemGroup> |
| 103 |
<Compile Include="AssemblyInfo.cs"> |
| 104 |
<SubType>Code</SubType> |
| 105 |
</Compile> |
| 106 |
<Compile Include="contributions\game\CtbImageImportTerrainGenerator.cs" /> |
| 107 |
<Compile Include="contributions\game\CtbTerrainGenerator.cs"> |
| 108 |
<SubType>Code</SubType> |
| 109 |
</Compile> |
| 110 |
<Compile Include="contributions\game\CtbWorldDivider.cs"> |
| 111 |
<SubType>Code</SubType> |
| 112 |
</Compile> |
| 113 |
<Compile Include="contributions\graphics\CtbImageResourceFactory.cs" /> |
| 114 |
<Compile Include="contributions\graphics\CtbImageResource.cs" /> |
| 115 |
<Compile Include="contributions\graphics\OverrideTable.cs" /> |
| 116 |
<Compile Include="contributions\terrain\CtbCliffTextureFactory.cs" /> |
| 117 |
<Compile Include="contributions\terrain\CtbGroundTextureFactory.cs" /> |
| 118 |
<Compile Include="contributions\terrain\CtbSimpleGroundTexture.cs" /> |
| 119 |
<Compile Include="contributions\terrain\ITerrainPolygon.cs" /> |
| 120 |
<Compile Include="contributions\terrain\TerrainBorder.cs" /> |
| 121 |
<Compile Include="contributions\terrain\TerrainTextureSet.cs" /> |
| 122 |
<Compile Include="contributions\terrain\CliffPolygon.cs" /> |
| 123 |
<Compile Include="contributions\terrain\CtbSimpleCliffTexture.cs" /> |
| 124 |
<Compile Include="contributions\terrain\GroundPolygon.cs" /> |
| 125 |
<Compile Include="contributions\terrain\HeightCutMask.cs" /> |
| 126 |
<Compile Include="contributions\terrain\CtbHeightCutPlaneTextureFactory.cs" /> |
| 127 |
<Compile Include="contributions\terrain\CtbHeightCutPlaneTexture.cs" /> |
| 128 |
<Compile Include="contributions\terrain\HeightCutSlopePolygon.cs" /> |
| 129 |
<Compile Include="contributions\terrain\TerrainPlateSet.cs" /> |
| 130 |
<Compile Include="core\ApparentAssignor.cs" /> |
| 131 |
<Compile Include="core\Core.cs"> |
| 132 |
<SubType>Code</SubType> |
| 133 |
</Compile> |
| 134 |
<Compile Include="core\game\GameManager.cs" /> |
| 135 |
<Compile Include="core\game\IDistrict.cs"> |
| 136 |
<SubType>Code</SubType> |
| 137 |
</Compile> |
| 138 |
<Compile Include="core\game\IGame.cs" /> |
| 139 |
<Compile Include="core\game\IGameMode.cs" /> |
| 140 |
<Compile Include="core\game\IMapGenerators.cs"> |
| 141 |
<SubType>Code</SubType> |
| 142 |
</Compile> |
| 143 |
<Compile Include="core\game\IOffGameProxy.cs"> |
| 144 |
<SubType>Code</SubType> |
| 145 |
</Compile> |
| 146 |
<Compile Include="core\game\IQuarterView.cs" /> |
| 147 |
<Compile Include="core\game\ITerrainMap.cs"> |
| 148 |
<SubType>Code</SubType> |
| 149 |
</Compile> |
| 150 |
<Compile Include="core\game\MapGeneService.cs"> |
| 151 |
<SubType>Code</SubType> |
| 152 |
</Compile> |
| 153 |
<Compile Include="core\game\MapGeneSetupPanel.cs"> |
| 154 |
</Compile> |
| 155 |
<Compile Include="core\geometry\CoordinationUtil.cs" /> |
| 156 |
<Compile Include="core\geometry\Direction.cs"> |
| 157 |
<SubType>Code</SubType> |
| 158 |
</Compile> |
| 159 |
<Compile Include="core\geometry\GeometricConstants.cs" /> |
| 160 |
<Compile Include="core\geometry\ITerrainPiece.cs"> |
| 161 |
<SubType>Code</SubType> |
| 162 |
</Compile> |
| 163 |
<Compile Include="core\geometry\Location.cs"> |
| 164 |
<SubType>Code</SubType> |
| 165 |
</Compile> |
| 166 |
<Compile Include="core\geometry\LocationF.cs"> |
| 167 |
<SubType>Code</SubType> |
| 168 |
</Compile> |
| 169 |
<Compile Include="core\geometry\QVCubeSilhouette.cs" /> |
| 170 |
<Compile Include="core\geometry\Rect3D.cs"> |
| 171 |
<SubType>Code</SubType> |
| 172 |
</Compile> |
| 173 |
<Compile Include="core\geometry\ViewGeoObjects.cs" /> |
| 174 |
<Compile Include="core\geometry\Size3D.cs"> |
| 175 |
<SubType>Code</SubType> |
| 176 |
</Compile> |
| 177 |
<Compile Include="core\geometry\Size3DF.cs"> |
| 178 |
<SubType>Code</SubType> |
| 179 |
</Compile> |
| 180 |
<Compile Include="core\geometry\TerrainUtil.cs"> |
| 181 |
<SubType>Code</SubType> |
| 182 |
</Compile> |
| 183 |
<Compile Include="core\geometry\ViewFactor.cs" /> |
| 184 |
<Compile Include="core\geometry\ViewDirection.cs" /> |
| 185 |
<Compile Include="core\GraphicManagerEx.cs" /> |
| 186 |
<Compile Include="core\math\Matrix.cs" /> |
| 187 |
<Compile Include="core\schedule\Clock.cs"> |
| 188 |
<SubType>Code</SubType> |
| 189 |
</Compile> |
| 190 |
<Compile Include="core\schedule\ClockEventQueue.cs"> |
| 191 |
<SubType>Code</SubType> |
| 192 |
</Compile> |
| 193 |
<Compile Include="core\schedule\IClimateController.cs"> |
| 194 |
<SubType>Code</SubType> |
| 195 |
</Compile> |
| 196 |
<Compile Include="core\schedule\IClockEventQueue.cs"> |
| 197 |
<SubType>Code</SubType> |
| 198 |
</Compile> |
| 199 |
<Compile Include="core\schedule\Time.cs"> |
| 200 |
<SubType>Code</SubType> |
| 201 |
</Compile> |
| 202 |
<Compile Include="core\schedule\TimeEnumerations.cs"> |
| 203 |
<SubType>Code</SubType> |
| 204 |
</Compile> |
| 205 |
<Compile Include="core\schedule\TimeLength.cs"> |
| 206 |
<SubType>Code</SubType> |
| 207 |
</Compile> |
| 208 |
<Compile Include="core\schedule\TimeOfDay.cs"> |
| 209 |
<SubType>Code</SubType> |
| 210 |
</Compile> |
| 211 |
<Compile Include="core\structure\IStructureTemplate.cs"> |
| 212 |
<SubType>Code</SubType> |
| 213 |
</Compile> |
| 214 |
<Compile Include="core\structure\Lot.cs"> |
| 215 |
<SubType>Code</SubType> |
| 216 |
</Compile> |
| 217 |
<Compile Include="core\World.cs"> |
| 218 |
<SubType>Code</SubType> |
| 219 |
</Compile> |
| 220 |
<Compile Include="core\schedule\EnvironmentEnums.cs" /> |
| 221 |
<Compile Include="debug\TestBinaryModule.cs" /> |
| 222 |
<Compile Include="debug\TestDirection.cs"> |
| 223 |
<SubType>Code</SubType> |
| 224 |
</Compile> |
| 225 |
<Compile Include="debug\TestTerrainForm.cs"> |
| 226 |
<SubType>Form</SubType> |
| 227 |
</Compile> |
| 228 |
<Compile Include="debug\TestGame.cs"> |
| 229 |
<SubType>Code</SubType> |
| 230 |
</Compile> |
| 231 |
<Compile Include="debug\TestLocation.cs"> |
| 232 |
<SubType>Code</SubType> |
| 233 |
</Compile> |
| 234 |
<Compile Include="debug\TestXnaForm.cs"> |
| 235 |
<SubType>Form</SubType> |
| 236 |
</Compile> |
| 237 |
<Compile Include="debug\TestXnaForm.designer.cs"> |
| 238 |
<DependentUpon>TestXnaForm.cs</DependentUpon> |
| 239 |
</Compile> |
| 240 |
<Compile Include="impl\game\District.cs"> |
| 241 |
<SubType>Code</SubType> |
| 242 |
</Compile> |
| 243 |
<Compile Include="impl\game\GameImpl.cs"> |
| 244 |
<SubType>Code</SubType> |
| 245 |
</Compile> |
| 246 |
<Compile Include="impl\game\OccupationMaskLib.cs" /> |
| 247 |
<Compile Include="impl\game\TerrainMapImpl.cs"> |
| 248 |
<SubType>Code</SubType> |
| 249 |
</Compile> |
| 250 |
<Compile Include="impl\game\TerrainPieceE.cs"> |
| 251 |
<SubType>Code</SubType> |
| 252 |
</Compile> |
| 253 |
<Compile Include="impl\game\TerrainPieceG.cs"> |
| 254 |
<SubType>Code</SubType> |
| 255 |
</Compile> |
| 256 |
<Compile Include="core\geometry\Vect3D.cs" /> |
| 257 |
<Compile Include="impl\game\TerrainPiecePair.cs" /> |
| 258 |
<Compile Include="impl\game\TerrainPieceTemplate.cs" /> |
| 259 |
<Compile Include="impl\view\GameViewPanel.cs"> |
| 260 |
<SubType>UserControl</SubType> |
| 261 |
</Compile> |
| 262 |
<Compile Include="impl\view\IOperationMode.cs" /> |
| 263 |
<Compile Include="impl\view\ITargetSelector.cs" /> |
| 264 |
<Compile Include="impl\view\SceneBuilder.cs" /> |
| 265 |
<Compile Include="impl\view\ViewController.cs" /> |
| 266 |
<None Include="impl\view_old\TerrainPolygonsExporter.cs" /> |
| 267 |
<None Include="impl\view_old\GroundOccupationMap.cs" /> |
| 268 |
<None Include="impl\view_old\MapViewDrawer.cs"> |
| 269 |
<SubType>Code</SubType> |
| 270 |
</None> |
| 271 |
<None Include="impl\view_old\Margin.cs" /> |
| 272 |
<None Include="impl\view_old\QVCellSelector.cs" /> |
| 273 |
<None Include="impl\view_old\QVGridFillMap.cs" /> |
| 274 |
<None Include="impl\view_old\QVSpriteTree.cs" /> |
| 275 |
<None Include="impl\view_old\ViewController.cs" /> |
| 276 |
<None Include="impl\view_old\ViewObjectList.cs" /> |
| 277 |
<None Include="impl\view_old\TerrainDrawer.cs" /> |
| 278 |
<None Include="impl\view_old\SpriteQueue.cs" /> |
| 279 |
<None Include="impl\view_old\SceneBuilder.cs" /> |
| 280 |
<Content Include="core_modules.xml"> |
| 281 |
<SubType>Designer</SubType> |
| 282 |
</Content> |
| 283 |
<Content Include="nftcore.resource.xml" /> |
| 284 |
</ItemGroup> |
| 285 |
<ItemGroup> |
| 286 |
<EmbeddedResource Include="debug\TestTerrainForm.resx"> |
| 287 |
<DependentUpon>TestTerrainForm.cs</DependentUpon> |
| 288 |
<SubType>Designer</SubType> |
| 289 |
</EmbeddedResource> |
| 290 |
<EmbeddedResource Include="debug\TestXnaForm.resx"> |
| 291 |
<DependentUpon>TestXnaForm.cs</DependentUpon> |
| 292 |
</EmbeddedResource> |
| 293 |
<EmbeddedResource Include="impl\view\GameViewPanel.resx"> |
| 294 |
<DependentUpon>GameViewPanel.cs</DependentUpon> |
| 295 |
</EmbeddedResource> |
| 296 |
</ItemGroup> |
| 297 |
<ItemGroup> |
| 298 |
<Folder Include="core\world\" /> |
| 299 |
</ItemGroup> |
| 300 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
| 301 |
<PropertyGroup> |
| 302 |
<PreBuildEvent> |
| 303 |
</PreBuildEvent> |
| 304 |
<PostBuildEvent> |
| 305 |
</PostBuildEvent> |
| 306 |
</PropertyGroup> |
| 307 |
</Project> |