Implement SteamUser Wrapper
This commit is contained in:
+3
-4
@@ -83,7 +83,7 @@
|
||||
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
|
||||
<FloatingPointExceptions>false</FloatingPointExceptions>
|
||||
<UseUnicodeForAssemblerListing>true</UseUnicodeForAssemblerListing>
|
||||
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
@@ -134,7 +134,7 @@
|
||||
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
|
||||
<FloatingPointExceptions>false</FloatingPointExceptions>
|
||||
<UseUnicodeForAssemblerListing>true</UseUnicodeForAssemblerListing>
|
||||
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<GenerateDebugInformation>false</GenerateDebugInformation>
|
||||
@@ -158,7 +158,6 @@
|
||||
<ClCompile Include="dllmain.cpp" />
|
||||
<ClCompile Include="Helpers\CSteamID.cpp" />
|
||||
<ClCompile Include="Helpers\Callbacks.cpp" />
|
||||
<ClCompile Include="Libraries\BlitzPointer.cpp" />
|
||||
<ClCompile Include="Wrapper\Steam.cpp" />
|
||||
<ClCompile Include="Wrapper\SteamAppList.cpp" />
|
||||
<ClCompile Include="Wrapper\SteamApps.cpp" />
|
||||
@@ -186,9 +185,9 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="dllmain.h" />
|
||||
<ClInclude Include="Helpers\BlitzPointer.h" />
|
||||
<ClInclude Include="Helpers\Callbacks.h" />
|
||||
<ClInclude Include="Helpers\CSteamID.h" />
|
||||
<ClInclude Include="Libraries\BlitzPointer.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="LICENSE">
|
||||
|
||||
Reference in New Issue
Block a user