1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" 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+ <ProjectConfiguration Include =" Debug|x64" >
13+ <Configuration >Debug</Configuration >
14+ <Platform >x64</Platform >
15+ </ProjectConfiguration >
16+ <ProjectConfiguration Include =" Release|x64" >
17+ <Configuration >Release</Configuration >
18+ <Platform >x64</Platform >
19+ </ProjectConfiguration >
20+ </ItemGroup >
21+ <PropertyGroup Label =" Globals" >
22+ <VCProjectVersion >17.0</VCProjectVersion >
23+ <Keyword >Win32Proj</Keyword >
24+ <ProjectGuid >{7148d620-e409-427f-9b27-c107f8fbdbcc}</ProjectGuid >
25+ <RootNamespace >PeaceSpotify</RootNamespace >
26+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
27+ </PropertyGroup >
28+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
30+ <ConfigurationType >DynamicLibrary</ConfigurationType >
31+ <UseDebugLibraries >true</UseDebugLibraries >
32+ <PlatformToolset >v143</PlatformToolset >
33+ <CharacterSet >Unicode</CharacterSet >
34+ </PropertyGroup >
35+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
36+ <ConfigurationType >DynamicLibrary</ConfigurationType >
37+ <UseDebugLibraries >false</UseDebugLibraries >
38+ <PlatformToolset >v143</PlatformToolset >
39+ <WholeProgramOptimization >true</WholeProgramOptimization >
40+ <CharacterSet >Unicode</CharacterSet >
41+ </PropertyGroup >
42+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
43+ <ConfigurationType >DynamicLibrary</ConfigurationType >
44+ <UseDebugLibraries >true</UseDebugLibraries >
45+ <PlatformToolset >v143</PlatformToolset >
46+ <CharacterSet >Unicode</CharacterSet >
47+ </PropertyGroup >
48+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
49+ <ConfigurationType >DynamicLibrary</ConfigurationType >
50+ <UseDebugLibraries >false</UseDebugLibraries >
51+ <PlatformToolset >v143</PlatformToolset >
52+ <WholeProgramOptimization >true</WholeProgramOptimization >
53+ <CharacterSet >Unicode</CharacterSet >
54+ </PropertyGroup >
55+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
56+ <ImportGroup Label =" ExtensionSettings" >
57+ </ImportGroup >
58+ <ImportGroup Label =" Shared" >
59+ </ImportGroup >
60+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
61+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
62+ </ImportGroup >
63+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
64+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
65+ </ImportGroup >
66+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
67+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
68+ </ImportGroup >
69+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
70+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
71+ </ImportGroup >
72+ <PropertyGroup Label =" UserMacros" />
73+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
74+ <TargetName >libcef</TargetName >
75+ </PropertyGroup >
76+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
77+ <TargetName >libcef</TargetName >
78+ </PropertyGroup >
79+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
80+ <ClCompile >
81+ <WarningLevel >Level3</WarningLevel >
82+ <SDLCheck >true</SDLCheck >
83+ <PreprocessorDefinitions >WIN32;_DEBUG;PEACESPOTIFY_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
84+ <ConformanceMode >true</ConformanceMode >
85+ <PrecompiledHeader >Use</PrecompiledHeader >
86+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
87+ </ClCompile >
88+ <Link >
89+ <SubSystem >Windows</SubSystem >
90+ <GenerateDebugInformation >true</GenerateDebugInformation >
91+ <EnableUAC >false</EnableUAC >
92+ <ModuleDefinitionFile >peace.def</ModuleDefinitionFile >
93+ </Link >
94+ </ItemDefinitionGroup >
95+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
96+ <ClCompile >
97+ <WarningLevel >Level3</WarningLevel >
98+ <FunctionLevelLinking >true</FunctionLevelLinking >
99+ <IntrinsicFunctions >true</IntrinsicFunctions >
100+ <SDLCheck >true</SDLCheck >
101+ <PreprocessorDefinitions >WIN32;NDEBUG;PEACESPOTIFY_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
102+ <ConformanceMode >true</ConformanceMode >
103+ <PrecompiledHeader >Use</PrecompiledHeader >
104+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
105+ <LanguageStandard >stdcpplatest</LanguageStandard >
106+ </ClCompile >
107+ <Link >
108+ <SubSystem >Windows</SubSystem >
109+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
110+ <OptimizeReferences >true</OptimizeReferences >
111+ <GenerateDebugInformation >true</GenerateDebugInformation >
112+ <EnableUAC >false</EnableUAC >
113+ <ModuleDefinitionFile >peace.def</ModuleDefinitionFile >
114+ </Link >
115+ </ItemDefinitionGroup >
116+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
117+ <ClCompile >
118+ <WarningLevel >Level3</WarningLevel >
119+ <SDLCheck >true</SDLCheck >
120+ <PreprocessorDefinitions >_DEBUG;PEACESPOTIFY_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
121+ <ConformanceMode >true</ConformanceMode >
122+ <PrecompiledHeader >Use</PrecompiledHeader >
123+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
124+ <LanguageStandard >stdcpp20</LanguageStandard >
125+ </ClCompile >
126+ <Link >
127+ <SubSystem >Windows</SubSystem >
128+ <GenerateDebugInformation >true</GenerateDebugInformation >
129+ <EnableUAC >false</EnableUAC >
130+ <ModuleDefinitionFile >peace.def</ModuleDefinitionFile >
131+ </Link >
132+ </ItemDefinitionGroup >
133+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
134+ <ClCompile >
135+ <WarningLevel >Level3</WarningLevel >
136+ <FunctionLevelLinking >true</FunctionLevelLinking >
137+ <IntrinsicFunctions >true</IntrinsicFunctions >
138+ <SDLCheck >true</SDLCheck >
139+ <PreprocessorDefinitions >NDEBUG;PEACESPOTIFY_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
140+ <ConformanceMode >true</ConformanceMode >
141+ <PrecompiledHeader >Use</PrecompiledHeader >
142+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
143+ <LanguageStandard >stdcpp20</LanguageStandard >
144+ </ClCompile >
145+ <Link >
146+ <SubSystem >Windows</SubSystem >
147+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
148+ <OptimizeReferences >true</OptimizeReferences >
149+ <GenerateDebugInformation >true</GenerateDebugInformation >
150+ <EnableUAC >false</EnableUAC >
151+ <ModuleDefinitionFile >peace.def</ModuleDefinitionFile >
152+ </Link >
153+ </ItemDefinitionGroup >
154+ <ItemGroup >
155+ <ClInclude Include =" framework.h" />
156+ <ClInclude Include =" pch.h" />
157+ <ClInclude Include =" peace.h" />
158+ <ClInclude Include =" redir.h" />
159+ <ClInclude Include =" stubs.h" />
160+ </ItemGroup >
161+ <ItemGroup >
162+ <ClCompile Include =" dllmain.cpp" />
163+ <ClCompile Include =" pch.cpp" >
164+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >Create</PrecompiledHeader >
165+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >Create</PrecompiledHeader >
166+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >Create</PrecompiledHeader >
167+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >Create</PrecompiledHeader >
168+ </ClCompile >
169+ <ClCompile Include =" peace.cpp" />
170+ </ItemGroup >
171+ <ItemGroup >
172+ <None Include =" peace.def" />
173+ </ItemGroup >
174+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
175+ <ImportGroup Label =" ExtensionTargets" >
176+ </ImportGroup >
177+ </Project >
0 commit comments