Skip to content

Commit

Permalink
#5231: Build adjustments in VC++
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed May 3, 2020
1 parent a26b95b commit 3fc3333
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 133 deletions.
132 changes: 66 additions & 66 deletions tools/msvc/DarkRadiantCore.vcxproj
Expand Up @@ -19,74 +19,74 @@
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\core\Radiant.cpp" />
<ClCompile Include="..\..\core\commandsystem\CommandSystem.cpp" />
<ClCompile Include="..\..\core\log\COutRedirector.cpp" />
<ClCompile Include="..\..\core\log\LogFile.cpp" />
<ClCompile Include="..\..\core\log\LogStream.cpp" />
<ClCompile Include="..\..\core\log\LogStreamBuf.cpp" />
<ClCompile Include="..\..\core\log\LogWriter.cpp" />
<ClCompile Include="..\..\core\log\StringLogDevice.cpp" />
<ClCompile Include="..\..\core\modulesystem\ModuleLoader.cpp" />
<ClCompile Include="..\..\core\modulesystem\ModuleRegistry.cpp" />
<ClCompile Include="..\..\core\settings\Game.cpp" />
<ClCompile Include="..\..\core\settings\GameManager.cpp" />
<ClCompile Include="..\..\core\settings\LanguageManager.cpp" />
<ClCompile Include="..\..\core\settings\PreferencePage.cpp" />
<ClCompile Include="..\..\core\settings\PreferenceSystem.cpp" />
<ClCompile Include="..\..\core\vfs\DeflatedInputStream.cpp" />
<ClCompile Include="..\..\core\vfs\DirectoryArchive.cpp" />
<ClCompile Include="..\..\core\vfs\Doom3FileSystem.cpp" />
<ClCompile Include="..\..\core\vfs\Doom3FileSystemModule.cpp" />
<ClCompile Include="..\..\core\vfs\ZipArchive.cpp" />
<ClCompile Include="..\..\core\xmlregistry\RegistryTree.cpp" />
<ClCompile Include="..\..\core\xmlregistry\XMLRegistry.cpp" />
<ClCompile Include="..\..\radiantcore\Radiant.cpp" />
<ClCompile Include="..\..\radiantcore\commandsystem\CommandSystem.cpp" />
<ClCompile Include="..\..\radiantcore\log\COutRedirector.cpp" />
<ClCompile Include="..\..\radiantcore\log\LogFile.cpp" />
<ClCompile Include="..\..\radiantcore\log\LogStream.cpp" />
<ClCompile Include="..\..\radiantcore\log\LogStreamBuf.cpp" />
<ClCompile Include="..\..\radiantcore\log\LogWriter.cpp" />
<ClCompile Include="..\..\radiantcore\log\StringLogDevice.cpp" />
<ClCompile Include="..\..\radiantcore\modulesystem\ModuleLoader.cpp" />
<ClCompile Include="..\..\radiantcore\modulesystem\ModuleRegistry.cpp" />
<ClCompile Include="..\..\radiantcore\settings\Game.cpp" />
<ClCompile Include="..\..\radiantcore\settings\GameManager.cpp" />
<ClCompile Include="..\..\radiantcore\settings\LanguageManager.cpp" />
<ClCompile Include="..\..\radiantcore\settings\PreferencePage.cpp" />
<ClCompile Include="..\..\radiantcore\settings\PreferenceSystem.cpp" />
<ClCompile Include="..\..\radiantcore\vfs\DeflatedInputStream.cpp" />
<ClCompile Include="..\..\radiantcore\vfs\DirectoryArchive.cpp" />
<ClCompile Include="..\..\radiantcore\vfs\Doom3FileSystem.cpp" />
<ClCompile Include="..\..\radiantcore\vfs\Doom3FileSystemModule.cpp" />
<ClCompile Include="..\..\radiantcore\vfs\ZipArchive.cpp" />
<ClCompile Include="..\..\radiantcore\xmlregistry\RegistryTree.cpp" />
<ClCompile Include="..\..\radiantcore\xmlregistry\XMLRegistry.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\core\Radiant.h" />
<ClInclude Include="..\..\core\commandsystem\CaseInsensitiveCompare.h" />
<ClInclude Include="..\..\core\commandsystem\Command.h" />
<ClInclude Include="..\..\core\commandsystem\CommandSystem.h" />
<ClInclude Include="..\..\core\commandsystem\CommandTokeniser.h" />
<ClInclude Include="..\..\core\commandsystem\Executable.h" />
<ClInclude Include="..\..\core\commandsystem\Statement.h" />
<ClInclude Include="..\..\core\log\COutRedirector.h" />
<ClInclude Include="..\..\core\log\LogDevice.h" />
<ClInclude Include="..\..\core\log\LogFile.h" />
<ClInclude Include="..\..\core\log\LogLevels.h" />
<ClInclude Include="..\..\core\log\LogStream.h" />
<ClInclude Include="..\..\core\log\LogStreamBuf.h" />
<ClInclude Include="..\..\core\log\LogWriter.h" />
<ClInclude Include="..\..\core\log\PIDFile.h" />
<ClInclude Include="..\..\core\log\PopupErrorHandler.h" />
<ClInclude Include="..\..\core\log\StringLogDevice.h" />
<ClInclude Include="..\..\core\messagebus\MessageBus.h" />
<ClInclude Include="..\..\core\modulesystem\ModuleLoader.h" />
<ClInclude Include="..\..\core\modulesystem\ModuleRegistry.h" />
<ClInclude Include="..\..\core\settings\Game.h" />
<ClInclude Include="..\..\core\settings\GameManager.h" />
<ClInclude Include="..\..\core\settings\LanguageManager.h" />
<ClInclude Include="..\..\core\settings\PreferenceItemBase.h" />
<ClInclude Include="..\..\core\settings\PreferenceItems.h" />
<ClInclude Include="..\..\core\settings\PreferencePage.h" />
<ClInclude Include="..\..\core\settings\PreferenceSystem.h" />
<ClInclude Include="..\..\core\vfs\Archive.h" />
<ClInclude Include="..\..\core\vfs\DeflatedArchiveFile.h" />
<ClInclude Include="..\..\core\vfs\DeflatedArchiveTextFile.h" />
<ClInclude Include="..\..\core\vfs\DeflatedInputStream.h" />
<ClInclude Include="..\..\core\vfs\DirectoryArchive.h" />
<ClInclude Include="..\..\core\vfs\DirectoryArchiveTextFile.h" />
<ClInclude Include="..\..\core\vfs\Doom3FileSystem.h" />
<ClInclude Include="..\..\core\vfs\GenericFileSystem.h" />
<ClInclude Include="..\..\core\vfs\SortedFilenames.h" />
<ClInclude Include="..\..\core\vfs\StoredArchiveFile.h" />
<ClInclude Include="..\..\core\vfs\StoredArchiveTextFile.h" />
<ClInclude Include="..\..\core\vfs\UnixPath.h" />
<ClInclude Include="..\..\core\vfs\ZipArchive.h" />
<ClInclude Include="..\..\core\vfs\ZipStreamUtils.h" />
<ClInclude Include="..\..\core\xmlregistry\Autosaver.h" />
<ClInclude Include="..\..\core\xmlregistry\RegistryTree.h" />
<ClInclude Include="..\..\core\xmlregistry\XMLRegistry.h" />
<ClInclude Include="..\..\radiantcore\Radiant.h" />
<ClInclude Include="..\..\radiantcore\commandsystem\CaseInsensitiveCompare.h" />
<ClInclude Include="..\..\radiantcore\commandsystem\Command.h" />
<ClInclude Include="..\..\radiantcore\commandsystem\CommandSystem.h" />
<ClInclude Include="..\..\radiantcore\commandsystem\CommandTokeniser.h" />
<ClInclude Include="..\..\radiantcore\commandsystem\Executable.h" />
<ClInclude Include="..\..\radiantcore\commandsystem\Statement.h" />
<ClInclude Include="..\..\radiantcore\log\COutRedirector.h" />
<ClInclude Include="..\..\radiantcore\log\LogDevice.h" />
<ClInclude Include="..\..\radiantcore\log\LogFile.h" />
<ClInclude Include="..\..\radiantcore\log\LogLevels.h" />
<ClInclude Include="..\..\radiantcore\log\LogStream.h" />
<ClInclude Include="..\..\radiantcore\log\LogStreamBuf.h" />
<ClInclude Include="..\..\radiantcore\log\LogWriter.h" />
<ClInclude Include="..\..\radiantcore\log\PIDFile.h" />
<ClInclude Include="..\..\radiantcore\log\PopupErrorHandler.h" />
<ClInclude Include="..\..\radiantcore\log\StringLogDevice.h" />
<ClInclude Include="..\..\radiantcore\messagebus\MessageBus.h" />
<ClInclude Include="..\..\radiantcore\modulesystem\ModuleLoader.h" />
<ClInclude Include="..\..\radiantcore\modulesystem\ModuleRegistry.h" />
<ClInclude Include="..\..\radiantcore\settings\Game.h" />
<ClInclude Include="..\..\radiantcore\settings\GameManager.h" />
<ClInclude Include="..\..\radiantcore\settings\LanguageManager.h" />
<ClInclude Include="..\..\radiantcore\settings\PreferenceItemBase.h" />
<ClInclude Include="..\..\radiantcore\settings\PreferenceItems.h" />
<ClInclude Include="..\..\radiantcore\settings\PreferencePage.h" />
<ClInclude Include="..\..\radiantcore\settings\PreferenceSystem.h" />
<ClInclude Include="..\..\radiantcore\vfs\Archive.h" />
<ClInclude Include="..\..\radiantcore\vfs\DeflatedArchiveFile.h" />
<ClInclude Include="..\..\radiantcore\vfs\DeflatedArchiveTextFile.h" />
<ClInclude Include="..\..\radiantcore\vfs\DeflatedInputStream.h" />
<ClInclude Include="..\..\radiantcore\vfs\DirectoryArchive.h" />
<ClInclude Include="..\..\radiantcore\vfs\DirectoryArchiveTextFile.h" />
<ClInclude Include="..\..\radiantcore\vfs\Doom3FileSystem.h" />
<ClInclude Include="..\..\radiantcore\vfs\GenericFileSystem.h" />
<ClInclude Include="..\..\radiantcore\vfs\SortedFilenames.h" />
<ClInclude Include="..\..\radiantcore\vfs\StoredArchiveFile.h" />
<ClInclude Include="..\..\radiantcore\vfs\StoredArchiveTextFile.h" />
<ClInclude Include="..\..\radiantcore\vfs\UnixPath.h" />
<ClInclude Include="..\..\radiantcore\vfs\ZipArchive.h" />
<ClInclude Include="..\..\radiantcore\vfs\ZipStreamUtils.h" />
<ClInclude Include="..\..\radiantcore\xmlregistry\Autosaver.h" />
<ClInclude Include="..\..\radiantcore\xmlregistry\RegistryTree.h" />
<ClInclude Include="..\..\radiantcore\xmlregistry\XMLRegistry.h" />
</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>16.0</VCProjectVersion>
Expand Down

0 comments on commit 3fc3333

Please sign in to comment.