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+ <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+ <ItemGroup >
22+ <ClCompile Include =" cppexec.cpp" />
23+ </ItemGroup >
24+ <PropertyGroup Label =" Globals" >
25+ <VCProjectVersion >15.0</VCProjectVersion >
26+ <ProjectGuid >{DB52F66D-D0A9-4A5F-9EA4-9F08CEA33BD7}</ProjectGuid >
27+ <Keyword >Win32Proj</Keyword >
28+ <RootNamespace >cppexec</RootNamespace >
29+ <WindowsTargetPlatformVersion >10.0.17763.0</WindowsTargetPlatformVersion >
30+ </PropertyGroup >
31+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
32+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
33+ <ConfigurationType >Application</ConfigurationType >
34+ <UseDebugLibraries >true</UseDebugLibraries >
35+ <PlatformToolset >v141</PlatformToolset >
36+ <CharacterSet >Unicode</CharacterSet >
37+ </PropertyGroup >
38+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
39+ <ConfigurationType >Application</ConfigurationType >
40+ <UseDebugLibraries >false</UseDebugLibraries >
41+ <PlatformToolset >v141</PlatformToolset >
42+ <WholeProgramOptimization >true</WholeProgramOptimization >
43+ <CharacterSet >Unicode</CharacterSet >
44+ </PropertyGroup >
45+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
46+ <ConfigurationType >Application</ConfigurationType >
47+ <UseDebugLibraries >true</UseDebugLibraries >
48+ <PlatformToolset >v141</PlatformToolset >
49+ <CharacterSet >Unicode</CharacterSet >
50+ </PropertyGroup >
51+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
52+ <ConfigurationType >Application</ConfigurationType >
53+ <UseDebugLibraries >false</UseDebugLibraries >
54+ <PlatformToolset >v141</PlatformToolset >
55+ <WholeProgramOptimization >true</WholeProgramOptimization >
56+ <CharacterSet >Unicode</CharacterSet >
57+ </PropertyGroup >
58+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
59+ <ImportGroup Label =" ExtensionSettings" >
60+ </ImportGroup >
61+ <ImportGroup Label =" Shared" >
62+ </ImportGroup >
63+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|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)'=='Release|Win32'" >
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)'=='Debug|x64'" >
70+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
71+ </ImportGroup >
72+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
73+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
74+ </ImportGroup >
75+ <PropertyGroup Label =" UserMacros" />
76+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
77+ <LinkIncremental >false</LinkIncremental >
78+ <IntDir >$(ProjectDir)\obj\$(Platform)_$(Configuration)\</IntDir >
79+ <OutDir >$(ProjectDir)\..\..\</OutDir >
80+ </PropertyGroup >
81+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
82+ <LinkIncremental >false</LinkIncremental >
83+ <IntDir >$(ProjectDir)\obj\$(Platform)_$(Configuration)\</IntDir >
84+ <OutDir >$(ProjectDir)\..\..\</OutDir >
85+ </PropertyGroup >
86+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
87+ <LinkIncremental >false</LinkIncremental >
88+ <IntDir >$(ProjectDir)\obj\$(Platform)_$(Configuration)\</IntDir >
89+ <OutDir >$(ProjectDir)\..\..\</OutDir >
90+ </PropertyGroup >
91+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
92+ <LinkIncremental >false</LinkIncremental >
93+ <IntDir >$(ProjectDir)\obj\$(Platform)_$(Configuration)\</IntDir >
94+ <OutDir >$(ProjectDir)\..\..\</OutDir >
95+ </PropertyGroup >
96+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
97+ <ClCompile >
98+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
99+ <WarningLevel >Level3</WarningLevel >
100+ <Optimization >Disabled</Optimization >
101+ <SDLCheck >true</SDLCheck >
102+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
103+ <ConformanceMode >true</ConformanceMode >
104+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
105+ <LanguageStandard >stdcpp17</LanguageStandard >
106+ </ClCompile >
107+ <Link >
108+ <SubSystem >Console</SubSystem >
109+ <GenerateDebugInformation >true</GenerateDebugInformation >
110+ <LinkTimeCodeGeneration >Default</LinkTimeCodeGeneration >
111+ <ProgramDatabaseFile >$(IntDir)$(TargetName).pdb</ProgramDatabaseFile >
112+ </Link >
113+ </ItemDefinitionGroup >
114+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
115+ <ClCompile >
116+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
117+ <WarningLevel >Level3</WarningLevel >
118+ <Optimization >Disabled</Optimization >
119+ <SDLCheck >true</SDLCheck >
120+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
121+ <ConformanceMode >true</ConformanceMode >
122+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
123+ <LanguageStandard >stdcpp17</LanguageStandard >
124+ </ClCompile >
125+ <Link >
126+ <SubSystem >Console</SubSystem >
127+ <GenerateDebugInformation >true</GenerateDebugInformation >
128+ <LinkTimeCodeGeneration >Default</LinkTimeCodeGeneration >
129+ <ProgramDatabaseFile >$(IntDir)$(TargetName).pdb</ProgramDatabaseFile >
130+ </Link >
131+ </ItemDefinitionGroup >
132+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
133+ <ClCompile >
134+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
135+ <WarningLevel >Level3</WarningLevel >
136+ <Optimization >MaxSpeed</Optimization >
137+ <FunctionLevelLinking >true</FunctionLevelLinking >
138+ <IntrinsicFunctions >true</IntrinsicFunctions >
139+ <SDLCheck >true</SDLCheck >
140+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
141+ <ConformanceMode >true</ConformanceMode >
142+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
143+ <LanguageStandard >stdcpp17</LanguageStandard >
144+ </ClCompile >
145+ <Link >
146+ <SubSystem >Console</SubSystem >
147+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
148+ <OptimizeReferences >true</OptimizeReferences >
149+ <GenerateDebugInformation >true</GenerateDebugInformation >
150+ <LinkTimeCodeGeneration >Default</LinkTimeCodeGeneration >
151+ <ProgramDatabaseFile >$(IntDir)$(TargetName).pdb</ProgramDatabaseFile >
152+ </Link >
153+ </ItemDefinitionGroup >
154+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
155+ <ClCompile >
156+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
157+ <WarningLevel >Level3</WarningLevel >
158+ <Optimization >MaxSpeed</Optimization >
159+ <FunctionLevelLinking >true</FunctionLevelLinking >
160+ <IntrinsicFunctions >true</IntrinsicFunctions >
161+ <SDLCheck >true</SDLCheck >
162+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
163+ <ConformanceMode >true</ConformanceMode >
164+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
165+ <LanguageStandard >stdcpp17</LanguageStandard >
166+ </ClCompile >
167+ <Link >
168+ <SubSystem >Console</SubSystem >
169+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
170+ <OptimizeReferences >true</OptimizeReferences >
171+ <GenerateDebugInformation >true</GenerateDebugInformation >
172+ <LinkTimeCodeGeneration >Default</LinkTimeCodeGeneration >
173+ <ProgramDatabaseFile >$(IntDir)$(TargetName).pdb</ProgramDatabaseFile >
174+ </Link >
175+ </ItemDefinitionGroup >
176+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
177+ <ImportGroup Label =" ExtensionTargets" >
178+ </ImportGroup >
179+ </Project >
0 commit comments