Hongtae Kim 5 gadus atpakaļ
vecāks
revīzija
b9df92a7f6
2 mainītis faili ar 10 papildinājumiem un 10 dzēšanām
  1. 5
    5
      Samples/Texture/Texture.vcxproj
  2. 5
    5
      Samples/Triangle/Triangle.vcxproj

+ 5
- 5
Samples/Texture/Texture.vcxproj Parādīt failu

46
     <ProjectGuid>{4E5AF9B5-BE2E-4A64-B3FC-FC1A8351ED11}</ProjectGuid>
46
     <ProjectGuid>{4E5AF9B5-BE2E-4A64-B3FC-FC1A8351ED11}</ProjectGuid>
47
     <Keyword>Win32Proj</Keyword>
47
     <Keyword>Win32Proj</Keyword>
48
     <RootNamespace>Texture</RootNamespace>
48
     <RootNamespace>Texture</RootNamespace>
49
-    <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
49
+    <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
50
   </PropertyGroup>
50
   </PropertyGroup>
51
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
51
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
52
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
52
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
53
     <ConfigurationType>Application</ConfigurationType>
53
     <ConfigurationType>Application</ConfigurationType>
54
     <UseDebugLibraries>true</UseDebugLibraries>
54
     <UseDebugLibraries>true</UseDebugLibraries>
55
-    <PlatformToolset>v141</PlatformToolset>
55
+    <PlatformToolset>v142</PlatformToolset>
56
     <CharacterSet>Unicode</CharacterSet>
56
     <CharacterSet>Unicode</CharacterSet>
57
   </PropertyGroup>
57
   </PropertyGroup>
58
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
58
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
59
     <ConfigurationType>Application</ConfigurationType>
59
     <ConfigurationType>Application</ConfigurationType>
60
     <UseDebugLibraries>false</UseDebugLibraries>
60
     <UseDebugLibraries>false</UseDebugLibraries>
61
-    <PlatformToolset>v141</PlatformToolset>
61
+    <PlatformToolset>v142</PlatformToolset>
62
     <WholeProgramOptimization>true</WholeProgramOptimization>
62
     <WholeProgramOptimization>true</WholeProgramOptimization>
63
     <CharacterSet>Unicode</CharacterSet>
63
     <CharacterSet>Unicode</CharacterSet>
64
   </PropertyGroup>
64
   </PropertyGroup>
65
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
65
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
66
     <ConfigurationType>Application</ConfigurationType>
66
     <ConfigurationType>Application</ConfigurationType>
67
     <UseDebugLibraries>true</UseDebugLibraries>
67
     <UseDebugLibraries>true</UseDebugLibraries>
68
-    <PlatformToolset>v141</PlatformToolset>
68
+    <PlatformToolset>v142</PlatformToolset>
69
     <CharacterSet>Unicode</CharacterSet>
69
     <CharacterSet>Unicode</CharacterSet>
70
   </PropertyGroup>
70
   </PropertyGroup>
71
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
71
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
72
     <ConfigurationType>Application</ConfigurationType>
72
     <ConfigurationType>Application</ConfigurationType>
73
     <UseDebugLibraries>false</UseDebugLibraries>
73
     <UseDebugLibraries>false</UseDebugLibraries>
74
-    <PlatformToolset>v141</PlatformToolset>
74
+    <PlatformToolset>v142</PlatformToolset>
75
     <WholeProgramOptimization>true</WholeProgramOptimization>
75
     <WholeProgramOptimization>true</WholeProgramOptimization>
76
     <CharacterSet>Unicode</CharacterSet>
76
     <CharacterSet>Unicode</CharacterSet>
77
   </PropertyGroup>
77
   </PropertyGroup>

+ 5
- 5
Samples/Triangle/Triangle.vcxproj Parādīt failu

46
     <ProjectGuid>{35653A85-73BD-4392-A323-FB5C6DAE6F43}</ProjectGuid>
46
     <ProjectGuid>{35653A85-73BD-4392-A323-FB5C6DAE6F43}</ProjectGuid>
47
     <Keyword>Win32Proj</Keyword>
47
     <Keyword>Win32Proj</Keyword>
48
     <RootNamespace>Triangle</RootNamespace>
48
     <RootNamespace>Triangle</RootNamespace>
49
-    <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
49
+    <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
50
   </PropertyGroup>
50
   </PropertyGroup>
51
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
51
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
52
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
52
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
53
     <ConfigurationType>Application</ConfigurationType>
53
     <ConfigurationType>Application</ConfigurationType>
54
     <UseDebugLibraries>true</UseDebugLibraries>
54
     <UseDebugLibraries>true</UseDebugLibraries>
55
-    <PlatformToolset>v141</PlatformToolset>
55
+    <PlatformToolset>v142</PlatformToolset>
56
     <CharacterSet>Unicode</CharacterSet>
56
     <CharacterSet>Unicode</CharacterSet>
57
   </PropertyGroup>
57
   </PropertyGroup>
58
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
58
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
59
     <ConfigurationType>Application</ConfigurationType>
59
     <ConfigurationType>Application</ConfigurationType>
60
     <UseDebugLibraries>false</UseDebugLibraries>
60
     <UseDebugLibraries>false</UseDebugLibraries>
61
-    <PlatformToolset>v141</PlatformToolset>
61
+    <PlatformToolset>v142</PlatformToolset>
62
     <WholeProgramOptimization>true</WholeProgramOptimization>
62
     <WholeProgramOptimization>true</WholeProgramOptimization>
63
     <CharacterSet>Unicode</CharacterSet>
63
     <CharacterSet>Unicode</CharacterSet>
64
   </PropertyGroup>
64
   </PropertyGroup>
65
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
65
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
66
     <ConfigurationType>Application</ConfigurationType>
66
     <ConfigurationType>Application</ConfigurationType>
67
     <UseDebugLibraries>true</UseDebugLibraries>
67
     <UseDebugLibraries>true</UseDebugLibraries>
68
-    <PlatformToolset>v141</PlatformToolset>
68
+    <PlatformToolset>v142</PlatformToolset>
69
     <CharacterSet>Unicode</CharacterSet>
69
     <CharacterSet>Unicode</CharacterSet>
70
   </PropertyGroup>
70
   </PropertyGroup>
71
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
71
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
72
     <ConfigurationType>Application</ConfigurationType>
72
     <ConfigurationType>Application</ConfigurationType>
73
     <UseDebugLibraries>false</UseDebugLibraries>
73
     <UseDebugLibraries>false</UseDebugLibraries>
74
-    <PlatformToolset>v141</PlatformToolset>
74
+    <PlatformToolset>v142</PlatformToolset>
75
     <WholeProgramOptimization>true</WholeProgramOptimization>
75
     <WholeProgramOptimization>true</WholeProgramOptimization>
76
     <CharacterSet>Unicode</CharacterSet>
76
     <CharacterSet>Unicode</CharacterSet>
77
   </PropertyGroup>
77
   </PropertyGroup>