2015-06-06 18:46:10 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-12-30 06:40:50 +01:00
|
|
|
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2015-06-06 18:46:10 +02:00
|
|
|
<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>{805CB1EB-82F0-405E-AC0B-03FBE82CC77D}</ProjectGuid>
|
|
|
|
|
<RootNamespace>BlitzSteam</RootNamespace>
|
2016-02-06 00:17:29 +01:00
|
|
|
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
2015-06-06 18:46:10 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2015-12-30 06:40:50 +01:00
|
|
|
<PlatformToolset>v140</PlatformToolset>
|
2015-06-06 18:46:10 +02:00
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2015-12-30 06:40:50 +01:00
|
|
|
<PlatformToolset>v140</PlatformToolset>
|
2015-06-06 18:46:10 +02:00
|
|
|
<WholeProgramOptimization>false</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'">
|
2016-02-06 00:17:29 +01:00
|
|
|
<OutDir>$(SolutionDir)#Build\$(ProjectName)\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>$(SolutionDir)#Intermediate\$(ProjectName)\$(Configuration)\</IntDir>
|
2015-06-06 18:46:10 +02:00
|
|
|
<TargetExt>.dll</TargetExt>
|
2015-09-19 18:46:44 +02:00
|
|
|
<LinkIncremental>true</LinkIncremental>
|
2015-06-06 18:46:10 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
2016-02-06 00:17:29 +01:00
|
|
|
<OutDir>$(SolutionDir)#Build\$(ProjectName)\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>$(SolutionDir)#Intermediate\$(ProjectName)\$(Configuration)\</IntDir>
|
2015-06-06 18:46:10 +02:00
|
|
|
<TargetExt>.dll</TargetExt>
|
2015-06-20 16:53:09 +02:00
|
|
|
<LinkIncremental>false</LinkIncremental>
|
2015-06-06 18:46:10 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
2015-09-19 18:46:44 +02:00
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2015-06-06 18:46:10 +02:00
|
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
2016-02-06 00:17:29 +01:00
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
2015-06-06 18:46:10 +02:00
|
|
|
<StructMemberAlignment>4Bytes</StructMemberAlignment>
|
|
|
|
|
<EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
|
|
|
|
|
<CompileAsManaged>false</CompileAsManaged>
|
|
|
|
|
<CompileAsWinRT>false</CompileAsWinRT>
|
2015-06-20 16:53:09 +02:00
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2016-02-06 00:17:29 +01:00
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<CreateHotpatchableImage>true</CreateHotpatchableImage>
|
|
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
2015-06-06 18:46:10 +02:00
|
|
|
<OpenMPSupport>false</OpenMPSupport>
|
|
|
|
|
<ForcedIncludeFiles>
|
|
|
|
|
</ForcedIncludeFiles>
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
2015-06-20 15:53:41 +02:00
|
|
|
<CallingConvention>Cdecl</CallingConvention>
|
2015-06-20 16:53:09 +02:00
|
|
|
<InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
|
|
|
|
|
<IntrinsicFunctions>false</IntrinsicFunctions>
|
|
|
|
|
<StringPooling>true</StringPooling>
|
2016-02-06 00:17:29 +01:00
|
|
|
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
|
|
|
|
|
<FloatingPointExceptions>true</FloatingPointExceptions>
|
2015-06-20 16:53:09 +02:00
|
|
|
<UseUnicodeForAssemblerListing>true</UseUnicodeForAssemblerListing>
|
2016-01-11 16:56:07 +01:00
|
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2015-06-06 18:46:10 +02:00
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
2016-02-06 00:17:29 +01:00
|
|
|
<GenerateDebugInformation>Debug</GenerateDebugInformation>
|
2015-06-06 18:46:10 +02:00
|
|
|
<Version>1.0</Version>
|
2015-09-19 19:21:45 +02:00
|
|
|
<AdditionalLibraryDirectories>$(ProjectDir)\SteamworksSDK\redistributable_bin</AdditionalLibraryDirectories>
|
2015-06-06 18:46:10 +02:00
|
|
|
<AdditionalDependencies>steam_api.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
<LinkTimeCodeGeneration>
|
|
|
|
|
</LinkTimeCodeGeneration>
|
|
|
|
|
<OptimizeReferences>
|
|
|
|
|
</OptimizeReferences>
|
|
|
|
|
<LinkStatus>
|
|
|
|
|
</LinkStatus>
|
2015-06-20 16:53:09 +02:00
|
|
|
<CreateHotPatchableImage>Enabled</CreateHotPatchableImage>
|
|
|
|
|
<EnableCOMDATFolding>false</EnableCOMDATFolding>
|
|
|
|
|
<FixedBaseAddress>false</FixedBaseAddress>
|
2015-06-06 18:46:10 +02:00
|
|
|
</Link>
|
2015-06-20 16:53:09 +02:00
|
|
|
<ProjectReference>
|
2015-09-19 19:21:45 +02:00
|
|
|
<LinkLibraryDependencies>true</LinkLibraryDependencies>
|
2015-06-20 16:53:09 +02:00
|
|
|
</ProjectReference>
|
2015-06-06 18:46:10 +02:00
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Full</Optimization>
|
2016-02-06 00:17:29 +01:00
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
2015-06-06 18:46:10 +02:00
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
2015-09-19 18:46:44 +02:00
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2015-06-06 18:46:10 +02:00
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
|
<StructMemberAlignment>4Bytes</StructMemberAlignment>
|
|
|
|
|
<EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
|
|
|
|
|
<CompileAsManaged>false</CompileAsManaged>
|
|
|
|
|
<CompileAsWinRT>false</CompileAsWinRT>
|
2015-06-20 16:53:09 +02:00
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2015-06-06 18:46:10 +02:00
|
|
|
<CreateHotpatchableImage>false</CreateHotpatchableImage>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
<OpenMPSupport>false</OpenMPSupport>
|
|
|
|
|
<ForcedIncludeFiles>
|
|
|
|
|
</ForcedIncludeFiles>
|
|
|
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
2015-06-20 15:53:41 +02:00
|
|
|
<CallingConvention>Cdecl</CallingConvention>
|
2016-02-06 00:17:29 +01:00
|
|
|
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
2015-06-20 16:53:09 +02:00
|
|
|
<StringPooling>true</StringPooling>
|
2016-02-06 00:17:29 +01:00
|
|
|
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
|
|
|
|
|
<FloatingPointExceptions>true</FloatingPointExceptions>
|
2015-06-20 16:53:09 +02:00
|
|
|
<UseUnicodeForAssemblerListing>true</UseUnicodeForAssemblerListing>
|
2016-01-11 16:56:07 +01:00
|
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2016-02-06 00:17:29 +01:00
|
|
|
<DebugInformationFormat>None</DebugInformationFormat>
|
2015-06-06 18:46:10 +02:00
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
2015-06-20 16:53:09 +02:00
|
|
|
<EnableCOMDATFolding>false</EnableCOMDATFolding>
|
2015-06-06 18:46:10 +02:00
|
|
|
<OptimizeReferences>
|
|
|
|
|
</OptimizeReferences>
|
|
|
|
|
<Version>1.0</Version>
|
2015-09-19 19:21:45 +02:00
|
|
|
<AdditionalLibraryDirectories>$(ProjectDir)\SteamworksSDK\redistributable_bin</AdditionalLibraryDirectories>
|
2015-06-06 18:46:10 +02:00
|
|
|
<AdditionalDependencies>steam_api.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
<LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
|
|
|
|
|
<LinkStatus>
|
|
|
|
|
</LinkStatus>
|
2015-06-20 16:53:09 +02:00
|
|
|
<CreateHotPatchableImage>Enabled</CreateHotPatchableImage>
|
|
|
|
|
<FixedBaseAddress>false</FixedBaseAddress>
|
2015-06-06 18:46:10 +02:00
|
|
|
</Link>
|
2015-06-20 16:53:09 +02:00
|
|
|
<ProjectReference>
|
2015-09-19 19:21:45 +02:00
|
|
|
<LinkLibraryDependencies>true</LinkLibraryDependencies>
|
2015-06-20 16:53:09 +02:00
|
|
|
</ProjectReference>
|
2015-06-06 18:46:10 +02:00
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
2016-02-06 00:17:29 +01:00
|
|
|
<ClCompile Include="BlitzSteam.cpp" />
|
2015-06-07 03:31:10 +02:00
|
|
|
<ClCompile Include="Helpers\CSteamID.cpp" />
|
|
|
|
|
<ClCompile Include="Helpers\Callbacks.cpp" />
|
2016-02-06 00:17:29 +01:00
|
|
|
<ClCompile Include="Helpers\Helper.cpp" />
|
2015-06-06 18:46:10 +02:00
|
|
|
<ClCompile Include="Wrapper\Steam.cpp" />
|
|
|
|
|
<ClCompile Include="Wrapper\SteamAppList.cpp" />
|
|
|
|
|
<ClCompile Include="Wrapper\SteamApps.cpp" />
|
|
|
|
|
<ClCompile Include="Wrapper\SteamClient.cpp" />
|
|
|
|
|
<ClCompile Include="Wrapper\SteamController.cpp" />
|
2015-06-06 21:20:52 +02:00
|
|
|
<ClCompile Include="Wrapper\SteamFriends.cpp" />
|
|
|
|
|
<ClCompile Include="Wrapper\SteamGameServer.cpp" />
|
|
|
|
|
<ClCompile Include="Wrapper\SteamGameServerStats.cpp" />
|
|
|
|
|
<ClCompile Include="Wrapper\SteamHTMLSurface.cpp" />
|
|
|
|
|
<ClCompile Include="Wrapper\SteamHTTP.cpp" />
|
|
|
|
|
<ClCompile Include="Wrapper\SteamInventory.cpp" />
|
|
|
|
|
<ClCompile Include="Wrapper\SteamMatchmaking.cpp" />
|
|
|
|
|
<ClCompile Include="Wrapper\SteamMatchmakingServer.cpp" />
|
|
|
|
|
<ClCompile Include="Wrapper\SteamMusic.cpp" />
|
|
|
|
|
<ClCompile Include="Wrapper\SteamMusicRemote.cpp" />
|
|
|
|
|
<ClCompile Include="Wrapper\SteamNetworking.cpp" />
|
|
|
|
|
<ClCompile Include="Wrapper\SteamRemoteStorage.cpp" />
|
|
|
|
|
<ClCompile Include="Wrapper\SteamScreenshots.cpp" />
|
|
|
|
|
<ClCompile Include="Wrapper\SteamUGC.cpp" />
|
|
|
|
|
<ClCompile Include="Wrapper\SteamUnifiedMessages.cpp" />
|
2015-06-06 18:46:10 +02:00
|
|
|
<ClCompile Include="Wrapper\SteamUser.cpp" />
|
2015-06-06 21:20:52 +02:00
|
|
|
<ClCompile Include="Wrapper\SteamUserStats.cpp" />
|
|
|
|
|
<ClCompile Include="Wrapper\SteamUtils.cpp" />
|
|
|
|
|
<ClCompile Include="Wrapper\SteamVideo.cpp" />
|
2015-06-06 18:46:10 +02:00
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-02-06 00:17:29 +01:00
|
|
|
<ClInclude Include="BlitzSteam.h" />
|
2016-01-11 16:56:07 +01:00
|
|
|
<ClInclude Include="Helpers\BlitzPointer.h" />
|
2015-06-20 15:53:41 +02:00
|
|
|
<ClInclude Include="Helpers\Callbacks.h" />
|
|
|
|
|
<ClInclude Include="Helpers\CSteamID.h" />
|
2016-02-06 00:17:29 +01:00
|
|
|
<ClInclude Include="Helpers\Helper.h" />
|
2015-06-06 18:46:10 +02:00
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2015-06-06 21:20:52 +02:00
|
|
|
<None Include="LICENSE">
|
2016-02-06 00:17:29 +01:00
|
|
|
<Link>BlitzSteam.LICENSE</Link>
|
2015-06-06 21:20:52 +02:00
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="LICENSE.lesser">
|
2016-02-06 00:17:29 +01:00
|
|
|
<Link>BlitzSteam.LICENSE.lesser</Link>
|
2015-06-06 21:20:52 +02:00
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2015-06-06 18:46:10 +02:00
|
|
|
<None Include="Blitz\BlitzSteam.bb">
|
|
|
|
|
<Link>BlitzSteam.bb</Link>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="Blitz\BlitzSteamUtility.bb">
|
|
|
|
|
<Link>BlitzSteamUtility.bb</Link>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="Blitz\BlitzSteam.decls">
|
|
|
|
|
<Link>BlitzSteam.decls</Link>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="SteamworksSDK\redistributable_bin\steam_api.dll">
|
|
|
|
|
<Link>steam_api.dll</Link>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2015-05-17 12:45:11 +02:00
|
|
|
</Project>
|