1- <?xml version =" 1.0" encoding =" utf-8" ?>
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
22<Project DefaultTargets =" Build" ToolsVersion =" 14.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <ItemGroup Label =" ProjectConfigurations" >
44 <ProjectConfiguration Include =" Debug|ARM" >
3333 <RootNamespace >Yoga</RootNamespace >
3434 <AppContainerApplication >true</AppContainerApplication >
3535 <ApplicationType >Windows Store</ApplicationType >
36- <WindowsTargetPlatformVersion >10.0.10586 .0</WindowsTargetPlatformVersion >
37- <WindowsTargetPlatformMinVersion >10.0.10240 .0</WindowsTargetPlatformMinVersion >
36+ <WindowsTargetPlatformVersion >10.0.14393 .0</WindowsTargetPlatformVersion >
37+ <WindowsTargetPlatformMinVersion >10.0.14393 .0</WindowsTargetPlatformMinVersion >
3838 <ApplicationTypeRevision >10.0</ApplicationTypeRevision >
3939 </PropertyGroup >
4040 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
4141 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
4242 <ConfigurationType >DynamicLibrary</ConfigurationType >
4343 <UseDebugLibraries >true</UseDebugLibraries >
44- <PlatformToolset >v140 </PlatformToolset >
44+ <PlatformToolset >v141 </PlatformToolset >
4545 <CharacterSet >Unicode</CharacterSet >
4646 </PropertyGroup >
4747 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM'" Label =" Configuration" >
4848 <ConfigurationType >DynamicLibrary</ConfigurationType >
4949 <UseDebugLibraries >true</UseDebugLibraries >
50- <PlatformToolset >v140 </PlatformToolset >
50+ <PlatformToolset >v141 </PlatformToolset >
5151 <CharacterSet >Unicode</CharacterSet >
5252 </PropertyGroup >
5353 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
5454 <ConfigurationType >DynamicLibrary</ConfigurationType >
5555 <UseDebugLibraries >false</UseDebugLibraries >
56- <PlatformToolset >v140 </PlatformToolset >
56+ <PlatformToolset >v141 </PlatformToolset >
5757 <WholeProgramOptimization >true</WholeProgramOptimization >
5858 <CharacterSet >Unicode</CharacterSet >
5959 </PropertyGroup >
6060 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|ARM'" Label =" Configuration" >
6161 <ConfigurationType >DynamicLibrary</ConfigurationType >
6262 <UseDebugLibraries >false</UseDebugLibraries >
63- <PlatformToolset >v140 </PlatformToolset >
63+ <PlatformToolset >v141 </PlatformToolset >
6464 <WholeProgramOptimization >true</WholeProgramOptimization >
6565 <CharacterSet >Unicode</CharacterSet >
6666 </PropertyGroup >
6767 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
6868 <ConfigurationType >DynamicLibrary</ConfigurationType >
6969 <UseDebugLibraries >true</UseDebugLibraries >
70- <PlatformToolset >v140 </PlatformToolset >
70+ <PlatformToolset >v141 </PlatformToolset >
7171 <CharacterSet >Unicode</CharacterSet >
7272 </PropertyGroup >
7373 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
7474 <ConfigurationType >DynamicLibrary</ConfigurationType >
7575 <UseDebugLibraries >false</UseDebugLibraries >
76- <PlatformToolset >v140 </PlatformToolset >
76+ <PlatformToolset >v141 </PlatformToolset >
7777 <WholeProgramOptimization >true</WholeProgramOptimization >
7878 <CharacterSet >Unicode</CharacterSet >
7979 </PropertyGroup >
116116 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
117117 <LinkIncremental >true</LinkIncremental >
118118 <OutDir >bin\Universal\$(PlatformTarget)\$(Configuration)\</OutDir >
119- <IntDir >obj\$(PlatformTarget)\$(Configuration)\</IntDir >
119+ <IntDir >obj\Universal\ $(PlatformTarget)\$(Configuration)\</IntDir >
120120 <TargetName >yoga</TargetName >
121121 </PropertyGroup >
122122 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
242242 </Link >
243243 </ItemDefinitionGroup >
244244 <ItemGroup >
245+ <ClInclude Include =" ..\..\yoga\Utils.h" />
246+ <ClInclude Include =" ..\..\yoga\YGConfig.h" />
245247 <ClInclude Include =" ..\..\yoga\YGEnums.h" />
246- <ClInclude Include =" ..\..\yoga\Yoga.h" />
248+ <ClInclude Include =" ..\..\yoga\YGFloatOptional.h" />
249+ <ClInclude Include =" ..\..\yoga\YGLayout.h" />
247250 <ClInclude Include =" ..\..\yoga\YGMacros.h" />
248- <ClInclude Include =" ..\..\yoga\YGNodeList.h" />
251+ <ClInclude Include =" ..\..\yoga\YGNode.h" />
252+ <ClInclude Include =" ..\..\yoga\YGNodePrint.h" />
253+ <ClInclude Include =" ..\..\yoga\YGStyle.h" />
254+ <ClInclude Include =" ..\..\yoga\Yoga-internal.h" />
255+ <ClInclude Include =" ..\..\yoga\Yoga.h" />
249256 <ClInclude Include =" resource.h" />
250- <ClInclude Include =" YGInterop.h" />
251257 <ClInclude Include =" stdafx.h" />
252258 <ClInclude Include =" targetver.h" />
253259 </ItemGroup >
254260 <ItemGroup >
255- <ClCompile Include =" ..\..\yoga\YGEnums.c" />
256- <ClCompile Include =" ..\..\yoga\Yoga.c" />
257- <ClCompile Include =" ..\..\yoga\YGNodeList.c" />
261+ <ClCompile Include =" ..\..\yoga\Utils.cpp" />
262+ <ClCompile Include =" ..\..\yoga\YGConfig.cpp" />
263+ <ClCompile Include =" ..\..\yoga\YGEnums.cpp" />
264+ <ClCompile Include =" ..\..\yoga\YGFloatOptional.cpp" />
265+ <ClCompile Include =" ..\..\yoga\YGLayout.cpp" />
266+ <ClCompile Include =" ..\..\yoga\YGNode.cpp" />
267+ <ClCompile Include =" ..\..\yoga\YGNodePrint.cpp" />
268+ <ClCompile Include =" ..\..\yoga\YGStyle.cpp" />
269+ <ClCompile Include =" ..\..\yoga\Yoga.cpp" />
258270 <ClCompile Include =" YGInterop.cpp" />
259271 <ClCompile Include =" dllmain.cpp" >
260272 <CompileAsManaged Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >false</CompileAsManaged >
284296 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
285297 <ImportGroup Label =" ExtensionTargets" >
286298 </ImportGroup >
287- </Project >
299+ </Project >
0 commit comments