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+ </ItemGroup >
13+ <PropertyGroup Label =" Globals" >
14+ <VCProjectVersion >15.0</VCProjectVersion >
15+ <ProjectGuid >{259C23B4-984C-44A2-8515-74D41AA581F6}</ProjectGuid >
16+ <RootNamespace >parallel_lights_io</RootNamespace >
17+ <WindowsTargetPlatformVersion >10.0.14393.0</WindowsTargetPlatformVersion >
18+ <ProjectName >parallel_lights_io</ProjectName >
19+ </PropertyGroup >
20+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
21+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
22+ <ConfigurationType >Application</ConfigurationType >
23+ <UseDebugLibraries >true</UseDebugLibraries >
24+ <PlatformToolset >v141</PlatformToolset >
25+ <CharacterSet >MultiByte</CharacterSet >
26+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
28+ <ConfigurationType >DynamicLibrary</ConfigurationType >
29+ <UseDebugLibraries >false</UseDebugLibraries >
30+ <PlatformToolset >v141</PlatformToolset >
31+ <WholeProgramOptimization >true</WholeProgramOptimization >
32+ <CharacterSet >MultiByte</CharacterSet >
33+ </PropertyGroup >
34+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
35+ <ImportGroup Label =" ExtensionSettings" >
36+ </ImportGroup >
37+ <ImportGroup Label =" Shared" >
38+ </ImportGroup >
39+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
40+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
41+ </ImportGroup >
42+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
43+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
44+ </ImportGroup >
45+ <PropertyGroup Label =" UserMacros" />
46+ <PropertyGroup />
47+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
48+ <ClCompile >
49+ <WarningLevel >Level3</WarningLevel >
50+ <Optimization >Disabled</Optimization >
51+ <SDLCheck >true</SDLCheck >
52+ </ClCompile >
53+ </ItemDefinitionGroup >
54+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
55+ <ClCompile >
56+ <WarningLevel >Level3</WarningLevel >
57+ <Optimization >MaxSpeed</Optimization >
58+ <FunctionLevelLinking >true</FunctionLevelLinking >
59+ <IntrinsicFunctions >true</IntrinsicFunctions >
60+ <SDLCheck >true</SDLCheck >
61+ <CompileAs >CompileAsCpp</CompileAs >
62+ </ClCompile >
63+ <Link >
64+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
65+ <OptimizeReferences >true</OptimizeReferences >
66+ </Link >
67+ </ItemDefinitionGroup >
68+ <ItemGroup >
69+ <ClInclude Include =" Main.h" />
70+ </ItemGroup >
71+ <ItemGroup >
72+ <ClCompile Include =" Main.cpp" />
73+ </ItemGroup >
74+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
75+ <ImportGroup Label =" ExtensionTargets" >
76+ </ImportGroup >
77+ </Project >
0 commit comments