Files
oboe/proj/vs2013/Game/Blades of Exile.vcxproj
Celtic Minstrel f70f63eead Update and clean up the Visual Studio 2017 project files
These were very shoddily put together!
It seems the person who made them never really tried building
the editors or the tests.

Also included here are a couple of minor source changes that are needed
to make the project files build.
2023-01-05 19:29:16 -05:00

167 lines
9.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{A0C19353-478B-4F21-9FE3-FA8EE4D15147}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>BladesofExile</RootNamespace>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v120</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v120_xp</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>MSBUILD_GITREV;WIN32;_WINDOWS;TIXML_USE_TICPP;%(PreprocessorDefinitions);_DEBUG</PreprocessorDefinitions>
<PrecompiledHeaderFile />
<PrecompiledHeaderOutputFile />
<AdditionalIncludeDirectories>$(SolutionDir)..\..\src\fileio\gzstream;$(SolutionDir)..\..\src\fileio\xml-parser;$(SolutionDir)..\..\src\fileio\resmgr;$(SolutionDir)..\..\src\dialogxml\widgets;$(SolutionDir)..\..\src\dialogxml\dialogs;$(SolutionDir)..\..\src\universe;$(SolutionDir)..\..\src\tools;$(SolutionDir)..\..\src\scenario;$(SolutionDir)..\..\src\universe;$(SolutionDir)..\..\src\fileio;$(SolutionDir)..\..\src\dialogxml;$(SolutionDir)..\..\src\gfx;$(SolutionDir)..\..\src;$(SolutionDir)..\..\rsrc\menus</AdditionalIncludeDirectories>
<DisableSpecificWarnings>4800;4290;4244;4996;4018</DisableSpecificWarnings>
<ForcedIncludeFiles>$(SolutionDir)..\..\src\global.hpp</ForcedIncludeFiles>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalDependencies>opengl32.lib;sfml-system-d.lib;sfml-window-d.lib;sfml-graphics-d.lib;sfml-audio-d.lib;libboost_filesystem-vc120-mt-gd-*.lib;libboost_system-vc120-mt-gd-*.lib;libboost_thread-vc120-mt-gd-*.lib;zlib.lib;%(AdditionalDependencies)</AdditionalDependencies>
<EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
</Link>
<ResourceCompile>
<AdditionalIncludeDirectories>..\..\..\rsrc\icons\win;..\..\..\rsrc\menus;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>MSBUILD_GITREV;WIN32;_WINDOWS;TIXML_USE_TICPP;%(PreprocessorDefinitions);NDEBUG</PreprocessorDefinitions>
<AdditionalIncludeDirectories>$(SolutionDir)..\..\src\fileio\gzstream;$(SolutionDir)..\..\src\fileio\xml-parser;$(SolutionDir)..\..\src\fileio\resmgr;$(SolutionDir)..\..\src\dialogxml\widgets;$(SolutionDir)..\..\src\dialogxml\dialogs;$(SolutionDir)..\..\src\universe;$(SolutionDir)..\..\src\tools;$(SolutionDir)..\..\src\scenario;$(SolutionDir)..\..\src\universe;$(SolutionDir)..\..\src\fileio;$(SolutionDir)..\..\src\dialogxml;$(SolutionDir)..\..\src\gfx;$(SolutionDir)..\..\src;$(SolutionDir)..\..\rsrc\menus</AdditionalIncludeDirectories>
<PrecompiledHeaderFile />
<PrecompiledHeaderOutputFile />
<DisableSpecificWarnings>4800;4290;4244;4996;4018</DisableSpecificWarnings>
<ForcedIncludeFiles>$(SolutionDir)..\..\src\global.hpp</ForcedIncludeFiles>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<AdditionalDependencies>opengl32.lib;sfml-system.lib;sfml-window.lib;sfml-graphics.lib;sfml-audio.lib;libboost_filesystem-vc120-mt-*.lib;libboost_system-vc120-mt-*.lib;libboost_thread-vc120-mt-*.lib;zlib.lib;%(AdditionalDependencies)</AdditionalDependencies>
<EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
</Link>
<ResourceCompile>
<AdditionalIncludeDirectories>..\..\..\rsrc\icons\win;..\..\..\rsrc\menus;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
</ItemDefinitionGroup>
<ItemGroup>
<Text Include="ReadMe.txt" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\src\game\boe.actions.hpp" />
<ClInclude Include="..\..\..\src\game\boe.combat.hpp" />
<ClInclude Include="..\..\..\src\game\boe.consts.hpp" />
<ClInclude Include="..\..\..\src\game\boe.dlgutil.hpp" />
<ClInclude Include="..\..\..\src\game\boe.fileio.hpp" />
<ClInclude Include="..\..\..\src\game\boe.global.hpp" />
<ClInclude Include="..\..\..\src\game\boe.graphics.hpp" />
<ClInclude Include="..\..\..\src\game\boe.graphutil.hpp" />
<ClInclude Include="..\..\..\src\game\boe.infodlg.hpp" />
<ClInclude Include="..\..\..\src\game\boe.items.hpp" />
<ClInclude Include="..\..\..\src\game\boe.locutils.hpp" />
<ClInclude Include="..\..\..\src\game\boe.main.hpp" />
<ClInclude Include="..\..\..\src\game\boe.menus.hpp" />
<ClInclude Include="..\..\..\src\game\boe.monster.hpp" />
<ClInclude Include="..\..\..\src\game\boe.newgraph.hpp" />
<ClInclude Include="..\..\..\src\game\boe.party.hpp" />
<ClInclude Include="..\..\..\src\game\boe.specials.hpp" />
<ClInclude Include="..\..\..\src\game\boe.text.hpp" />
<ClInclude Include="..\..\..\src\game\boe.town.hpp" />
<ClInclude Include="..\..\..\src\game\boe.townspec.hpp" />
<ClInclude Include="..\..\..\src\game\boe.ui.hpp" />
<ClInclude Include="..\..\..\rsrc\menus\boeresource.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\..\rsrc\menus\BladesOfExile.rc" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\..\src\game\boe.actions.cpp" />
<ClCompile Include="..\..\..\src\game\boe.combat.cpp" />
<ClCompile Include="..\..\..\src\game\boe.dlgutil.cpp" />
<ClCompile Include="..\..\..\src\game\boe.fileio.cpp" />
<ClCompile Include="..\..\..\src\game\boe.graphics.cpp" />
<ClCompile Include="..\..\..\src\game\boe.graphutil.cpp" />
<ClCompile Include="..\..\..\src\game\boe.infodlg.cpp" />
<ClCompile Include="..\..\..\src\game\boe.items.cpp" />
<ClCompile Include="..\..\..\src\game\boe.locutils.cpp" />
<ClCompile Include="..\..\..\src\game\boe.main.cpp" />
<ClCompile Include="..\..\..\src\game\boe.menus.win.cpp" />
<ClCompile Include="..\..\..\src\game\boe.monster.cpp" />
<ClCompile Include="..\..\..\src\game\boe.newgraph.cpp" />
<ClCompile Include="..\..\..\src\game\boe.party.cpp" />
<ClCompile Include="..\..\..\src\game\boe.specials.cpp" />
<ClCompile Include="..\..\..\src\game\boe.startup.cpp" />
<ClCompile Include="..\..\..\src\game\boe.text.cpp" />
<ClCompile Include="..\..\..\src\game\boe.town.cpp" />
<ClCompile Include="..\..\..\src\game\boe.townspec.cpp" />
<ClCompile Include="..\..\..\src\game\boe.ui.cpp" />
<ClCompile Include="..\..\..\src\pcedit\pc.editors.cpp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Common\Common.vcxproj">
<Project>{1347fe79-73bd-4176-9280-0fe39e3534e2}</Project>
<Private>false</Private>
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
<CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
<LinkLibraryDependencies>true</LinkLibraryDependencies>
<UseLibraryDependencyInputs>true</UseLibraryDependencyInputs>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Image Include="..\..\..\rsrc\icons\win\BOE Icon.ico" />
<Image Include="..\..\..\rsrc\icons\win\BOE Save.ico" />
<Image Include="..\..\..\rsrc\icons\win\BOE Scenario.ico" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>