summary refs log tree commit diff stats
path: root/Source/Source.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Source.vcxproj')
-rw-r--r--Source/Source.vcxproj111
1 files changed, 46 insertions, 65 deletions
diff --git a/Source/Source.vcxproj b/Source/Source.vcxproj index 4319a91..d140781 100644 --- a/Source/Source.vcxproj +++ b/Source/Source.vcxproj
@@ -18,35 +18,51 @@
18 <Platform>x64</Platform> 18 <Platform>x64</Platform>
19 </ProjectConfiguration> 19 </ProjectConfiguration>
20 </ItemGroup> 20 </ItemGroup>
21 <ItemGroup>
22 <ClInclude Include="json.hpp" />
23 <ClInclude Include="Memory.h" />
24 <ClInclude Include="Panel.h" />
25 <ClInclude Include="Panels.h" />
26 <ClInclude Include="Random.h" />
27 <ClInclude Include="Randomizer.h" />
28 <ClInclude Include="RandomizerCore.h" />
29 </ItemGroup>
30 <ItemGroup>
31 <ClCompile Include="Memory.cpp" />
32 <ClCompile Include="Panel.cpp" />
33 <ClCompile Include="Random.cpp" />
34 <ClCompile Include="Randomizer.cpp" />
35 <ClCompile Include="RandomizerCore.cpp" />
36 </ItemGroup>
21 <PropertyGroup Label="Globals"> 37 <PropertyGroup Label="Globals">
22 <VCProjectVersion>15.0</VCProjectVersion> 38 <VCProjectVersion>15.0</VCProjectVersion>
23 <ProjectGuid>{CED79182-F36B-4D07-AD0E-249C15BFAD73}</ProjectGuid> 39 <ProjectGuid>{5C019BEA-E0B4-4215-825F-6A228CD3AE27}</ProjectGuid>
24 <Keyword>Win32Proj</Keyword> 40 <Keyword>Win32Proj</Keyword>
25 <RootNamespace>Source</RootNamespace> 41 <RootNamespace>Source</RootNamespace>
26 <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion> 42 <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
27 </PropertyGroup> 43 </PropertyGroup>
28 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 44 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
30 <ConfigurationType>Application</ConfigurationType> 46 <ConfigurationType>StaticLibrary</ConfigurationType>
31 <UseDebugLibraries>true</UseDebugLibraries> 47 <UseDebugLibraries>true</UseDebugLibraries>
32 <PlatformToolset>v141</PlatformToolset> 48 <PlatformToolset>v141</PlatformToolset>
33 <CharacterSet>Unicode</CharacterSet> 49 <CharacterSet>Unicode</CharacterSet>
34 </PropertyGroup> 50 </PropertyGroup>
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 51 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
36 <ConfigurationType>Application</ConfigurationType> 52 <ConfigurationType>StaticLibrary</ConfigurationType>
37 <UseDebugLibraries>false</UseDebugLibraries> 53 <UseDebugLibraries>false</UseDebugLibraries>
38 <PlatformToolset>v141</PlatformToolset> 54 <PlatformToolset>v141</PlatformToolset>
39 <WholeProgramOptimization>true</WholeProgramOptimization> 55 <WholeProgramOptimization>true</WholeProgramOptimization>
40 <CharacterSet>Unicode</CharacterSet> 56 <CharacterSet>Unicode</CharacterSet>
41 </PropertyGroup> 57 </PropertyGroup>
42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 58 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
43 <ConfigurationType>Application</ConfigurationType> 59 <ConfigurationType>StaticLibrary</ConfigurationType>
44 <UseDebugLibraries>true</UseDebugLibraries> 60 <UseDebugLibraries>true</UseDebugLibraries>
45 <PlatformToolset>v141</PlatformToolset> 61 <PlatformToolset>v141</PlatformToolset>
46 <CharacterSet>Unicode</CharacterSet> 62 <CharacterSet>Unicode</CharacterSet>
47 </PropertyGroup> 63 </PropertyGroup>
48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 64 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
49 <ConfigurationType>Application</ConfigurationType> 65 <ConfigurationType>StaticLibrary</ConfigurationType>
50 <UseDebugLibraries>false</UseDebugLibraries> 66 <UseDebugLibraries>false</UseDebugLibraries>
51 <PlatformToolset>v141</PlatformToolset> 67 <PlatformToolset>v141</PlatformToolset>
52 <WholeProgramOptimization>true</WholeProgramOptimization> 68 <WholeProgramOptimization>true</WholeProgramOptimization>
@@ -70,6 +86,9 @@
70 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 86 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
71 </ImportGroup> 87 </ImportGroup>
72 <PropertyGroup Label="UserMacros" /> 88 <PropertyGroup Label="UserMacros" />
89 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
90 <LinkIncremental>false</LinkIncremental>
91 </PropertyGroup>
73 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 92 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
74 <LinkIncremental>true</LinkIncremental> 93 <LinkIncremental>true</LinkIncremental>
75 </PropertyGroup> 94 </PropertyGroup>
@@ -79,80 +98,66 @@
79 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 98 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
80 <LinkIncremental>false</LinkIncremental> 99 <LinkIncremental>false</LinkIncremental>
81 </PropertyGroup> 100 </PropertyGroup>
82 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 101 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
83 <LinkIncremental>false</LinkIncremental>
84 <TargetName>WitnessRandomizer</TargetName>
85 </PropertyGroup>
86 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
87 <ClCompile> 102 <ClCompile>
88 <PrecompiledHeader>NotUsing</PrecompiledHeader> 103 <PrecompiledHeader>NotUsing</PrecompiledHeader>
89 <WarningLevel>Level3</WarningLevel> 104 <WarningLevel>Level2</WarningLevel>
90 <Optimization>Disabled</Optimization> 105 <Optimization>MaxSpeed</Optimization>
106 <FunctionLevelLinking>true</FunctionLevelLinking>
107 <IntrinsicFunctions>true</IntrinsicFunctions>
91 <SDLCheck>true</SDLCheck> 108 <SDLCheck>true</SDLCheck>
92 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 109 <PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
93 <ConformanceMode>true</ConformanceMode> 110 <ConformanceMode>true</ConformanceMode>
94 <TreatWarningAsError>true</TreatWarningAsError>
95 <LanguageStandard>stdcpp17</LanguageStandard> 111 <LanguageStandard>stdcpp17</LanguageStandard>
96 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 112 <TreatWarningAsError>true</TreatWarningAsError>
97 </ClCompile> 113 </ClCompile>
98 <Link> 114 <Link>
99 <SubSystem>Windows</SubSystem> 115 <SubSystem>Windows</SubSystem>
116 <EnableCOMDATFolding>true</EnableCOMDATFolding>
117 <OptimizeReferences>true</OptimizeReferences>
100 <GenerateDebugInformation>true</GenerateDebugInformation> 118 <GenerateDebugInformation>true</GenerateDebugInformation>
101 </Link> 119 </Link>
102 </ItemDefinitionGroup> 120 </ItemDefinitionGroup>
103 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 121 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
104 <ClCompile> 122 <ClCompile>
105 <PrecompiledHeader>NotUsing</PrecompiledHeader> 123 <PrecompiledHeader>Use</PrecompiledHeader>
106 <WarningLevel>Level2</WarningLevel> 124 <WarningLevel>Level3</WarningLevel>
107 <Optimization>Disabled</Optimization> 125 <Optimization>Disabled</Optimization>
108 <SDLCheck>true</SDLCheck> 126 <SDLCheck>true</SDLCheck>
109 <PreprocessorDefinitions>_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 127 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
110 <ConformanceMode>true</ConformanceMode> 128 <ConformanceMode>true</ConformanceMode>
111 <TreatWarningAsError>true</TreatWarningAsError>
112 <LanguageStandard>stdcpp17</LanguageStandard>
113 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
114 </ClCompile> 129 </ClCompile>
115 <Link> 130 <Link>
116 <SubSystem>Windows</SubSystem> 131 <SubSystem>Windows</SubSystem>
117 <GenerateDebugInformation>true</GenerateDebugInformation> 132 <GenerateDebugInformation>true</GenerateDebugInformation>
118 </Link> 133 </Link>
119 </ItemDefinitionGroup> 134 </ItemDefinitionGroup>
120 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 135 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
121 <ClCompile> 136 <ClCompile>
122 <PrecompiledHeader>NotUsing</PrecompiledHeader> 137 <PrecompiledHeader>NotUsing</PrecompiledHeader>
123 <WarningLevel>Level3</WarningLevel> 138 <WarningLevel>Level2</WarningLevel>
124 <Optimization>MaxSpeed</Optimization> 139 <Optimization>Disabled</Optimization>
125 <FunctionLevelLinking>true</FunctionLevelLinking>
126 <IntrinsicFunctions>true</IntrinsicFunctions>
127 <SDLCheck>true</SDLCheck> 140 <SDLCheck>true</SDLCheck>
128 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 141 <PreprocessorDefinitions>_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
129 <ConformanceMode>true</ConformanceMode> 142 <ConformanceMode>true</ConformanceMode>
130 <TreatWarningAsError>true</TreatWarningAsError>
131 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
132 <LanguageStandard>stdcpp17</LanguageStandard> 143 <LanguageStandard>stdcpp17</LanguageStandard>
133 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 144 <TreatWarningAsError>true</TreatWarningAsError>
134 </ClCompile> 145 </ClCompile>
135 <Link> 146 <Link>
136 <SubSystem>Windows</SubSystem> 147 <SubSystem>Windows</SubSystem>
137 <EnableCOMDATFolding>true</EnableCOMDATFolding>
138 <OptimizeReferences>true</OptimizeReferences>
139 <GenerateDebugInformation>true</GenerateDebugInformation> 148 <GenerateDebugInformation>true</GenerateDebugInformation>
140 </Link> 149 </Link>
141 </ItemDefinitionGroup> 150 </ItemDefinitionGroup>
142 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 151 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
143 <ClCompile> 152 <ClCompile>
144 <PrecompiledHeader>NotUsing</PrecompiledHeader> 153 <PrecompiledHeader>Use</PrecompiledHeader>
145 <WarningLevel>Level2</WarningLevel> 154 <WarningLevel>Level3</WarningLevel>
146 <Optimization>MaxSpeed</Optimization> 155 <Optimization>MaxSpeed</Optimization>
147 <FunctionLevelLinking>true</FunctionLevelLinking> 156 <FunctionLevelLinking>true</FunctionLevelLinking>
148 <IntrinsicFunctions>true</IntrinsicFunctions> 157 <IntrinsicFunctions>true</IntrinsicFunctions>
149 <SDLCheck>true</SDLCheck> 158 <SDLCheck>true</SDLCheck>
150 <PreprocessorDefinitions>NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 159 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
151 <ConformanceMode>true</ConformanceMode> 160 <ConformanceMode>true</ConformanceMode>
152 <TreatWarningAsError>true</TreatWarningAsError>
153 <LanguageStandard>stdcpp17</LanguageStandard>
154 <DebugInformationFormat>None</DebugInformationFormat>
155 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
156 </ClCompile> 161 </ClCompile>
157 <Link> 162 <Link>
158 <SubSystem>Windows</SubSystem> 163 <SubSystem>Windows</SubSystem>
@@ -161,30 +166,6 @@
161 <GenerateDebugInformation>true</GenerateDebugInformation> 166 <GenerateDebugInformation>true</GenerateDebugInformation>
162 </Link> 167 </Link>
163 </ItemDefinitionGroup> 168 </ItemDefinitionGroup>
164 <ItemGroup>
165 <ClInclude Include="Memory.h" />
166 <ClInclude Include="Panel.h" />
167 <ClInclude Include="Panels.h" />
168 <ClInclude Include="Random.h" />
169 <ClInclude Include="Randomizer.h" />
170 <ClInclude Include="RandomizerCore.h" />
171 <ClInclude Include="Version.h" />
172 </ItemGroup>
173 <ItemGroup>
174 <ClCompile Include="Main.cpp" />
175 <ClCompile Include="Memory.cpp" />
176 <ClCompile Include="Panel.cpp" />
177 <ClCompile Include="Random.cpp" />
178 <ClCompile Include="Randomizer.cpp" />
179 <ClCompile Include="RandomizerCore.cpp" />
180 </ItemGroup>
181 <ItemGroup>
182 <ResourceCompile Include="Version.rc" />
183 </ItemGroup>
184 <ItemGroup>
185 <Image Include="small.ico" />
186 <Image Include="Source.ico" />
187 </ItemGroup>
188 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 169 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
189 <ImportGroup Label="ExtensionTargets"> 170 <ImportGroup Label="ExtensionTargets">
190 </ImportGroup> 171 </ImportGroup>