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 >16.0</VCProjectVersion >
23+ <Keyword >Win32Proj</Keyword >
24+ <ProjectGuid >{8b8057bf-2d16-483e-9766-a5b3e30db44e}</ProjectGuid >
25+ <RootNamespace >My09INIpp</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 >Application</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 >Application</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 >Application</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 >Application</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)'=='Debug|Win32'" >
74+ <TargetName >INIpp</TargetName >
75+ <OutDir >$(SolutionDir)build\bin\$(PlatformShortName)-$(Configuration)\</OutDir >
76+ <IntDir >$(SolutionDir)build\obj\$(PlatformShortName)-$(Configuration)\$(ProjectName)\</IntDir >
77+ </PropertyGroup >
78+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
79+ <TargetName >INIpp</TargetName >
80+ <OutDir >$(SolutionDir)build\bin\$(PlatformShortName)-$(Configuration)\</OutDir >
81+ <IntDir >$(SolutionDir)build\obj\$(PlatformShortName)-$(Configuration)\$(ProjectName)\</IntDir >
82+ </PropertyGroup >
83+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
84+ <TargetName >INIpp</TargetName >
85+ <OutDir >$(SolutionDir)build\bin\$(PlatformShortName)-$(Configuration)\</OutDir >
86+ <IntDir >$(SolutionDir)build\obj\$(PlatformShortName)-$(Configuration)\$(ProjectName)\</IntDir >
87+ </PropertyGroup >
88+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
89+ <TargetName >INIpp</TargetName >
90+ <OutDir >$(SolutionDir)build\bin\$(PlatformShortName)-$(Configuration)\</OutDir >
91+ <IntDir >$(SolutionDir)build\obj\$(PlatformShortName)-$(Configuration)\$(ProjectName)\</IntDir >
92+ </PropertyGroup >
93+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
94+ <ClCompile >
95+ <WarningLevel >Level3</WarningLevel >
96+ <SDLCheck >true</SDLCheck >
97+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
98+ <ConformanceMode >true</ConformanceMode >
99+ <LanguageStandard >stdcpp20</LanguageStandard >
100+ </ClCompile >
101+ <Link >
102+ <SubSystem >Console</SubSystem >
103+ <GenerateDebugInformation >true</GenerateDebugInformation >
104+ </Link >
105+ </ItemDefinitionGroup >
106+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
107+ <ClCompile >
108+ <WarningLevel >Level3</WarningLevel >
109+ <FunctionLevelLinking >true</FunctionLevelLinking >
110+ <IntrinsicFunctions >true</IntrinsicFunctions >
111+ <SDLCheck >true</SDLCheck >
112+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
113+ <ConformanceMode >true</ConformanceMode >
114+ <LanguageStandard >stdcpp20</LanguageStandard >
115+ </ClCompile >
116+ <Link >
117+ <SubSystem >Console</SubSystem >
118+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
119+ <OptimizeReferences >true</OptimizeReferences >
120+ <GenerateDebugInformation >true</GenerateDebugInformation >
121+ </Link >
122+ </ItemDefinitionGroup >
123+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
124+ <ClCompile >
125+ <WarningLevel >Level3</WarningLevel >
126+ <SDLCheck >true</SDLCheck >
127+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
128+ <ConformanceMode >true</ConformanceMode >
129+ <LanguageStandard >stdcpp20</LanguageStandard >
130+ </ClCompile >
131+ <Link >
132+ <SubSystem >Console</SubSystem >
133+ <GenerateDebugInformation >true</GenerateDebugInformation >
134+ </Link >
135+ </ItemDefinitionGroup >
136+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
137+ <ClCompile >
138+ <WarningLevel >Level3</WarningLevel >
139+ <FunctionLevelLinking >true</FunctionLevelLinking >
140+ <IntrinsicFunctions >true</IntrinsicFunctions >
141+ <SDLCheck >true</SDLCheck >
142+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
143+ <ConformanceMode >true</ConformanceMode >
144+ <LanguageStandard >stdcpp20</LanguageStandard >
145+ </ClCompile >
146+ <Link >
147+ <SubSystem >Console</SubSystem >
148+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
149+ <OptimizeReferences >true</OptimizeReferences >
150+ <GenerateDebugInformation >true</GenerateDebugInformation >
151+ </Link >
152+ </ItemDefinitionGroup >
153+ <ItemGroup >
154+ <ClCompile Include =" INIpp.cpp" />
155+ <ClCompile Include =" main.cpp" />
156+ </ItemGroup >
157+ <ItemGroup >
158+ <ClInclude Include =" INIpp.hpp" />
159+ </ItemGroup >
160+ <ItemGroup >
161+ <None Include =" config.ini" />
162+ </ItemGroup >
163+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
164+ <ImportGroup Label =" ExtensionTargets" >
165+ </ImportGroup >
166+ </Project >
0 commit comments