diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-28 15:45:08 -0700 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-28 15:45:08 -0700 |
commit | efad3bdc35f7e18713938b0bba8bb09228aae996 (patch) | |
tree | 2275f3008d9b0eae1fb8d2e5e45aa7358b8af1b6 /Source/Source.vcxproj | |
parent | d99313f4e4fdf5103c5f149e2d54dbf6e4fcc3f2 (diff) | |
download | witness-tutorializer-efad3bdc35f7e18713938b0bba8bb09228aae996.tar.gz witness-tutorializer-efad3bdc35f7e18713938b0bba8bb09228aae996.tar.bz2 witness-tutorializer-efad3bdc35f7e18713938b0bba8bb09228aae996.zip |
Remove useless menu bar
Diffstat (limited to 'Source/Source.vcxproj')
-rw-r--r-- | Source/Source.vcxproj | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/Source/Source.vcxproj b/Source/Source.vcxproj index 55d54d9..12d0270 100644 --- a/Source/Source.vcxproj +++ b/Source/Source.vcxproj | |||
@@ -84,12 +84,14 @@ | |||
84 | </PropertyGroup> | 84 | </PropertyGroup> |
85 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 85 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
86 | <ClCompile> | 86 | <ClCompile> |
87 | <PrecompiledHeader>Use</PrecompiledHeader> | 87 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
88 | <WarningLevel>Level3</WarningLevel> | 88 | <WarningLevel>Level3</WarningLevel> |
89 | <Optimization>Disabled</Optimization> | 89 | <Optimization>Disabled</Optimization> |
90 | <SDLCheck>true</SDLCheck> | 90 | <SDLCheck>true</SDLCheck> |
91 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 91 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
92 | <ConformanceMode>true</ConformanceMode> | 92 | <ConformanceMode>true</ConformanceMode> |
93 | <TreatWarningAsError>true</TreatWarningAsError> | ||
94 | <LanguageStandard>stdcpp17</LanguageStandard> | ||
93 | </ClCompile> | 95 | </ClCompile> |
94 | <Link> | 96 | <Link> |
95 | <SubSystem>Windows</SubSystem> | 97 | <SubSystem>Windows</SubSystem> |
@@ -98,12 +100,14 @@ | |||
98 | </ItemDefinitionGroup> | 100 | </ItemDefinitionGroup> |
99 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | 101 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
100 | <ClCompile> | 102 | <ClCompile> |
101 | <PrecompiledHeader>Use</PrecompiledHeader> | 103 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
102 | <WarningLevel>Level3</WarningLevel> | 104 | <WarningLevel>Level3</WarningLevel> |
103 | <Optimization>Disabled</Optimization> | 105 | <Optimization>Disabled</Optimization> |
104 | <SDLCheck>true</SDLCheck> | 106 | <SDLCheck>true</SDLCheck> |
105 | <PreprocessorDefinitions>_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 107 | <PreprocessorDefinitions>_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
106 | <ConformanceMode>true</ConformanceMode> | 108 | <ConformanceMode>true</ConformanceMode> |
109 | <TreatWarningAsError>true</TreatWarningAsError> | ||
110 | <LanguageStandard>stdcpp17</LanguageStandard> | ||
107 | </ClCompile> | 111 | </ClCompile> |
108 | <Link> | 112 | <Link> |
109 | <SubSystem>Windows</SubSystem> | 113 | <SubSystem>Windows</SubSystem> |
@@ -112,7 +116,7 @@ | |||
112 | </ItemDefinitionGroup> | 116 | </ItemDefinitionGroup> |
113 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 117 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
114 | <ClCompile> | 118 | <ClCompile> |
115 | <PrecompiledHeader>Use</PrecompiledHeader> | 119 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
116 | <WarningLevel>Level3</WarningLevel> | 120 | <WarningLevel>Level3</WarningLevel> |
117 | <Optimization>MaxSpeed</Optimization> | 121 | <Optimization>MaxSpeed</Optimization> |
118 | <FunctionLevelLinking>true</FunctionLevelLinking> | 122 | <FunctionLevelLinking>true</FunctionLevelLinking> |
@@ -120,6 +124,9 @@ | |||
120 | <SDLCheck>true</SDLCheck> | 124 | <SDLCheck>true</SDLCheck> |
121 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 125 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
122 | <ConformanceMode>true</ConformanceMode> | 126 | <ConformanceMode>true</ConformanceMode> |
127 | <TreatWarningAsError>true</TreatWarningAsError> | ||
128 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||
129 | <LanguageStandard>stdcpp17</LanguageStandard> | ||
123 | </ClCompile> | 130 | </ClCompile> |
124 | <Link> | 131 | <Link> |
125 | <SubSystem>Windows</SubSystem> | 132 | <SubSystem>Windows</SubSystem> |
@@ -140,6 +147,7 @@ | |||
140 | <ConformanceMode>true</ConformanceMode> | 147 | <ConformanceMode>true</ConformanceMode> |
141 | <TreatWarningAsError>true</TreatWarningAsError> | 148 | <TreatWarningAsError>true</TreatWarningAsError> |
142 | <LanguageStandard>stdcpp17</LanguageStandard> | 149 | <LanguageStandard>stdcpp17</LanguageStandard> |
150 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||
143 | </ClCompile> | 151 | </ClCompile> |
144 | <Link> | 152 | <Link> |
145 | <SubSystem>Windows</SubSystem> | 153 | <SubSystem>Windows</SubSystem> |
@@ -152,6 +160,7 @@ | |||
152 | <ClInclude Include="Memory.h" /> | 160 | <ClInclude Include="Memory.h" /> |
153 | <ClInclude Include="Panels.h" /> | 161 | <ClInclude Include="Panels.h" /> |
154 | <ClInclude Include="Randomizer.h" /> | 162 | <ClInclude Include="Randomizer.h" /> |
163 | <ClInclude Include="RandomizerCore.h" /> | ||
155 | <ClInclude Include="Resource.h" /> | 164 | <ClInclude Include="Resource.h" /> |
156 | <ClInclude Include="stdafx.h" /> | 165 | <ClInclude Include="stdafx.h" /> |
157 | <ClInclude Include="targetver.h" /> | 166 | <ClInclude Include="targetver.h" /> |
@@ -160,6 +169,7 @@ | |||
160 | <ClCompile Include="Main.cpp" /> | 169 | <ClCompile Include="Main.cpp" /> |
161 | <ClCompile Include="Memory.cpp" /> | 170 | <ClCompile Include="Memory.cpp" /> |
162 | <ClCompile Include="Randomizer.cpp" /> | 171 | <ClCompile Include="Randomizer.cpp" /> |
172 | <ClCompile Include="RandomizerCore.cpp" /> | ||
163 | <ClCompile Include="stdafx.cpp"> | 173 | <ClCompile Include="stdafx.cpp"> |
164 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> | 174 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |
165 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> | 175 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> |