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+ <ItemGroup >
22+ <ClCompile Include =" Source\LaunchBounce.cpp" />
23+ <ClCompile Include =" Source\Logger.cpp" />
24+ </ItemGroup >
25+ <ItemGroup >
26+ <ClInclude Include =" Source\Logger.h" />
27+ </ItemGroup >
28+ <PropertyGroup Label =" Globals" >
29+ <VCProjectVersion >17.0</VCProjectVersion >
30+ <Keyword >Win32Proj</Keyword >
31+ <ProjectGuid >{3a7088ed-2f18-4d3d-be2f-ca7b7e1a5e75}</ProjectGuid >
32+ <RootNamespace >LaunchBounce</RootNamespace >
33+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
34+ </PropertyGroup >
35+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
36+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
37+ <ConfigurationType >Application</ConfigurationType >
38+ <UseDebugLibraries >true</UseDebugLibraries >
39+ <PlatformToolset >v143</PlatformToolset >
40+ <CharacterSet >Unicode</CharacterSet >
41+ </PropertyGroup >
42+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
43+ <ConfigurationType >Application</ConfigurationType >
44+ <UseDebugLibraries >false</UseDebugLibraries >
45+ <PlatformToolset >v143</PlatformToolset >
46+ <WholeProgramOptimization >true</WholeProgramOptimization >
47+ <CharacterSet >Unicode</CharacterSet >
48+ </PropertyGroup >
49+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
50+ <ConfigurationType >Application</ConfigurationType >
51+ <UseDebugLibraries >true</UseDebugLibraries >
52+ <PlatformToolset >v143</PlatformToolset >
53+ <CharacterSet >Unicode</CharacterSet >
54+ </PropertyGroup >
55+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
56+ <ConfigurationType >Application</ConfigurationType >
57+ <UseDebugLibraries >false</UseDebugLibraries >
58+ <PlatformToolset >v143</PlatformToolset >
59+ <WholeProgramOptimization >true</WholeProgramOptimization >
60+ <CharacterSet >Unicode</CharacterSet >
61+ </PropertyGroup >
62+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
63+ <ImportGroup Label =" ExtensionSettings" >
64+ </ImportGroup >
65+ <ImportGroup Label =" Shared" >
66+ </ImportGroup >
67+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
68+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
69+ </ImportGroup >
70+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
71+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
72+ </ImportGroup >
73+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
74+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
75+ </ImportGroup >
76+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
77+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
78+ </ImportGroup >
79+ <PropertyGroup Label =" UserMacros" />
80+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
81+ <OutDir >$(SolutionDir)BuildOutput\$(Platform)\$(Configuration)\</OutDir >
82+ <IntDir >$(SolutionDir)BuildOutput\$(Platform)\$(Configuration)\Artefacts\</IntDir >
83+ </PropertyGroup >
84+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
85+ <OutDir >$(SolutionDir)BuildOutput\$(Platform)\$(Configuration)\</OutDir >
86+ <IntDir >$(SolutionDir)BuildOutput\$(Platform)\$(Configuration)\Artefacts\</IntDir >
87+ </PropertyGroup >
88+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
89+ <OutDir >$(SolutionDir)BuildOutput\$(Platform)\$(Configuration)\</OutDir >
90+ <IntDir >$(SolutionDir)BuildOutput\$(Platform)\$(Configuration)\Artefacts\</IntDir >
91+ </PropertyGroup >
92+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
93+ <OutDir >$(SolutionDir)BuildOutput\$(Platform)\$(Configuration)\</OutDir >
94+ <IntDir >$(SolutionDir)BuildOutput\$(Platform)\$(Configuration)\Artefacts\</IntDir >
95+ </PropertyGroup >
96+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
97+ <ClCompile >
98+ <WarningLevel >Level3</WarningLevel >
99+ <SDLCheck >true</SDLCheck >
100+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
101+ <ConformanceMode >true</ConformanceMode >
102+ <LanguageStandard >stdcpp20</LanguageStandard >
103+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
104+ </ClCompile >
105+ <Link >
106+ <SubSystem >Console</SubSystem >
107+ <GenerateDebugInformation >true</GenerateDebugInformation >
108+ </Link >
109+ </ItemDefinitionGroup >
110+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
111+ <ClCompile >
112+ <WarningLevel >Level3</WarningLevel >
113+ <FunctionLevelLinking >true</FunctionLevelLinking >
114+ <IntrinsicFunctions >true</IntrinsicFunctions >
115+ <SDLCheck >true</SDLCheck >
116+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
117+ <ConformanceMode >true</ConformanceMode >
118+ <LanguageStandard >stdcpp20</LanguageStandard >
119+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
120+ </ClCompile >
121+ <Link >
122+ <SubSystem >Console</SubSystem >
123+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
124+ <OptimizeReferences >true</OptimizeReferences >
125+ <GenerateDebugInformation >true</GenerateDebugInformation >
126+ </Link >
127+ </ItemDefinitionGroup >
128+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
129+ <ClCompile >
130+ <WarningLevel >Level3</WarningLevel >
131+ <SDLCheck >true</SDLCheck >
132+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
133+ <ConformanceMode >true</ConformanceMode >
134+ <LanguageStandard >stdcpp20</LanguageStandard >
135+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
136+ </ClCompile >
137+ <Link >
138+ <SubSystem >Console</SubSystem >
139+ <GenerateDebugInformation >true</GenerateDebugInformation >
140+ </Link >
141+ </ItemDefinitionGroup >
142+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
143+ <ClCompile >
144+ <WarningLevel >Level3</WarningLevel >
145+ <FunctionLevelLinking >true</FunctionLevelLinking >
146+ <IntrinsicFunctions >true</IntrinsicFunctions >
147+ <SDLCheck >true</SDLCheck >
148+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
149+ <ConformanceMode >true</ConformanceMode >
150+ <LanguageStandard >stdcpp20</LanguageStandard >
151+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
152+ </ClCompile >
153+ <Link >
154+ <SubSystem >Console</SubSystem >
155+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
156+ <OptimizeReferences >true</OptimizeReferences >
157+ <GenerateDebugInformation >true</GenerateDebugInformation >
158+ </Link >
159+ </ItemDefinitionGroup >
160+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
161+ <ImportGroup Label =" ExtensionTargets" >
162+ </ImportGroup >
163+ </Project >
0 commit comments