Hongtae Kim 7 years ago
parent
commit
b161f3a42a
3 changed files with 8 additions and 7 deletions
  1. 1
    0
      .gitignore
  2. 2
    2
      DKGL2_Test.sln
  3. 5
    5
      TestApp1/TestApp1.vcxproj

+ 1
- 0
.gitignore View File

64
 # Visual Studio 2015 and later
64
 # Visual Studio 2015 and later
65
 *.VC.db
65
 *.VC.db
66
 *.VC.opendb
66
 *.VC.opendb
67
+**/.vs/
67
 
68
 
68
 # separated workspace file inside xcodeproj
69
 # separated workspace file inside xcodeproj
69
 **/*.xcodeproj/project.xcworkspace
70
 **/*.xcodeproj/project.xcworkspace

+ 2
- 2
DKGL2_Test.sln View File

1
 
1
 
2
 Microsoft Visual Studio Solution File, Format Version 12.00
2
 Microsoft Visual Studio Solution File, Format Version 12.00
3
-# Visual Studio 14
4
-VisualStudioVersion = 14.0.25420.1
3
+# Visual Studio 15
4
+VisualStudioVersion = 15.0.26228.10
5
 MinimumVisualStudioVersion = 10.0.40219.1
5
 MinimumVisualStudioVersion = 10.0.40219.1
6
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestApp1", "TestApp1\TestApp1.vcxproj", "{AE0AF61D-F069-4AFA-AE24-A75C6A233B37}"
6
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestApp1", "TestApp1\TestApp1.vcxproj", "{AE0AF61D-F069-4AFA-AE24-A75C6A233B37}"
7
 EndProject
7
 EndProject

+ 5
- 5
TestApp1/TestApp1.vcxproj View File

1
 <?xml version="1.0" encoding="utf-8"?>
1
 <?xml version="1.0" encoding="utf-8"?>
2
-<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
+<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
   <ItemGroup Label="ProjectConfigurations">
3
   <ItemGroup Label="ProjectConfigurations">
4
     <ProjectConfiguration Include="Debug|Win32">
4
     <ProjectConfiguration Include="Debug|Win32">
5
       <Configuration>Debug</Configuration>
5
       <Configuration>Debug</Configuration>
28
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
28
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
29
     <ConfigurationType>Application</ConfigurationType>
29
     <ConfigurationType>Application</ConfigurationType>
30
     <UseDebugLibraries>true</UseDebugLibraries>
30
     <UseDebugLibraries>true</UseDebugLibraries>
31
-    <PlatformToolset>v140</PlatformToolset>
31
+    <PlatformToolset>v141</PlatformToolset>
32
     <CharacterSet>Unicode</CharacterSet>
32
     <CharacterSet>Unicode</CharacterSet>
33
   </PropertyGroup>
33
   </PropertyGroup>
34
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
34
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
35
     <ConfigurationType>Application</ConfigurationType>
35
     <ConfigurationType>Application</ConfigurationType>
36
     <UseDebugLibraries>false</UseDebugLibraries>
36
     <UseDebugLibraries>false</UseDebugLibraries>
37
-    <PlatformToolset>v140</PlatformToolset>
37
+    <PlatformToolset>v141</PlatformToolset>
38
     <WholeProgramOptimization>true</WholeProgramOptimization>
38
     <WholeProgramOptimization>true</WholeProgramOptimization>
39
     <CharacterSet>Unicode</CharacterSet>
39
     <CharacterSet>Unicode</CharacterSet>
40
   </PropertyGroup>
40
   </PropertyGroup>
41
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
41
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
42
     <ConfigurationType>Application</ConfigurationType>
42
     <ConfigurationType>Application</ConfigurationType>
43
     <UseDebugLibraries>true</UseDebugLibraries>
43
     <UseDebugLibraries>true</UseDebugLibraries>
44
-    <PlatformToolset>v140</PlatformToolset>
44
+    <PlatformToolset>v141</PlatformToolset>
45
     <CharacterSet>Unicode</CharacterSet>
45
     <CharacterSet>Unicode</CharacterSet>
46
   </PropertyGroup>
46
   </PropertyGroup>
47
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
47
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
48
     <ConfigurationType>Application</ConfigurationType>
48
     <ConfigurationType>Application</ConfigurationType>
49
     <UseDebugLibraries>false</UseDebugLibraries>
49
     <UseDebugLibraries>false</UseDebugLibraries>
50
-    <PlatformToolset>v140</PlatformToolset>
50
+    <PlatformToolset>v141</PlatformToolset>
51
     <WholeProgramOptimization>true</WholeProgramOptimization>
51
     <WholeProgramOptimization>true</WholeProgramOptimization>
52
     <CharacterSet>Unicode</CharacterSet>
52
     <CharacterSet>Unicode</CharacterSet>
53
   </PropertyGroup>
53
   </PropertyGroup>