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|x64" >
5
+ <Configuration >Debug</Configuration >
6
+ <Platform >x64</Platform >
7
+ </ProjectConfiguration >
8
+ <ProjectConfiguration Include =" Release|x64" >
9
+ <Configuration >Release</Configuration >
10
+ <Platform >x64</Platform >
11
+ </ProjectConfiguration >
12
+ </ItemGroup >
13
+ <PropertyGroup Label =" Globals" >
14
+ <VCProjectVersion >17.0</VCProjectVersion >
15
+ <Keyword >Win32Proj</Keyword >
16
+ <ProjectGuid >{F0329305-7EA5-41E1-9521-385B951C35C7}</ProjectGuid >
17
+ <RootNamespace >rtt</RootNamespace >
18
+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
19
+ <ProjectName >rttAppTemlate</ProjectName >
20
+ </PropertyGroup >
21
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
22
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
23
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
24
+ <UseDebugLibraries >true</UseDebugLibraries >
25
+ <PlatformToolset >v143</PlatformToolset >
26
+ <CharacterSet >Unicode</CharacterSet >
27
+ </PropertyGroup >
28
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
29
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
30
+ <UseDebugLibraries >false</UseDebugLibraries >
31
+ <PlatformToolset >v143</PlatformToolset >
32
+ <WholeProgramOptimization >true</WholeProgramOptimization >
33
+ <CharacterSet >Unicode</CharacterSet >
34
+ </PropertyGroup >
35
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
36
+ <ImportGroup Label =" ExtensionSettings" >
37
+ </ImportGroup >
38
+ <ImportGroup Label =" Shared" >
39
+ </ImportGroup >
40
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
41
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
42
+ </ImportGroup >
43
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
44
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
45
+ </ImportGroup >
46
+ <PropertyGroup Label =" UserMacros" />
47
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
48
+ <ClCompile >
49
+ <WarningLevel >Level3</WarningLevel >
50
+ <SDLCheck >true</SDLCheck >
51
+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
52
+ <ConformanceMode >true</ConformanceMode >
53
+ <LanguageStandard >stdcpp17</LanguageStandard >
54
+ </ClCompile >
55
+ <Link >
56
+ <SubSystem >Console</SubSystem >
57
+ <GenerateDebugInformation >true</GenerateDebugInformation >
58
+ </Link >
59
+ </ItemDefinitionGroup >
60
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
61
+ <ClCompile >
62
+ <WarningLevel >Level3</WarningLevel >
63
+ <FunctionLevelLinking >true</FunctionLevelLinking >
64
+ <IntrinsicFunctions >true</IntrinsicFunctions >
65
+ <SDLCheck >true</SDLCheck >
66
+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
67
+ <ConformanceMode >true</ConformanceMode >
68
+ <LanguageStandard >stdcpp17</LanguageStandard >
69
+ </ClCompile >
70
+ <Link >
71
+ <SubSystem >Console</SubSystem >
72
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
73
+ <OptimizeReferences >true</OptimizeReferences >
74
+ <GenerateDebugInformation >true</GenerateDebugInformation >
75
+ </Link >
76
+ </ItemDefinitionGroup >
77
+ <ItemGroup >
78
+ </ItemGroup >
79
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
80
+ <ImportGroup Label =" ExtensionTargets" >
81
+ </ImportGroup >
82
+ </Project >
0 commit comments