diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-28 14:13:39 -0700 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-28 14:13:39 -0700 |
commit | 5fb764e4b5cd603c63e638f912a4c39772db8480 (patch) | |
tree | cbdf1b5cfb4dda4b0bab08c9ab32caafe8c6532d /Source/Source.vcxproj | |
parent | 0007d78190b8c9c353d6c74715e15b2a9c988801 (diff) | |
download | witness-tutorializer-5fb764e4b5cd603c63e638f912a4c39772db8480.tar.gz witness-tutorializer-5fb764e4b5cd603c63e638f912a4c39772db8480.tar.bz2 witness-tutorializer-5fb764e4b5cd603c63e638f912a4c39772db8480.zip |
Basic working UI
Diffstat (limited to 'Source/Source.vcxproj')
-rw-r--r-- | Source/Source.vcxproj | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Source.vcxproj b/Source/Source.vcxproj index 8a6c8eb..55d54d9 100644 --- a/Source/Source.vcxproj +++ b/Source/Source.vcxproj | |||
@@ -46,7 +46,7 @@ | |||
46 | <CharacterSet>Unicode</CharacterSet> | 46 | <CharacterSet>Unicode</CharacterSet> |
47 | </PropertyGroup> | 47 | </PropertyGroup> |
48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
49 | <ConfigurationType>StaticLibrary</ConfigurationType> | 49 | <ConfigurationType>Application</ConfigurationType> |
50 | <UseDebugLibraries>false</UseDebugLibraries> | 50 | <UseDebugLibraries>false</UseDebugLibraries> |
51 | <PlatformToolset>v141</PlatformToolset> | 51 | <PlatformToolset>v141</PlatformToolset> |
52 | <WholeProgramOptimization>true</WholeProgramOptimization> | 52 | <WholeProgramOptimization>true</WholeProgramOptimization> |
@@ -153,7 +153,6 @@ | |||
153 | <ClInclude Include="Panels.h" /> | 153 | <ClInclude Include="Panels.h" /> |
154 | <ClInclude Include="Randomizer.h" /> | 154 | <ClInclude Include="Randomizer.h" /> |
155 | <ClInclude Include="Resource.h" /> | 155 | <ClInclude Include="Resource.h" /> |
156 | <ClInclude Include="Main.h" /> | ||
157 | <ClInclude Include="stdafx.h" /> | 156 | <ClInclude Include="stdafx.h" /> |
158 | <ClInclude Include="targetver.h" /> | 157 | <ClInclude Include="targetver.h" /> |
159 | </ItemGroup> | 158 | </ItemGroup> |