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+ <PropertyGroup Label =" Globals" >
22+ <VCProjectVersion >15.0</VCProjectVersion >
23+ <ProjectGuid >{C095C533-523E-4604-B3EF-B5025E4D96C0}</ProjectGuid >
24+ <Keyword >Win32Proj</Keyword >
25+ <RootNamespace >dynamic_memory</RootNamespace >
26+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
27+ <ProjectName >lwshell_dev</ProjectName >
28+ </PropertyGroup >
29+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
30+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
31+ <ConfigurationType >Application</ConfigurationType >
32+ <UseDebugLibraries >true</UseDebugLibraries >
33+ <PlatformToolset >v142</PlatformToolset >
34+ <CharacterSet >Unicode</CharacterSet >
35+ </PropertyGroup >
36+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
37+ <ConfigurationType >Application</ConfigurationType >
38+ <UseDebugLibraries >false</UseDebugLibraries >
39+ <PlatformToolset >v142</PlatformToolset >
40+ <WholeProgramOptimization >true</WholeProgramOptimization >
41+ <CharacterSet >Unicode</CharacterSet >
42+ </PropertyGroup >
43+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
44+ <ConfigurationType >Application</ConfigurationType >
45+ <UseDebugLibraries >true</UseDebugLibraries >
46+ <PlatformToolset >v142</PlatformToolset >
47+ <CharacterSet >Unicode</CharacterSet >
48+ </PropertyGroup >
49+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
50+ <ConfigurationType >Application</ConfigurationType >
51+ <UseDebugLibraries >false</UseDebugLibraries >
52+ <PlatformToolset >v142</PlatformToolset >
53+ <WholeProgramOptimization >true</WholeProgramOptimization >
54+ <CharacterSet >Unicode</CharacterSet >
55+ </PropertyGroup >
56+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
57+ <ImportGroup Label =" ExtensionSettings" >
58+ </ImportGroup >
59+ <ImportGroup Label =" Shared" >
60+ </ImportGroup >
61+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
62+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
63+ </ImportGroup >
64+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
65+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
66+ </ImportGroup >
67+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
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|x64'" >
71+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
72+ </ImportGroup >
73+ <PropertyGroup Label =" UserMacros" />
74+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
75+ <LinkIncremental >true</LinkIncremental >
76+ <IncludePath >..\..\lwshell\src\include;.;$(IncludePath)</IncludePath >
77+ </PropertyGroup >
78+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
79+ <LinkIncremental >true</LinkIncremental >
80+ <IncludePath >..\..\lwmem\src\include;.;$(IncludePath)</IncludePath >
81+ </PropertyGroup >
82+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
83+ <LinkIncremental >false</LinkIncremental >
84+ </PropertyGroup >
85+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
86+ <LinkIncremental >false</LinkIncremental >
87+ </PropertyGroup >
88+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
89+ <ClCompile >
90+ <PrecompiledHeader >
91+ </PrecompiledHeader >
92+ <WarningLevel >Level1</WarningLevel >
93+ <Optimization >Disabled</Optimization >
94+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;LWMEM_DEV;%(PreprocessorDefinitions)</PreprocessorDefinitions >
95+ <BasicRuntimeChecks >Default</BasicRuntimeChecks >
96+ </ClCompile >
97+ <Link >
98+ <SubSystem >Console</SubSystem >
99+ </Link >
100+ </ItemDefinitionGroup >
101+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
102+ <ClCompile >
103+ <PrecompiledHeader >
104+ </PrecompiledHeader >
105+ <WarningLevel >Level3</WarningLevel >
106+ <Optimization >Disabled</Optimization >
107+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;LWMEM_DEV;%(PreprocessorDefinitions)</PreprocessorDefinitions >
108+ </ClCompile >
109+ <Link >
110+ <SubSystem >Console</SubSystem >
111+ </Link >
112+ </ItemDefinitionGroup >
113+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
114+ <ClCompile >
115+ <WarningLevel >Level3</WarningLevel >
116+ <PrecompiledHeader >
117+ </PrecompiledHeader >
118+ <Optimization >MaxSpeed</Optimization >
119+ <FunctionLevelLinking >true</FunctionLevelLinking >
120+ <IntrinsicFunctions >true</IntrinsicFunctions >
121+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
122+ </ClCompile >
123+ <Link >
124+ <SubSystem >Console</SubSystem >
125+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
126+ <OptimizeReferences >true</OptimizeReferences >
127+ </Link >
128+ </ItemDefinitionGroup >
129+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
130+ <ClCompile >
131+ <WarningLevel >Level3</WarningLevel >
132+ <PrecompiledHeader >
133+ </PrecompiledHeader >
134+ <Optimization >MaxSpeed</Optimization >
135+ <FunctionLevelLinking >true</FunctionLevelLinking >
136+ <IntrinsicFunctions >true</IntrinsicFunctions >
137+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
138+ </ClCompile >
139+ <Link >
140+ <SubSystem >Console</SubSystem >
141+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
142+ <OptimizeReferences >true</OptimizeReferences >
143+ </Link >
144+ </ItemDefinitionGroup >
145+ <ItemGroup >
146+ <ClCompile Include =" ..\..\examples\example_minimal.c" />
147+ <ClCompile Include =" ..\..\lwshell\src\lwshell\lwshell.c" />
148+ <ClCompile Include =" main.c" />
149+ </ItemGroup >
150+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
151+ <ImportGroup Label =" ExtensionTargets" >
152+ </ImportGroup >
153+ </Project >
0 commit comments