Remove changes from libopenrct2.vcxproj

This commit is contained in:
Olivier Wervers 2017-10-02 15:03:18 +02:00 committed by Michał Janiszewski
parent 857faec100
commit 4bdfb31fcb
1 changed files with 2 additions and 133 deletions

View File

@ -53,138 +53,7 @@
</ItemGroup>
<ItemGroup>
<ClCompile Include="**\*.c" />
<ClCompile Include="actions\GameAction.cpp" />
<ClCompile Include="actions\GameActionCompat.cpp" />
<ClCompile Include="actions\GameActionRegistration.cpp" />
<ClCompile Include="audio\Audio.cpp" />
<ClCompile Include="audio\AudioMixer.cpp" />
<ClCompile Include="audio\DummyAudioContext.cpp" />
<ClCompile Include="audio\NullAudioSource.cpp" />
<ClCompile Include="cmdline\BenchGfxCommmands.cpp" />
<ClCompile Include="cmdline\CommandLine.cpp" />
<ClCompile Include="cmdline\ConvertCommand.cpp" />
<ClCompile Include="cmdline\RootCommands.cpp" />
<ClCompile Include="cmdline\ScreenshotCommands.cpp" />
<ClCompile Include="cmdline\SpriteCommands.cpp" />
<ClCompile Include="cmdline\UriHandler.cpp" />
<ClCompile Include="config\Config.cpp" />
<ClCompile Include="config\IniReader.cpp" />
<ClCompile Include="config\IniWriter.cpp" />
<ClCompile Include="Context.cpp" />
<ClCompile Include="core\Console.cpp" />
<ClCompile Include="core\Diagnostics.cpp" />
<ClCompile Include="core\File.cpp" />
<ClCompile Include="core\FileScanner.cpp" />
<ClCompile Include="core\Guard.cpp" />
<ClCompile Include="core\IStream.cpp" />
<ClCompile Include="core\Json.cpp" />
<ClCompile Include="core\MemoryStream.cpp" />
<ClCompile Include="core\Path.cpp" />
<ClCompile Include="core\String.cpp" />
<ClCompile Include="core\Zip.cpp" />
<ClCompile Include="core\ZipAndroid.cpp" />
<ClCompile Include="drawing\DrawingFast.cpp" />
<ClCompile Include="drawing\Image.cpp" />
<ClCompile Include="drawing\NewDrawing.cpp" />
<ClCompile Include="drawing\Rain.cpp" />
<ClCompile Include="drawing\Sprite.cpp" />
<ClCompile Include="drawing\X8DrawingEngine.cpp" />
<ClCompile Include="Editor.cpp" />
<ClCompile Include="FileClassifier.cpp" />
<ClCompile Include="Imaging.cpp" />
<ClCompile Include="interface\Fonts.cpp" />
<ClCompile Include="interface\Screenshot.cpp" />
<ClCompile Include="interface\Theme.cpp" />
<ClCompile Include="localisation\Language.cpp" />
<ClCompile Include="localisation\LanguagePack.cpp" />
<ClCompile Include="network\Http.cpp" />
<ClCompile Include="network\Network.cpp" />
<ClCompile Include="network\NetworkAction.cpp" />
<ClCompile Include="network\NetworkConnection.cpp" />
<ClCompile Include="network\NetworkGroup.cpp" />
<ClCompile Include="network\NetworkKey.cpp" />
<ClCompile Include="network\NetworkPacket.cpp" />
<ClCompile Include="network\NetworkPlayer.cpp" />
<ClCompile Include="network\NetworkServerAdvertiser.cpp" />
<ClCompile Include="network\NetworkUser.cpp" />
<ClCompile Include="network\ServerList.cpp" />
<ClCompile Include="network\TcpSocket.cpp" />
<ClCompile Include="network\Twitch.cpp" />
<ClCompile Include="object\BannerObject.cpp" />
<ClCompile Include="object\EntranceObject.cpp" />
<ClCompile Include="object\FootpathItemObject.cpp" />
<ClCompile Include="object\FootpathObject.cpp" />
<ClCompile Include="object\ImageTable.cpp" />
<ClCompile Include="object\LargeSceneryObject.cpp" />
<ClCompile Include="object\Object.cpp" />
<ClCompile Include="object\ObjectFactory.cpp" />
<ClCompile Include="object\ObjectManager.cpp" />
<ClCompile Include="object\ObjectRepository.cpp" />
<ClCompile Include="object\RideObject.cpp" />
<ClCompile Include="object\SceneryGroupObject.cpp" />
<ClCompile Include="object\SmallSceneryObject.cpp" />
<ClCompile Include="object\StexObject.cpp" />
<ClCompile Include="object\StringTable.cpp" />
<ClCompile Include="object\WallObject.cpp" />
<ClCompile Include="object\WaterObject.cpp" />
<ClCompile Include="OpenRCT2.cpp" />
<ClCompile Include="paint\Painter.cpp" />
<ClCompile Include="ParkImporter.cpp" />
<ClCompile Include="PlatformEnvironment.cpp" />
<ClCompile Include="platform\Crash.cpp" />
<ClCompile Include="platform\Platform2.cpp" />
<ClCompile Include="rct12\SawyerChunk.cpp" />
<ClCompile Include="rct12\SawyerChunkReader.cpp" />
<ClCompile Include="rct12\SawyerChunkWriter.cpp" />
<ClCompile Include="rct12\SawyerEncoding.cpp" />
<ClCompile Include="rct1\S4Importer.cpp" />
<ClCompile Include="rct1\Tables.cpp" />
<ClCompile Include="rct2\S6Exporter.cpp" />
<ClCompile Include="rct2\S6Importer.cpp" />
<ClCompile Include="ride\RideGroupManager.cpp" />
<ClCompile Include="ride\TrackDesign.cpp" />
<ClCompile Include="ride\TrackDesignRepository.cpp" />
<ClCompile Include="scenario\ScenarioRepository.cpp" />
<ClCompile Include="scenario\ScenarioSources.cpp" />
<ClCompile Include="title\TitleScreen.cpp" />
<ClCompile Include="title\TitleSequence.cpp" />
<ClCompile Include="title\TitleSequenceManager.cpp" />
<ClCompile Include="title\TitleSequencePlayer.cpp" />
<ClCompile Include="ui\DummyUiContext.cpp" />
<ClCompile Include="ui\DummyWindowManager.cpp" />
<ClCompile Include="Version.cpp" />
<ClCompile Include="windows\Dropdown.cpp" />
<ClCompile Include="windows\EditorBottomToolbar.cpp" />
<ClCompile Include="windows\EditorMain.cpp" />
<ClCompile Include="windows\EditorObjectSelection.cpp" />
<ClCompile Include="windows\GameBottomToolbar.cpp" />
<ClCompile Include="windows\Guest.cpp" />
<ClCompile Include="windows\Intent.cpp" />
<ClCompile Include="windows\Map.cpp" />
<ClCompile Include="windows\MapTooltip.cpp" />
<ClCompile Include="windows\MazeConstruction.cpp" />
<ClCompile Include="windows\NetworkStatus.cpp" />
<ClCompile Include="windows\NewRide.cpp" />
<ClCompile Include="windows\ObjectLoadError.cpp" />
<ClCompile Include="windows\Research.cpp" />
<ClCompile Include="windows\Ride.cpp" />
<ClCompile Include="windows\RideConstruction.cpp" />
<ClCompile Include="windows\RideList.cpp" />
<ClCompile Include="windows\Scenery.cpp" />
<ClCompile Include="windows\Staff.cpp" />
<ClCompile Include="windows\TextInput.cpp" />
<ClCompile Include="windows\TileInspector.cpp" />
<ClCompile Include="windows\Tooltip.cpp" />
<ClCompile Include="windows\TopToolbar.cpp" />
<ClCompile Include="windows\TrackList.cpp" />
<ClCompile Include="world\Balloon.cpp" />
<ClCompile Include="world\Banner.cpp" />
<ClCompile Include="world\Climate.cpp" />
<ClCompile Include="world\Duck.cpp" />
<ClCompile Include="world\Entrance.cpp" />
<ClCompile Include="world\Fountain.cpp" />
<ClCompile Include="world\SmallScenery.cpp" />
<ClCompile Include="world\Wall.cpp" />
<ClCompile Include="**\*.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\resources\resource.h" />
@ -198,4 +67,4 @@
<Image Include="..\..\resources\logo\icon.ico" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
</Project>
</Project>