| 1 |
<?xml version="1.0" encoding="utf-8"?> |
| 2 |
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 |
<ItemGroup Label="ProjectConfigurations"> |
| 4 |
<ProjectConfiguration Include="Debug|Win32"> |
| 5 |
<Configuration>Debug</Configuration> |
| 6 |
<Platform>Win32</Platform> |
| 7 |
</ProjectConfiguration> |
| 8 |
<ProjectConfiguration Include="Release|Win32"> |
| 9 |
<Configuration>Release</Configuration> |
| 10 |
<Platform>Win32</Platform> |
| 11 |
</ProjectConfiguration> |
| 12 |
</ItemGroup> |
| 13 |
<PropertyGroup Label="Globals"> |
| 14 |
<SccProjectName /> |
| 15 |
<SccLocalPath /> |
| 16 |
</PropertyGroup> |
| 17 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 18 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 19 |
<ConfigurationType>Application</ConfigurationType> |
| 20 |
<UseOfMfc>false</UseOfMfc> |
| 21 |
<CharacterSet>MultiByte</CharacterSet> |
| 22 |
</PropertyGroup> |
| 23 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 24 |
<ConfigurationType>Application</ConfigurationType> |
| 25 |
<UseOfMfc>false</UseOfMfc> |
| 26 |
<CharacterSet>MultiByte</CharacterSet> |
| 27 |
</PropertyGroup> |
| 28 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 29 |
<ImportGroup Label="ExtensionSettings"> |
| 30 |
</ImportGroup> |
| 31 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
| 32 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 33 |
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" /> |
| 34 |
</ImportGroup> |
| 35 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
| 36 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 37 |
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" /> |
| 38 |
</ImportGroup> |
| 39 |
<PropertyGroup Label="UserMacros" /> |
| 40 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 41 |
<OutDir>RailSim2\</OutDir> |
| 42 |
<IntDir>Release_vc2010\</IntDir> |
| 43 |
<LinkIncremental>false</LinkIncremental> |
| 44 |
<TargetName>RailSim2_Release_vc2010</TargetName> |
| 45 |
</PropertyGroup> |
| 46 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 47 |
<OutDir>RailSim2\</OutDir> |
| 48 |
<IntDir>Debug_vc2010\</IntDir> |
| 49 |
<LinkIncremental>true</LinkIncremental> |
| 50 |
<TargetName>RailSim2_Debug_vc2010</TargetName> |
| 51 |
</PropertyGroup> |
| 52 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 53 |
<ClCompile> |
| 54 |
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 55 |
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> |
| 56 |
<StringPooling>true</StringPooling> |
| 57 |
<FunctionLevelLinking>true</FunctionLevelLinking> |
| 58 |
<Optimization>MaxSpeed</Optimization> |
| 59 |
<SuppressStartupBanner>true</SuppressStartupBanner> |
| 60 |
<WarningLevel>Level3</WarningLevel> |
| 61 |
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 62 |
<AssemblerListingLocation>.\Release_vc2010\</AssemblerListingLocation> |
| 63 |
<BrowseInformation>true</BrowseInformation> |
| 64 |
<PrecompiledHeaderOutputFile>.\Release_vc2010\RailSim2.pch</PrecompiledHeaderOutputFile> |
| 65 |
<ObjectFileName>.\Release_vc2010\</ObjectFileName> |
| 66 |
<ProgramDataBaseFileName>.\Release_vc2010\</ProgramDataBaseFileName> |
| 67 |
<AdditionalIncludeDirectories>%DX8SDK_ROOT%\\Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 68 |
<MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 69 |
<MinimalRebuild>false</MinimalRebuild> |
| 70 |
<DisableSpecificWarnings>4244;4996;4018;</DisableSpecificWarnings> |
| 71 |
</ClCompile> |
| 72 |
<Midl> |
| 73 |
<SuppressStartupBanner>true</SuppressStartupBanner> |
| 74 |
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 75 |
<TypeLibraryName>.\Release_vc2010\RailSim2.tlb</TypeLibraryName> |
| 76 |
<MkTypLibCompatible>true</MkTypLibCompatible> |
| 77 |
<TargetEnvironment>Win32</TargetEnvironment> |
| 78 |
</Midl> |
| 79 |
<ResourceCompile> |
| 80 |
<Culture>0x0411</Culture> |
| 81 |
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 82 |
</ResourceCompile> |
| 83 |
<Bscmake> |
| 84 |
<SuppressStartupBanner>true</SuppressStartupBanner> |
| 85 |
<OutputFile>.\Release_vc2010\RailSim2.bsc</OutputFile> |
| 86 |
</Bscmake> |
| 87 |
<Link> |
| 88 |
<SuppressStartupBanner>true</SuppressStartupBanner> |
| 89 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
| 90 |
<SubSystem>Windows</SubSystem> |
| 91 |
<OutputFile>RailSim2\RailSim2_Release_vc2010.exe</OutputFile> |
| 92 |
<AdditionalDependencies>libcpmt.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 93 |
<AdditionalLibraryDirectories>%DX8SDK_ROOT%\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
| 94 |
<AdditionalOptions>/nodefaultlib:libci %(AdditionalOptions)</AdditionalOptions> |
| 95 |
</Link> |
| 96 |
</ItemDefinitionGroup> |
| 97 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 98 |
<ClCompile> |
| 99 |
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 100 |
<InlineFunctionExpansion>Default</InlineFunctionExpansion> |
| 101 |
<FunctionLevelLinking>false</FunctionLevelLinking> |
| 102 |
<Optimization>Disabled</Optimization> |
| 103 |
<SuppressStartupBanner>true</SuppressStartupBanner> |
| 104 |
<WarningLevel>Level3</WarningLevel> |
| 105 |
<MinimalRebuild>false</MinimalRebuild> |
| 106 |
<DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
| 107 |
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 108 |
<AssemblerListingLocation>.\Debug_vc2010\</AssemblerListingLocation> |
| 109 |
<BrowseInformation>true</BrowseInformation> |
| 110 |
<PrecompiledHeaderOutputFile>.\Debug_vc2010\RailSim2.pch</PrecompiledHeaderOutputFile> |
| 111 |
<ObjectFileName>.\Debug_vc2010\</ObjectFileName> |
| 112 |
<ProgramDataBaseFileName>.\Debug_vc2010\</ProgramDataBaseFileName> |
| 113 |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 114 |
<AdditionalIncludeDirectories>%DX8SDK_ROOT%\Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 115 |
<MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 116 |
<AdditionalOptions>/D "_HAS_ITERATOR_DEBUGGING=0" %(AdditionalOptions)</AdditionalOptions> |
| 117 |
<DisableSpecificWarnings>4244;4996;4018;</DisableSpecificWarnings> |
| 118 |
</ClCompile> |
| 119 |
<Midl> |
| 120 |
<SuppressStartupBanner>true</SuppressStartupBanner> |
| 121 |
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 122 |
<TypeLibraryName>.\Debug_vc2010\RailSim2.tlb</TypeLibraryName> |
| 123 |
<MkTypLibCompatible>true</MkTypLibCompatible> |
| 124 |
<TargetEnvironment>Win32</TargetEnvironment> |
| 125 |
</Midl> |
| 126 |
<ResourceCompile> |
| 127 |
<Culture>0x0411</Culture> |
| 128 |
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 129 |
</ResourceCompile> |
| 130 |
<Bscmake> |
| 131 |
<SuppressStartupBanner>true</SuppressStartupBanner> |
| 132 |
<OutputFile>.\Debug_vc2010\RailSim2.bsc</OutputFile> |
| 133 |
</Bscmake> |
| 134 |
<Link> |
| 135 |
<SuppressStartupBanner>true</SuppressStartupBanner> |
| 136 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
| 137 |
<SubSystem>Windows</SubSystem> |
| 138 |
<OutputFile>.\RailSim2\RailSim2_Debug_vc2010.exe</OutputFile> |
| 139 |
<AdditionalDependencies>libcpmt.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 140 |
<AdditionalLibraryDirectories>%DX8SDK_ROOT%\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
| 141 |
<IgnoreSpecificDefaultLibraries>libci</IgnoreSpecificDefaultLibraries> |
| 142 |
</Link> |
| 143 |
</ItemDefinitionGroup> |
| 144 |
<ItemGroup> |
| 145 |
<ClCompile Include="CCamera.cpp" /> |
| 146 |
<ClCompile Include="CCursor.cpp" /> |
| 147 |
<ClCompile Include="CJobTimer.cpp" /> |
| 148 |
<ClCompile Include="CPixelbit.cpp" /> |
| 149 |
<ClCompile Include="CPixelbitStamp.cpp" /> |
| 150 |
<ClCompile Include="CShadowVolume.cpp" /> |
| 151 |
<ClCompile Include="CStringTexture.cpp" /> |
| 152 |
<ClCompile Include="CVertexDump.cpp" /> |
| 153 |
<ClCompile Include="CWaveArray.cpp" /> |
| 154 |
<ClCompile Include="CCheckBox.cpp" /> |
| 155 |
<ClCompile Include="CDiaDialog.cpp" /> |
| 156 |
<ClCompile Include="CDragContainer.cpp" /> |
| 157 |
<ClCompile Include="CEditCtrl.cpp" /> |
| 158 |
<ClCompile Include="CGroupBox.cpp" /> |
| 159 |
<ClCompile Include="CInterface.cpp" /> |
| 160 |
<ClCompile Include="CListView.cpp" /> |
| 161 |
<ClCompile Include="CMiniButton.cpp" /> |
| 162 |
<ClCompile Include="CMultiStatic.cpp" /> |
| 163 |
<ClCompile Include="CPluginTree.cpp" /> |
| 164 |
<ClCompile Include="CPopMenu.cpp" /> |
| 165 |
<ClCompile Include="CPushButton.cpp" /> |
| 166 |
<ClCompile Include="CRadioButton.cpp" /> |
| 167 |
<ClCompile Include="CScrollBarV.cpp" /> |
| 168 |
<ClCompile Include="CSimpleDialog.cpp" /> |
| 169 |
<ClCompile Include="CStaticCtrl.cpp" /> |
| 170 |
<ClCompile Include="CToggleIcon.cpp" /> |
| 171 |
<ClCompile Include="CTreeDirElement.cpp" /> |
| 172 |
<ClCompile Include="CTreeElement.cpp" /> |
| 173 |
<ClCompile Include="CTreeFileElement.cpp" /> |
| 174 |
<ClCompile Include="CWindowCtrl.cpp" /> |
| 175 |
<ClCompile Include="CGirderSelectMode.cpp" /> |
| 176 |
<ClCompile Include="CLineSelectMode.cpp" /> |
| 177 |
<ClCompile Include="CPierSelectMode.cpp" /> |
| 178 |
<ClCompile Include="CPoleSelectMode.cpp" /> |
| 179 |
<ClCompile Include="CRailBuildMode.cpp" /> |
| 180 |
<ClCompile Include="CRailEditMode.cpp" /> |
| 181 |
<ClCompile Include="CRailSelectMode.cpp" /> |
| 182 |
<ClCompile Include="CRailwayMode.cpp" /> |
| 183 |
<ClCompile Include="CTieSelectMode.cpp" /> |
| 184 |
<ClCompile Include="CDiaEditMode.cpp" /> |
| 185 |
<ClCompile Include="CTrainEditMode.cpp" /> |
| 186 |
<ClCompile Include="CTrainSetMode.cpp" /> |
| 187 |
<ClCompile Include="CTrainViewMode.cpp" /> |
| 188 |
<ClCompile Include="CStationBuildMode.cpp" /> |
| 189 |
<ClCompile Include="CStationEditMode.cpp" /> |
| 190 |
<ClCompile Include="CStationSelectMode.cpp" /> |
| 191 |
<ClCompile Include="CStructBuildMode.cpp" /> |
| 192 |
<ClCompile Include="CStructEditMode.cpp" /> |
| 193 |
<ClCompile Include="CStructSelectMode.cpp" /> |
| 194 |
<ClCompile Include="CEnvEditMode.cpp" /> |
| 195 |
<ClCompile Include="CSceneEditMode.cpp" /> |
| 196 |
<ClCompile Include="CSimulationMode.cpp" /> |
| 197 |
<ClCompile Include="CConfigMode.cpp" /> |
| 198 |
<ClCompile Include="CExitMode.cpp" /> |
| 199 |
<ClCompile Include="CFileMode.cpp" /> |
| 200 |
<ClCompile Include="CSkinSelectMode.cpp" /> |
| 201 |
<ClCompile Include="CVideoMode.cpp" /> |
| 202 |
<ClCompile Include="C3DPluginMode.cpp" /> |
| 203 |
<ClCompile Include="CGameMode.cpp" /> |
| 204 |
<ClCompile Include="CInterfaceMode.cpp" /> |
| 205 |
<ClCompile Include="CNeutralMode.cpp" /> |
| 206 |
<ClCompile Include="CSceneryMode.cpp" /> |
| 207 |
<ClCompile Include="CCustomizer.cpp" /> |
| 208 |
<ClCompile Include="CCustomizerMisc.cpp" /> |
| 209 |
<ClCompile Include="CCustomizerMover.cpp" /> |
| 210 |
<ClCompile Include="CEffector.cpp" /> |
| 211 |
<ClCompile Include="CExpression.cpp" /> |
| 212 |
<ClCompile Include="CLensFlare.cpp" /> |
| 213 |
<ClCompile Include="CModelSwitch.cpp" /> |
| 214 |
<ClCompile Include="CNamedObject.cpp" /> |
| 215 |
<ClCompile Include="CParticle.cpp" /> |
| 216 |
<ClCompile Include="CSoundEffector.cpp" /> |
| 217 |
<ClCompile Include="CTextureAnimation.cpp" /> |
| 218 |
<ClCompile Include="CRailwayPluginSet.cpp" /> |
| 219 |
<ClCompile Include="CTrainGroupTemplate.cpp" /> |
| 220 |
<ClCompile Include="CGirderPlugin.cpp" /> |
| 221 |
<ClCompile Include="CLinePlugin.cpp" /> |
| 222 |
<ClCompile Include="CPierPlugin.cpp" /> |
| 223 |
<ClCompile Include="CPolePlugin.cpp" /> |
| 224 |
<ClCompile Include="CProfilePlugin.cpp" /> |
| 225 |
<ClCompile Include="CRailPlugin.cpp" /> |
| 226 |
<ClCompile Include="CTiePlugin.cpp" /> |
| 227 |
<ClCompile Include="CModelPlugin.cpp" /> |
| 228 |
<ClCompile Include="CStationPlugin.cpp" /> |
| 229 |
<ClCompile Include="CStructPlugin.cpp" /> |
| 230 |
<ClCompile Include="CSurfacePlugin.cpp" /> |
| 231 |
<ClCompile Include="CTrainPlugin.cpp" /> |
| 232 |
<ClCompile Include="CEnvPlugin.cpp" /> |
| 233 |
<ClCompile Include="CPlugin.cpp" /> |
| 234 |
<ClCompile Include="CSkinPlugin.cpp" /> |
| 235 |
<ClCompile Include="CLine.cpp" /> |
| 236 |
<ClCompile Include="CPier.cpp" /> |
| 237 |
<ClCompile Include="CRailConnector.cpp" /> |
| 238 |
<ClCompile Include="CRailWay.cpp" /> |
| 239 |
<ClCompile Include="CModelInst.cpp" /> |
| 240 |
<ClCompile Include="CPartsInst.cpp" /> |
| 241 |
<ClCompile Include="CScene.cpp" /> |
| 242 |
<ClCompile Include="CStation.cpp" /> |
| 243 |
<ClCompile Include="CStruct.cpp" /> |
| 244 |
<ClCompile Include="CTrain.cpp" /> |
| 245 |
<ClCompile Include="CDiaInst.cpp" /> |
| 246 |
<ClCompile Include="CRailBuilder.cpp" /> |
| 247 |
<ClCompile Include="CSaveFile.cpp" /> |
| 248 |
<ClCompile Include="CTrainGroup.cpp" /> |
| 249 |
<ClCompile Include="CLineBuildCurve.cpp" /> |
| 250 |
<ClCompile Include="CRailCurve.cpp" /> |
| 251 |
<ClCompile Include="CRailDetectCurve.cpp" /> |
| 252 |
<ClCompile Include="CRailDumpCurve.cpp" /> |
| 253 |
<ClCompile Include="CRailPlanCurve.cpp" /> |
| 254 |
<ClCompile Include="CRailSplitCurve.cpp" /> |
| 255 |
<ClCompile Include="CTrainSetCurve.cpp" /> |
| 256 |
<ClCompile Include="Capture.cpp" /> |
| 257 |
<ClCompile Include="CWindowDivInfo.cpp" /> |
| 258 |
<ClCompile Include="GraphicCover.cpp" /> |
| 259 |
<ClCompile Include="HighTimer.cpp" /> |
| 260 |
<ClCompile Include="Language.cpp" /> |
| 261 |
<ClCompile Include="md5.cpp" /> |
| 262 |
<ClCompile Include="Network.cpp" /> |
| 263 |
<ClCompile Include="RailMap.cpp" /> |
| 264 |
<ClCompile Include="RailSim2.cpp" /> |
| 265 |
<ClCompile Include="Script.cpp" /> |
| 266 |
<ClCompile Include="stdafx.cpp" /> |
| 267 |
<ClCompile Include="SystemCover.cpp" /> |
| 268 |
<ClCompile Include="WakeUp.cpp" /> |
| 269 |
<ClCompile Include="lib\anim.cpp" /> |
| 270 |
<ClCompile Include="lib\comm.cpp" /> |
| 271 |
<ClCompile Include="lib\debug.cpp" /> |
| 272 |
<ClCompile Include="lib\draw.cpp" /> |
| 273 |
<ClCompile Include="lib\editbox.cpp" /> |
| 274 |
<ClCompile Include="lib\effect.cpp" /> |
| 275 |
<ClCompile Include="lib\font.cpp" /> |
| 276 |
<ClCompile Include="lib\graphic.cpp" /> |
| 277 |
<ClCompile Include="lib\input.cpp" /> |
| 278 |
<ClCompile Include="lib\light.cpp" /> |
| 279 |
<ClCompile Include="lib\main.cpp" /> |
| 280 |
<ClCompile Include="lib\mesh.cpp" /> |
| 281 |
<ClCompile Include="lib\object.cpp" /> |
| 282 |
<ClCompile Include="lib\offscreen.cpp" /> |
| 283 |
<ClCompile Include="lib\sound.cpp" /> |
| 284 |
<ClCompile Include="lib\texture.cpp" /> |
| 285 |
<ClCompile Include="lib\vertex.cpp" /> |
| 286 |
<ClCompile Include="lib\view.cpp" /> |
| 287 |
<ClCompile Include="lib\view_ctrl.cpp" /> |
| 288 |
<ClCompile Include="lib\wave.cpp" /> |
| 289 |
<ClCompile Include="lib\wave_stream.cpp" /> |
| 290 |
<ClCompile Include="lib\window.cpp" /> |
| 291 |
</ItemGroup> |
| 292 |
<ItemGroup> |
| 293 |
<ResourceCompile Include="RailSim2.rc" /> |
| 294 |
</ItemGroup> |
| 295 |
<ItemGroup> |
| 296 |
<ClInclude Include="CCamera.h" /> |
| 297 |
<ClInclude Include="CCameraFocus.h" /> |
| 298 |
<ClInclude Include="CCursor.h" /> |
| 299 |
<ClInclude Include="CJobTimer.h" /> |
| 300 |
<ClInclude Include="CPixelbit.h" /> |
| 301 |
<ClInclude Include="CShadowVolume.h" /> |
| 302 |
<ClInclude Include="CStringTexture.h" /> |
| 303 |
<ClInclude Include="CVertexDump.h" /> |
| 304 |
<ClInclude Include="CWaveArray.h" /> |
| 305 |
<ClInclude Include="CCheckBox.h" /> |
| 306 |
<ClInclude Include="CDiaDialog.h" /> |
| 307 |
<ClInclude Include="CDragContainer.h" /> |
| 308 |
<ClInclude Include="CEditCtrl.h" /> |
| 309 |
<ClInclude Include="CGroupBox.h" /> |
| 310 |
<ClInclude Include="CInterface.h" /> |
| 311 |
<ClInclude Include="CListView.h" /> |
| 312 |
<ClInclude Include="CMiniButton.h" /> |
| 313 |
<ClInclude Include="CMultiStatic.h" /> |
| 314 |
<ClInclude Include="CPluginTree.h" /> |
| 315 |
<ClInclude Include="CPopMenu.h" /> |
| 316 |
<ClInclude Include="CPushButton.h" /> |
| 317 |
<ClInclude Include="CRadioButton.h" /> |
| 318 |
<ClInclude Include="CScrollBarV.h" /> |
| 319 |
<ClInclude Include="CSimpleDialog.h" /> |
| 320 |
<ClInclude Include="CStaticCtrl.h" /> |
| 321 |
<ClInclude Include="CToggleIcon.h" /> |
| 322 |
<ClInclude Include="CTrainListView.h" /> |
| 323 |
<ClInclude Include="CTreeDirElement.h" /> |
| 324 |
<ClInclude Include="CTreeElement.h" /> |
| 325 |
<ClInclude Include="CTreeFileElement.h" /> |
| 326 |
<ClInclude Include="CWindowCtrl.h" /> |
| 327 |
<ClInclude Include="CGirderSelectMode.h" /> |
| 328 |
<ClInclude Include="CLineSelectMode.h" /> |
| 329 |
<ClInclude Include="CPierSelectMode.h" /> |
| 330 |
<ClInclude Include="CPoleSelectMode.h" /> |
| 331 |
<ClInclude Include="CRailBuildMode.h" /> |
| 332 |
<ClInclude Include="CRailEditMode.h" /> |
| 333 |
<ClInclude Include="CRailSelectMode.h" /> |
| 334 |
<ClInclude Include="CRailwayMode.h" /> |
| 335 |
<ClInclude Include="CTieSelectMode.h" /> |
| 336 |
<ClInclude Include="CDiaEditMode.h" /> |
| 337 |
<ClInclude Include="CTrainEditMode.h" /> |
| 338 |
<ClInclude Include="CTrainSetMode.h" /> |
| 339 |
<ClInclude Include="CTrainViewMode.h" /> |
| 340 |
<ClInclude Include="CStationBuildMode.h" /> |
| 341 |
<ClInclude Include="CStationEditMode.h" /> |
| 342 |
<ClInclude Include="CStationSelectMode.h" /> |
| 343 |
<ClInclude Include="CStructBuildMode.h" /> |
| 344 |
<ClInclude Include="CStructEditMode.h" /> |
| 345 |
<ClInclude Include="CStructSelectMode.h" /> |
| 346 |
<ClInclude Include="CEnvEditMode.h" /> |
| 347 |
<ClInclude Include="CSceneEditMode.h" /> |
| 348 |
<ClInclude Include="CSimulationMode.h" /> |
| 349 |
<ClInclude Include="CConfigMode.h" /> |
| 350 |
<ClInclude Include="CExitMode.h" /> |
| 351 |
<ClInclude Include="CFileMode.h" /> |
| 352 |
<ClInclude Include="CSkinSelectMode.h" /> |
| 353 |
<ClInclude Include="CVideoMode.h" /> |
| 354 |
<ClInclude Include="C3DPluginMode.h" /> |
| 355 |
<ClInclude Include="CGameMode.h" /> |
| 356 |
<ClInclude Include="CInterfaceMode.h" /> |
| 357 |
<ClInclude Include="CNeutralMode.h" /> |
| 358 |
<ClInclude Include="CSceneryMode.h" /> |
| 359 |
<ClInclude Include="CCustomizer.h" /> |
| 360 |
<ClInclude Include="CCustomizerMisc.h" /> |
| 361 |
<ClInclude Include="CCustomizerMover.h" /> |
| 362 |
<ClInclude Include="CEffector.h" /> |
| 363 |
<ClInclude Include="CExpression.h" /> |
| 364 |
<ClInclude Include="CLensFlare.h" /> |
| 365 |
<ClInclude Include="CModelSwitch.h" /> |
| 366 |
<ClInclude Include="CNamedObject.h" /> |
| 367 |
<ClInclude Include="CParticle.h" /> |
| 368 |
<ClInclude Include="CSoundEffector.h" /> |
| 369 |
<ClInclude Include="CTextureAnimation.h" /> |
| 370 |
<ClInclude Include="CRailwayPluginSet.h" /> |
| 371 |
<ClInclude Include="CTrainGroupTemplate.h" /> |
| 372 |
<ClInclude Include="CGirderPlugin.h" /> |
| 373 |
<ClInclude Include="CLinePlugin.h" /> |
| 374 |
<ClInclude Include="CPierPlugin.h" /> |
| 375 |
<ClInclude Include="CPolePlugin.h" /> |
| 376 |
<ClInclude Include="CProfilePlugin.h" /> |
| 377 |
<ClInclude Include="CRailPlugin.h" /> |
| 378 |
<ClInclude Include="CTiePlugin.h" /> |
| 379 |
<ClInclude Include="CModelPlugin.h" /> |
| 380 |
<ClInclude Include="CStationPlugin.h" /> |
| 381 |
<ClInclude Include="CStructPlugin.h" /> |
| 382 |
<ClInclude Include="CSurfacePlugin.h" /> |
| 383 |
<ClInclude Include="CTrainPlugin.h" /> |
| 384 |
<ClInclude Include="CEnvPlugin.h" /> |
| 385 |
<ClInclude Include="CPlugin.h" /> |
| 386 |
<ClInclude Include="CSkinPlugin.h" /> |
| 387 |
<ClInclude Include="CLine.h" /> |
| 388 |
<ClInclude Include="CPier.h" /> |
| 389 |
<ClInclude Include="CRailConnector.h" /> |
| 390 |
<ClInclude Include="CRailLink.h" /> |
| 391 |
<ClInclude Include="CRailWay.h" /> |
| 392 |
<ClInclude Include="CModelInst.h" /> |
| 393 |
<ClInclude Include="CPartsInst.h" /> |
| 394 |
<ClInclude Include="CScene.h" /> |
| 395 |
<ClInclude Include="CStation.h" /> |
| 396 |
<ClInclude Include="CStruct.h" /> |
| 397 |
<ClInclude Include="CTrain.h" /> |
| 398 |
<ClInclude Include="CDiaInst.h" /> |
| 399 |
<ClInclude Include="CRailBuilder.h" /> |
| 400 |
<ClInclude Include="CSaveFile.h" /> |
| 401 |
<ClInclude Include="CTrainGroup.h" /> |
| 402 |
<ClInclude Include="CLineBuildCurve.h" /> |
| 403 |
<ClInclude Include="CRailCurve.h" /> |
| 404 |
<ClInclude Include="CRailDetectCurve.h" /> |
| 405 |
<ClInclude Include="CRailDumpCurve.h" /> |
| 406 |
<ClInclude Include="CRailPlanCurve.h" /> |
| 407 |
<ClInclude Include="CRailSplitCurve.h" /> |
| 408 |
<ClInclude Include="CRailTraceCurve.h" /> |
| 409 |
<ClInclude Include="CTrainSetBuffer.h" /> |
| 410 |
<ClInclude Include="CTrainSetCurve.h" /> |
| 411 |
<ClInclude Include="Capture.h" /> |
| 412 |
<ClInclude Include="Const.h" /> |
| 413 |
<ClInclude Include="CWindowDivInfo.h" /> |
| 414 |
<ClInclude Include="GraphicCover.h" /> |
| 415 |
<ClInclude Include="HighTimer.h" /> |
| 416 |
<ClInclude Include="Language.h" /> |
| 417 |
<ClInclude Include="LanguageID.h" /> |
| 418 |
<ClInclude Include="Macro.h" /> |
| 419 |
<ClInclude Include="md5.h" /> |
| 420 |
<ClInclude Include="Network.h" /> |
| 421 |
<ClInclude Include="RailMap.h" /> |
| 422 |
<ClInclude Include="RSPV.H" /> |
| 423 |
<ClInclude Include="Script.h" /> |
| 424 |
<ClInclude Include="stdafx.h" /> |
| 425 |
<ClInclude Include="SystemCover.h" /> |
| 426 |
<ClInclude Include="ValueArea.h" /> |
| 427 |
<ClInclude Include="lib\anim.h" /> |
| 428 |
<ClInclude Include="lib\app.h" /> |
| 429 |
<ClInclude Include="lib\bcc.h" /> |
| 430 |
<ClInclude Include="lib\comm.h" /> |
| 431 |
<ClInclude Include="lib\debug.h" /> |
| 432 |
<ClInclude Include="lib\draw.h" /> |
| 433 |
<ClInclude Include="lib\editbox.h" /> |
| 434 |
<ClInclude Include="lib\effect.h" /> |
| 435 |
<ClInclude Include="lib\font.h" /> |
| 436 |
<ClInclude Include="lib\frame.h" /> |
| 437 |
<ClInclude Include="lib\graphic.h" /> |
| 438 |
<ClInclude Include="lib\headers.h" /> |
| 439 |
<ClInclude Include="lib\input.h" /> |
| 440 |
<ClInclude Include="lib\libraries.h" /> |
| 441 |
<ClInclude Include="lib\light.h" /> |
| 442 |
<ClInclude Include="lib\mesh.h" /> |
| 443 |
<ClInclude Include="lib\mutex.h" /> |
| 444 |
<ClInclude Include="lib\object.h" /> |
| 445 |
<ClInclude Include="lib\offscreen.h" /> |
| 446 |
<ClInclude Include="lib\render.h" /> |
| 447 |
<ClInclude Include="lib\sound.h" /> |
| 448 |
<ClInclude Include="lib\sysvalue.h" /> |
| 449 |
<ClInclude Include="lib\texture.h" /> |
| 450 |
<ClInclude Include="lib\udx.h" /> |
| 451 |
<ClInclude Include="lib\vertex.h" /> |
| 452 |
<ClInclude Include="lib\view.h" /> |
| 453 |
<ClInclude Include="lib\view_ctrl.h" /> |
| 454 |
<ClInclude Include="lib\wave.h" /> |
| 455 |
<ClInclude Include="lib\wave_stream.h" /> |
| 456 |
<ClInclude Include="lib\window.h" /> |
| 457 |
</ItemGroup> |
| 458 |
<ItemGroup> |
| 459 |
<CustomBuild Include="res\Opening.bmp" /> |
| 460 |
<CustomBuild Include="res\RailSim2.ico" /> |
| 461 |
</ItemGroup> |
| 462 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 463 |
<ImportGroup Label="ExtensionTargets"> |
| 464 |
</ImportGroup> |
| 465 |
</Project> |