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>
|
|
|
|
|
</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>
|
2016-03-04 03:47:32 +01:00
|
|
|
<LinkIncremental>true</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>
|
2016-05-08 22:46:41 +02:00
|
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
2015-06-06 18:46:10 +02:00
|
|
|
<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>
|
2016-03-04 03:47:32 +01:00
|
|
|
<ControlFlowGuard>false</ControlFlowGuard>
|
|
|
|
|
<EnforceTypeConversionRules>true</EnforceTypeConversionRules>
|
2015-06-06 18:46:10 +02:00
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
2016-02-06 00:17:29 +01:00
|
|
|
<GenerateDebugInformation>Debug</GenerateDebugInformation>
|
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>
|
2016-03-04 03:47:32 +01:00
|
|
|
<OptimizeReferences>false</OptimizeReferences>
|
2015-06-06 18:46:10 +02:00
|
|
|
<LinkStatus>
|
|
|
|
|
</LinkStatus>
|
2015-06-20 16:53:09 +02:00
|
|
|
<CreateHotPatchableImage>Enabled</CreateHotPatchableImage>
|
|
|
|
|
<EnableCOMDATFolding>false</EnableCOMDATFolding>
|
|
|
|
|
<FixedBaseAddress>false</FixedBaseAddress>
|
2016-03-04 03:47:32 +01:00
|
|
|
<LargeAddressAware>false</LargeAddressAware>
|
|
|
|
|
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
|
|
|
|
|
<FullProgramDatabaseFile>true</FullProgramDatabaseFile>
|
2015-06-06 18:46:10 +02:00
|
|
|
</Link>
|
2016-03-04 03:47:32 +01: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>
|
2016-03-04 03:47:32 +01:00
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
2015-06-06 18:46:10 +02:00
|
|
|
<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>
|
2016-03-04 03:47:32 +01:00
|
|
|
<ControlFlowGuard>false</ControlFlowGuard>
|
|
|
|
|
<EnforceTypeConversionRules>true</EnforceTypeConversionRules>
|
2015-06-06 18:46:10 +02:00
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
2016-02-23 13:25:34 +01:00
|
|
|
<GenerateDebugInformation>No</GenerateDebugInformation>
|
2015-06-20 16:53:09 +02:00
|
|
|
<EnableCOMDATFolding>false</EnableCOMDATFolding>
|
2016-03-04 03:47:32 +01:00
|
|
|
<OptimizeReferences>false</OptimizeReferences>
|
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>
|
2016-03-04 03:47:32 +01:00
|
|
|
<LinkTimeCodeGeneration>
|
|
|
|
|
</LinkTimeCodeGeneration>
|
2015-06-06 18:46:10 +02:00
|
|
|
<LinkStatus>
|
|
|
|
|
</LinkStatus>
|
2015-06-20 16:53:09 +02:00
|
|
|
<CreateHotPatchableImage>Enabled</CreateHotPatchableImage>
|
|
|
|
|
<FixedBaseAddress>false</FixedBaseAddress>
|
2016-03-04 03:47:32 +01:00
|
|
|
<LargeAddressAware>false</LargeAddressAware>
|
|
|
|
|
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
|
|
|
|
|
<FullProgramDatabaseFile>false</FullProgramDatabaseFile>
|
2015-06-06 18:46:10 +02:00
|
|
|
</Link>
|
2016-03-04 03:47:32 +01:00
|
|
|
<ProjectReference />
|
2015-06-06 18:46:10 +02:00
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
2016-02-06 00:17:29 +01:00
|
|
|
<ClCompile Include="BlitzSteam.cpp" />
|
2016-05-08 22:46:41 +02:00
|
|
|
<ClCompile Include="Helpers\BlitzPointer.cpp" />
|
2016-02-06 00:17:29 +01:00
|
|
|
<ClCompile Include="Helpers\Helper.cpp" />
|
2016-03-11 14:13:25 +01:00
|
|
|
<ClCompile Include="Types\BlitzCallback.cpp" />
|
2016-03-04 03:47:32 +01:00
|
|
|
<ClCompile Include="Types\CSteamID.cpp" />
|
|
|
|
|
<ClCompile Include="Types\Double.cpp" />
|
2016-05-08 22:46:41 +02:00
|
|
|
<ClCompile Include="Types\SteamMatchmakingTypes.cpp" />
|
2016-03-04 03:47:32 +01:00
|
|
|
<ClCompile Include="Types\Long.cpp" />
|
2016-03-11 14:13:25 +01:00
|
|
|
<ClCompile Include="Types\Memory.cpp" />
|
2016-05-08 22:46:41 +02:00
|
|
|
<ClCompile Include="Types\SteamTypes.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" />
|
2016-02-23 13:25:34 +01:00
|
|
|
<ClCompile Include="Wrapper\SteamMatchmakingServers.cpp" />
|
2015-06-06 21:20:52 +02:00
|
|
|
<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-03-11 14:13:25 +01:00
|
|
|
<ClInclude Include="BlitzSteamInternal.h" />
|
2016-01-11 16:56:07 +01:00
|
|
|
<ClInclude Include="Helpers\BlitzPointer.h" />
|
2016-02-06 00:17:29 +01:00
|
|
|
<ClInclude Include="Helpers\Helper.h" />
|
2016-03-11 14:13:25 +01:00
|
|
|
<ClInclude Include="Types\BlitzCallback.h" />
|
2016-03-04 03:47:32 +01:00
|
|
|
<ClInclude Include="Types\CSteamID.h" />
|
|
|
|
|
<ClInclude Include="Types\Double.h" />
|
2016-05-08 22:46:41 +02:00
|
|
|
<ClInclude Include="Types\SteamMatchmakingTypes.h" />
|
2016-03-04 03:47:32 +01:00
|
|
|
<ClInclude Include="Types\Long.h" />
|
2016-03-11 14:13:25 +01:00
|
|
|
<ClInclude Include="Types\Memory.h" />
|
2016-05-08 22:46:41 +02:00
|
|
|
<ClInclude Include="Types\SteamTypes.h" />
|
2015-06-06 18:46:10 +02:00
|
|
|
</ItemGroup>
|
2016-03-11 14:13:25 +01:00
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="Resources\BlitzSteam.bb" />
|
|
|
|
|
<None Include="Resources\BlitzSteam.ipf" />
|
|
|
|
|
<None Include="Resources\BlitzSteamUtility.bb" />
|
|
|
|
|
<None Include="Resources\Decls\BlitzSteam.decls" />
|
2016-05-08 22:46:41 +02:00
|
|
|
<None Include="Resources\Decls\BlitzSteam_Callback.decls" />
|
2016-03-11 14:13:25 +01:00
|
|
|
<None Include="Resources\Decls\BlitzSteam_CSteamID.decls" />
|
|
|
|
|
<None Include="Resources\Decls\BlitzSteam_Double.decls" />
|
|
|
|
|
<None Include="Resources\Decls\BlitzSteam_Long.decls" />
|
|
|
|
|
<None Include="Resources\Decls\BlitzSteam_Memory.decls" />
|
|
|
|
|
<None Include="Resources\Decls\BlitzSteam_Steam.decls" />
|
|
|
|
|
<None Include="Resources\Decls\BlitzSteam_SteamAppList.decls" />
|
|
|
|
|
<None Include="Resources\Decls\BlitzSteam_SteamApps.decls" />
|
|
|
|
|
<None Include="Resources\Decls\BlitzSteam_SteamClient.decls" />
|
|
|
|
|
<None Include="Resources\Decls\BlitzSteam_SteamController.decls" />
|
|
|
|
|
<None Include="Resources\Decls\BlitzSteam_SteamFriends.decls" />
|
|
|
|
|
<None Include="Resources\Decls\BlitzSteam_SteamGameServer.decls" />
|
|
|
|
|
<None Include="Resources\Decls\BlitzSteam_SteamGameServerStats.decls" />
|
|
|
|
|
<None Include="Resources\Decls\BlitzSteam_SteamHTMLSurface.decls" />
|
|
|
|
|
<None Include="Resources\Decls\BlitzSteam_SteamHTTP.decls" />
|
|
|
|
|
<None Include="Resources\Decls\BlitzSteam_SteamInventory.decls" />
|
|
|
|
|
<None Include="Resources\Decls\BlitzSteam_SteamMatchmaking.decls" />
|
|
|
|
|
<None Include="Resources\Decls\BlitzSteam_SteamMatchmakingServers.decls" />
|
2016-05-08 22:46:41 +02:00
|
|
|
<None Include="Resources\Decls\BlitzSteam_SteamMatchmakingTypes.decls" />
|
2016-03-11 14:13:25 +01:00
|
|
|
<None Include="Resources\Decls\BlitzSteam_SteamMusic.decls" />
|
|
|
|
|
<None Include="Resources\Decls\BlitzSteam_SteamMusicRemote.decls" />
|
|
|
|
|
<None Include="Resources\Decls\BlitzSteam_SteamNetworking.decls" />
|
|
|
|
|
<None Include="Resources\Decls\BlitzSteam_SteamRemoteStorage.decls" />
|
|
|
|
|
<None Include="Resources\Decls\BlitzSteam_SteamScreenshots.decls" />
|
|
|
|
|
<None Include="Resources\Decls\BlitzSteam_SteamUGC.decls" />
|
|
|
|
|
<None Include="Resources\Decls\BlitzSteam_SteamUnifiedMessages.decls" />
|
|
|
|
|
<None Include="Resources\Decls\BlitzSteam_SteamUser.decls" />
|
|
|
|
|
<None Include="Resources\Decls\BlitzSteam_SteamUserStats.decls" />
|
|
|
|
|
<None Include="Resources\Decls\BlitzSteam_SteamUtils.decls" />
|
|
|
|
|
<None Include="Resources\Decls\BlitzSteam_SteamVideo.decls" />
|
|
|
|
|
<None Include="Resources\Examples\SteamAPI_Example.bb" />
|
|
|
|
|
<None Include="Resources\Examples\SteamAppList_Example.bb" />
|
|
|
|
|
<None Include="Resources\Examples\SteamApps_Example.bb" />
|
|
|
|
|
<None Include="Resources\Examples\SteamController_Example.bb" />
|
|
|
|
|
<None Include="Resources\Examples\SteamHTMLSurface_Example.bb" />
|
|
|
|
|
<None Include="Resources\BlitzSteam.LICENSE" />
|
|
|
|
|
<None Include="Resources\BlitzSteam.LICENSE.lesser" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Text Include="Resources\Examples\steam_appid.txt" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Target Name="CopyResources" BeforeTargets="Build">
|
2016-03-04 03:47:32 +01:00
|
|
|
<ItemGroup>
|
|
|
|
|
<Resources Include="$(ProjectDir)\Resources\**\*.*" />
|
|
|
|
|
<Resources Include="$(ProjectDir)\SteamworksSDK\redistributable_bin\steam_api.dll" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Copy SourceFiles="@(Resources)" DestinationFiles="@(Resources->'$(TargetDir)%(RecursiveDir)\%(Filename)%(Extension)')" SkipUnchangedFiles="True" UseHardlinksIfPossible="True" />
|
2016-02-23 23:39:40 +01:00
|
|
|
</Target>
|
2015-06-06 18:46:10 +02:00
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2015-05-17 12:45:11 +02:00
|
|
|
</Project>
|