78c27c54f3
- Steam API - SteamAppList API - SteamApps API - SteamController API (work-in-progress) - SteamClient API
170 lines
8.2 KiB
XML
170 lines
8.2 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>{805CB1EB-82F0-405E-AC0B-03FBE82CC77D}</ProjectGuid>
|
|
<RootNamespace>BlitzSteam</RootNamespace>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
<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'">
|
|
<OutDir>$(SolutionDir)\#Build\$(ProjectName)\$(Configuration)\</OutDir>
|
|
<IntDir>$(SolutionDir)\#Intermediate\$(ProjectName)\$(Configuration)\</IntDir>
|
|
<TargetExt>.dll</TargetExt>
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<IncludePath>$(ProjectDir);$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<OutDir>$(SolutionDir)\#Build\$(ProjectName)\$(Configuration)\</OutDir>
|
|
<IntDir>$(SolutionDir)\#Intermediate\$(ProjectName)\$(Configuration)\</IntDir>
|
|
<TargetExt>.dll</TargetExt>
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<IncludePath>$(ProjectDir);$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<SDLCheck>
|
|
</SDLCheck>
|
|
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
<AdditionalIncludeDirectories>$(SolutionDir);$(ProjectDir);D:\Projects\Cpp\#Libraries\Steamworks SDK\public</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_WINDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
<StructMemberAlignment>4Bytes</StructMemberAlignment>
|
|
<EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
|
|
<CompileAsManaged>false</CompileAsManaged>
|
|
<CompileAsWinRT>false</CompileAsWinRT>
|
|
<MultiProcessorCompilation>false</MultiProcessorCompilation>
|
|
<FunctionLevelLinking>false</FunctionLevelLinking>
|
|
<CreateHotpatchableImage>false</CreateHotpatchableImage>
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
<OpenMPSupport>false</OpenMPSupport>
|
|
<ForcedIncludeFiles>
|
|
</ForcedIncludeFiles>
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
<CallingConvention>StdCall</CallingConvention>
|
|
</ClCompile>
|
|
<Link>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<Version>1.0</Version>
|
|
<AdditionalLibraryDirectories>D:\Projects\Cpp\#Libraries\Steamworks SDK\redistributable_bin</AdditionalLibraryDirectories>
|
|
<AdditionalDependencies>steam_api.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<LinkTimeCodeGeneration>
|
|
</LinkTimeCodeGeneration>
|
|
<OptimizeReferences>
|
|
</OptimizeReferences>
|
|
<LinkStatus>
|
|
</LinkStatus>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Full</Optimization>
|
|
<FunctionLevelLinking>false</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>
|
|
</SDLCheck>
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<AdditionalIncludeDirectories>$(SolutionDir);$(ProjectDir);D:\Projects\Cpp\#Libraries\Steamworks SDK\public</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_WINDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<StructMemberAlignment>4Bytes</StructMemberAlignment>
|
|
<EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
|
|
<CompileAsManaged>false</CompileAsManaged>
|
|
<CompileAsWinRT>false</CompileAsWinRT>
|
|
<MultiProcessorCompilation>false</MultiProcessorCompilation>
|
|
<CreateHotpatchableImage>false</CreateHotpatchableImage>
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
<OpenMPSupport>false</OpenMPSupport>
|
|
<ForcedIncludeFiles>
|
|
</ForcedIncludeFiles>
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
<CallingConvention>StdCall</CallingConvention>
|
|
</ClCompile>
|
|
<Link>
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
<EnableCOMDATFolding>
|
|
</EnableCOMDATFolding>
|
|
<OptimizeReferences>
|
|
</OptimizeReferences>
|
|
<Version>1.0</Version>
|
|
<AdditionalLibraryDirectories>D:\Projects\Cpp\#Libraries\Steamworks SDK\redistributable_bin</AdditionalLibraryDirectories>
|
|
<AdditionalDependencies>steam_api.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
|
|
<LinkStatus>
|
|
</LinkStatus>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="dllmain.cpp" />
|
|
<ClCompile Include="Helper.cpp" />
|
|
<ClCompile Include="Libraries\BlitzPointer.cpp" />
|
|
<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" />
|
|
<ClCompile Include="Wrapper\SteamUser.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="dllmain.h" />
|
|
<ClInclude Include="Libraries\BlitzPointer.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="BlitzSteam.bb">
|
|
<Link>BlitzSteam.bb</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="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>
|
|
</Project> |