1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <ItemGroup Label =" ProjectConfigurations" >
4+ <ProjectConfiguration Include =" Debug|Win32" >
5+ <Configuration >Debug</Configuration >
6+ <Platform >Win32</Platform >
7+ </ProjectConfiguration >
8+ <ProjectConfiguration Include =" Release|Win32" >
9+ <Configuration >Release</Configuration >
10+ <Platform >Win32</Platform >
11+ </ProjectConfiguration >
12+ </ItemGroup >
13+ <PropertyGroup Label =" Globals" >
14+ <VCProjectVersion >15.0</VCProjectVersion >
15+ <ProjectGuid >{0A93DBA7-6379-4354-A169-280D3C4906B0}</ProjectGuid >
16+ <Keyword >Win32Proj</Keyword >
17+ <RootNamespace >csgointerfacedumper</RootNamespace >
18+ <WindowsTargetPlatformVersion >10.0.17763.0</WindowsTargetPlatformVersion >
19+ </PropertyGroup >
20+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
21+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
22+ <ConfigurationType >DynamicLibrary</ConfigurationType >
23+ <UseDebugLibraries >true</UseDebugLibraries >
24+ <PlatformToolset >v141</PlatformToolset >
25+ <CharacterSet >MultiByte</CharacterSet >
26+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
28+ <ConfigurationType >DynamicLibrary</ConfigurationType >
29+ <UseDebugLibraries >false</UseDebugLibraries >
30+ <PlatformToolset >v141</PlatformToolset >
31+ <WholeProgramOptimization >true</WholeProgramOptimization >
32+ <CharacterSet >MultiByte</CharacterSet >
33+ </PropertyGroup >
34+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
35+ <ImportGroup Label =" ExtensionSettings" >
36+ </ImportGroup >
37+ <ImportGroup Label =" Shared" >
38+ </ImportGroup >
39+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
40+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
41+ </ImportGroup >
42+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
43+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
44+ </ImportGroup >
45+ <PropertyGroup Label =" UserMacros" />
46+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
47+ <LinkIncremental >true</LinkIncremental >
48+ <TargetExt >.debug.dll</TargetExt >
49+ </PropertyGroup >
50+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
51+ <LinkIncremental >false</LinkIncremental >
52+ </PropertyGroup >
53+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
54+ <ClCompile >
55+ <PrecompiledHeader >
56+ </PrecompiledHeader >
57+ <WarningLevel >Level3</WarningLevel >
58+ <Optimization >Disabled</Optimization >
59+ <SDLCheck >true</SDLCheck >
60+ <PreprocessorDefinitions >WIN32;_DEBUG;CSGOINTERFACEDUMPER_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
61+ <ConformanceMode >true</ConformanceMode >
62+ <PrecompiledHeaderFile />
63+ </ClCompile >
64+ <Link >
65+ <SubSystem >Windows</SubSystem >
66+ <GenerateDebugInformation >true</GenerateDebugInformation >
67+ </Link >
68+ </ItemDefinitionGroup >
69+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
70+ <ClCompile >
71+ <PrecompiledHeader >
72+ </PrecompiledHeader >
73+ <WarningLevel >Level3</WarningLevel >
74+ <Optimization >MaxSpeed</Optimization >
75+ <FunctionLevelLinking >true</FunctionLevelLinking >
76+ <IntrinsicFunctions >true</IntrinsicFunctions >
77+ <SDLCheck >true</SDLCheck >
78+ <PreprocessorDefinitions >WIN32;NDEBUG;CSGOINTERFACEDUMPER_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
79+ <ConformanceMode >true</ConformanceMode >
80+ <PrecompiledHeaderFile />
81+ </ClCompile >
82+ <Link >
83+ <SubSystem >Windows</SubSystem >
84+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
85+ <OptimizeReferences >true</OptimizeReferences >
86+ <GenerateDebugInformation >true</GenerateDebugInformation >
87+ </Link >
88+ </ItemDefinitionGroup >
89+ <ItemGroup >
90+ <ClCompile Include =" dllmain.cpp" />
91+ </ItemGroup >
92+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
93+ <ImportGroup Label =" ExtensionTargets" >
94+ </ImportGroup >
95+ </Project >
0 commit comments