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|ARM64" >
5+ <Configuration >Debug</Configuration >
6+ <Platform >ARM64</Platform >
7+ </ProjectConfiguration >
8+ <ProjectConfiguration Include =" Debug|Win32" >
9+ <Configuration >Debug</Configuration >
10+ <Platform >Win32</Platform >
11+ </ProjectConfiguration >
12+ <ProjectConfiguration Include =" Release|ARM64" >
13+ <Configuration >Release</Configuration >
14+ <Platform >ARM64</Platform >
15+ </ProjectConfiguration >
16+ <ProjectConfiguration Include =" Release|Win32" >
17+ <Configuration >Release</Configuration >
18+ <Platform >Win32</Platform >
19+ </ProjectConfiguration >
20+ <ProjectConfiguration Include =" Debug|x64" >
21+ <Configuration >Debug</Configuration >
22+ <Platform >x64</Platform >
23+ </ProjectConfiguration >
24+ <ProjectConfiguration Include =" Release|x64" >
25+ <Configuration >Release</Configuration >
26+ <Platform >x64</Platform >
27+ </ProjectConfiguration >
28+ </ItemGroup >
29+ <ItemGroup >
30+ <ClCompile Include =" ..\..\..\Source\PreRelease\CLI\PreRelease.cpp" />
31+ <ClCompile Include =" ..\..\..\Source\PreRelease\Enums.cpp" />
32+ <ClCompile Include =" ..\..\..\Source\PreRelease\Resources.cpp" />
33+ </ItemGroup >
34+ <ItemGroup >
35+ <ProjectReference Include =" ..\..\..\..\ZenLib\Project\MSVC2022\Library\ZenLib.vcxproj" >
36+ <Project >{0da1da7d-f393-4e7c-a7ce-cb5c6a67bc94}</Project >
37+ </ProjectReference >
38+ </ItemGroup >
39+ <ItemGroup >
40+ <ClInclude Include =" ..\..\..\Source\PreRelease\Enums.h" />
41+ <ClInclude Include =" ..\..\..\Source\PreRelease\Resources.h" />
42+ </ItemGroup >
43+ <PropertyGroup Label =" Globals" >
44+ <VCProjectVersion >17.0</VCProjectVersion >
45+ <Keyword >Win32Proj</Keyword >
46+ <ProjectGuid >{98740c20-8a19-4190-a29b-7dfa0497f545}</ProjectGuid >
47+ <RootNamespace >PreRelease</RootNamespace >
48+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
49+ </PropertyGroup >
50+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
51+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
52+ <ConfigurationType >Application</ConfigurationType >
53+ <UseDebugLibraries >true</UseDebugLibraries >
54+ <PlatformToolset >v143</PlatformToolset >
55+ <CharacterSet >Unicode</CharacterSet >
56+ </PropertyGroup >
57+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
58+ <ConfigurationType >Application</ConfigurationType >
59+ <UseDebugLibraries >false</UseDebugLibraries >
60+ <PlatformToolset >v143</PlatformToolset >
61+ <WholeProgramOptimization >true</WholeProgramOptimization >
62+ <CharacterSet >Unicode</CharacterSet >
63+ </PropertyGroup >
64+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
65+ <ConfigurationType >Application</ConfigurationType >
66+ <UseDebugLibraries >true</UseDebugLibraries >
67+ <PlatformToolset >v143</PlatformToolset >
68+ <CharacterSet >Unicode</CharacterSet >
69+ </PropertyGroup >
70+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM64'" Label =" Configuration" >
71+ <ConfigurationType >Application</ConfigurationType >
72+ <UseDebugLibraries >true</UseDebugLibraries >
73+ <PlatformToolset >v143</PlatformToolset >
74+ <CharacterSet >Unicode</CharacterSet >
75+ </PropertyGroup >
76+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
77+ <ConfigurationType >Application</ConfigurationType >
78+ <UseDebugLibraries >false</UseDebugLibraries >
79+ <PlatformToolset >v143</PlatformToolset >
80+ <WholeProgramOptimization >true</WholeProgramOptimization >
81+ <CharacterSet >Unicode</CharacterSet >
82+ </PropertyGroup >
83+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|ARM64'" Label =" Configuration" >
84+ <ConfigurationType >Application</ConfigurationType >
85+ <UseDebugLibraries >false</UseDebugLibraries >
86+ <PlatformToolset >v143</PlatformToolset >
87+ <WholeProgramOptimization >true</WholeProgramOptimization >
88+ <CharacterSet >Unicode</CharacterSet >
89+ </PropertyGroup >
90+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
91+ <ImportGroup Label =" ExtensionSettings" >
92+ </ImportGroup >
93+ <ImportGroup Label =" Shared" >
94+ </ImportGroup >
95+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
96+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
97+ </ImportGroup >
98+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
99+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
100+ </ImportGroup >
101+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
102+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
103+ </ImportGroup >
104+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM64'" Label =" PropertySheets" >
105+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
106+ </ImportGroup >
107+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
108+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
109+ </ImportGroup >
110+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|ARM64'" Label =" PropertySheets" >
111+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
112+ </ImportGroup >
113+ <PropertyGroup Label =" UserMacros" />
114+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM64'" >
115+ <IncludePath >../../../../ZenLib/Source;../../../Source;$(IncludePath)</IncludePath >
116+ </PropertyGroup >
117+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|ARM64'" >
118+ <IncludePath >../../../../ZenLib/Source;../../../Source;$(IncludePath)</IncludePath >
119+ </PropertyGroup >
120+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
121+ <IncludePath >../../../../ZenLib/Source;../../../Source;$(IncludePath)</IncludePath >
122+ </PropertyGroup >
123+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
124+ <IncludePath >../../../../ZenLib/Source;../../../Source;$(IncludePath)</IncludePath >
125+ </PropertyGroup >
126+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
127+ <IncludePath >../../../../ZenLib/Source;../../../Source;$(IncludePath)</IncludePath >
128+ </PropertyGroup >
129+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
130+ <IncludePath >../../../../ZenLib/Source;../../../Source;$(IncludePath)</IncludePath >
131+ </PropertyGroup >
132+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
133+ <ClCompile >
134+ <WarningLevel >Level3</WarningLevel >
135+ <SDLCheck >true</SDLCheck >
136+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
137+ <ConformanceMode >true</ConformanceMode >
138+ <LanguageStandard >stdcpp23</LanguageStandard >
139+ </ClCompile >
140+ <Link >
141+ <SubSystem >Console</SubSystem >
142+ <GenerateDebugInformation >true</GenerateDebugInformation >
143+ </Link >
144+ </ItemDefinitionGroup >
145+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
146+ <ClCompile >
147+ <WarningLevel >Level3</WarningLevel >
148+ <FunctionLevelLinking >true</FunctionLevelLinking >
149+ <IntrinsicFunctions >true</IntrinsicFunctions >
150+ <SDLCheck >true</SDLCheck >
151+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
152+ <ConformanceMode >true</ConformanceMode >
153+ <LanguageStandard >stdcpp23</LanguageStandard >
154+ </ClCompile >
155+ <Link >
156+ <SubSystem >Console</SubSystem >
157+ <GenerateDebugInformation >true</GenerateDebugInformation >
158+ </Link >
159+ </ItemDefinitionGroup >
160+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
161+ <ClCompile >
162+ <WarningLevel >Level3</WarningLevel >
163+ <SDLCheck >true</SDLCheck >
164+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
165+ <ConformanceMode >true</ConformanceMode >
166+ <LanguageStandard >stdcpp23</LanguageStandard >
167+ </ClCompile >
168+ <Link >
169+ <SubSystem >Console</SubSystem >
170+ <GenerateDebugInformation >true</GenerateDebugInformation >
171+ </Link >
172+ </ItemDefinitionGroup >
173+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM64'" >
174+ <ClCompile >
175+ <WarningLevel >Level3</WarningLevel >
176+ <SDLCheck >true</SDLCheck >
177+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
178+ <ConformanceMode >true</ConformanceMode >
179+ <LanguageStandard >stdcpp23</LanguageStandard >
180+ </ClCompile >
181+ <Link >
182+ <SubSystem >Console</SubSystem >
183+ <GenerateDebugInformation >true</GenerateDebugInformation >
184+ </Link >
185+ </ItemDefinitionGroup >
186+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
187+ <ClCompile >
188+ <WarningLevel >Level3</WarningLevel >
189+ <FunctionLevelLinking >true</FunctionLevelLinking >
190+ <IntrinsicFunctions >true</IntrinsicFunctions >
191+ <SDLCheck >true</SDLCheck >
192+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
193+ <ConformanceMode >true</ConformanceMode >
194+ <LanguageStandard >stdcpp23</LanguageStandard >
195+ </ClCompile >
196+ <Link >
197+ <SubSystem >Console</SubSystem >
198+ <GenerateDebugInformation >true</GenerateDebugInformation >
199+ </Link >
200+ </ItemDefinitionGroup >
201+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|ARM64'" >
202+ <ClCompile >
203+ <WarningLevel >Level3</WarningLevel >
204+ <FunctionLevelLinking >true</FunctionLevelLinking >
205+ <IntrinsicFunctions >true</IntrinsicFunctions >
206+ <SDLCheck >true</SDLCheck >
207+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
208+ <ConformanceMode >true</ConformanceMode >
209+ <LanguageStandard >stdcpp23</LanguageStandard >
210+ </ClCompile >
211+ <Link >
212+ <SubSystem >Console</SubSystem >
213+ <GenerateDebugInformation >true</GenerateDebugInformation >
214+ </Link >
215+ </ItemDefinitionGroup >
216+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
217+ <ImportGroup Label =" ExtensionTargets" >
218+ </ImportGroup >
219+ </Project >
0 commit comments