Browse Source

no message

Hongtae Kim 5 years ago
parent
commit
13c919bd63
3 changed files with 9 additions and 1 deletions
  1. 1
    1
      .gitignore
  2. BIN
      WETSort/WETSort.cpp
  3. 8
    0
      WETSort/WETSort.vcxproj

+ 1
- 1
.gitignore View File

21
 [Bb]in/
21
 [Bb]in/
22
 [Oo]bj/
22
 [Oo]bj/
23
 [Ll]og/
23
 [Ll]og/
24
-
24
+[Bb]uild/
25
 # Visual Studio 2015 cache/options directory
25
 # Visual Studio 2015 cache/options directory
26
 .vs/
26
 .vs/
27
 # Uncomment if you have tasks that create the project's static files in wwwroot
27
 # Uncomment if you have tasks that create the project's static files in wwwroot

BIN
WETSort/WETSort.cpp View File


+ 8
- 0
WETSort/WETSort.vcxproj View File

72
   <PropertyGroup Label="UserMacros" />
72
   <PropertyGroup Label="UserMacros" />
73
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
73
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
74
     <LinkIncremental>true</LinkIncremental>
74
     <LinkIncremental>true</LinkIncremental>
75
+    <OutDir>$(SolutionDir)Build\$(Platform)_$(Configuration)\</OutDir>
76
+    <IntDir>$(SolutionDir)Build\Intermediates\$(ProjectName)_$(Platform)_$(Configuration)\</IntDir>
75
   </PropertyGroup>
77
   </PropertyGroup>
76
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
78
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
77
     <LinkIncremental>true</LinkIncremental>
79
     <LinkIncremental>true</LinkIncremental>
80
+    <OutDir>$(SolutionDir)Build\$(Platform)_$(Configuration)\</OutDir>
81
+    <IntDir>$(SolutionDir)Build\Intermediates\$(ProjectName)_$(Platform)_$(Configuration)\</IntDir>
78
   </PropertyGroup>
82
   </PropertyGroup>
79
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
83
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
80
     <LinkIncremental>false</LinkIncremental>
84
     <LinkIncremental>false</LinkIncremental>
85
+    <OutDir>$(SolutionDir)Build\$(Platform)_$(Configuration)\</OutDir>
86
+    <IntDir>$(SolutionDir)Build\Intermediates\$(ProjectName)_$(Platform)_$(Configuration)\</IntDir>
81
   </PropertyGroup>
87
   </PropertyGroup>
82
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
88
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
83
     <LinkIncremental>false</LinkIncremental>
89
     <LinkIncremental>false</LinkIncremental>
90
+    <OutDir>$(SolutionDir)Build\$(Platform)_$(Configuration)\</OutDir>
91
+    <IntDir>$(SolutionDir)Build\Intermediates\$(ProjectName)_$(Platform)_$(Configuration)\</IntDir>
84
   </PropertyGroup>
92
   </PropertyGroup>
85
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
93
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
86
     <ClCompile>
94
     <ClCompile>