diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2018-11-05 08:15:23 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2018-11-05 08:15:23 -0800 |
commit | a828620c6447e8c51f6e9d1767eabe0fc5ade0a0 (patch) | |
tree | ce54393a34eb02ce5f801487f170d9c0d99bb66e /App/App.vcxproj | |
parent | 1d1218aa855a0b7500c94d5017575855d646e1c4 (diff) | |
download | witness-tutorializer-a828620c6447e8c51f6e9d1767eabe0fc5ade0a0.tar.gz witness-tutorializer-a828620c6447e8c51f6e9d1767eabe0fc5ade0a0.tar.bz2 witness-tutorializer-a828620c6447e8c51f6e9d1767eabe0fc5ade0a0.zip |
moving stuff so I can test
Diffstat (limited to 'App/App.vcxproj')
-rw-r--r-- | App/App.vcxproj | 186 |
1 files changed, 186 insertions, 0 deletions
diff --git a/App/App.vcxproj b/App/App.vcxproj new file mode 100644 index 0000000..b17f7a6 --- /dev/null +++ b/App/App.vcxproj | |||
@@ -0,0 +1,186 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
3 | <ItemGroup Label="ProjectConfigurations"> | ||
4 | <ProjectConfiguration Include="Debug|Win32"> | ||
5 | <Configuration>Debug</Configuration> | ||
6 | <Platform>Win32</Platform> | ||
7 | </ProjectConfiguration> | ||
8 | <ProjectConfiguration Include="Release|Win32"> | ||
9 | <Configuration>Release</Configuration> | ||
10 | <Platform>Win32</Platform> | ||
11 | </ProjectConfiguration> | ||
12 | <ProjectConfiguration Include="Debug|x64"> | ||
13 | <Configuration>Debug</Configuration> | ||
14 | <Platform>x64</Platform> | ||
15 | </ProjectConfiguration> | ||
16 | <ProjectConfiguration Include="Release|x64"> | ||
17 | <Configuration>Release</Configuration> | ||
18 | <Platform>x64</Platform> | ||
19 | </ProjectConfiguration> | ||
20 | </ItemGroup> | ||
21 | <PropertyGroup Label="Globals"> | ||
22 | <VCProjectVersion>15.0</VCProjectVersion> | ||
23 | <ProjectGuid>{CED79182-F36B-4D07-AD0E-249C15BFAD73}</ProjectGuid> | ||
24 | <Keyword>Win32Proj</Keyword> | ||
25 | <RootNamespace>App</RootNamespace> | ||
26 | <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion> | ||
27 | <ProjectName>App</ProjectName> | ||
28 | </PropertyGroup> | ||
29 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
30 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
31 | <ConfigurationType>Application</ConfigurationType> | ||
32 | <UseDebugLibraries>true</UseDebugLibraries> | ||
33 | <PlatformToolset>v141</PlatformToolset> | ||
34 | <CharacterSet>Unicode</CharacterSet> | ||
35 | </PropertyGroup> | ||
36 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
37 | <ConfigurationType>Application</ConfigurationType> | ||
38 | <UseDebugLibraries>false</UseDebugLibraries> | ||
39 | <PlatformToolset>v141</PlatformToolset> | ||
40 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
41 | <CharacterSet>Unicode</CharacterSet> | ||
42 | </PropertyGroup> | ||
43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
44 | <ConfigurationType>Application</ConfigurationType> | ||
45 | <UseDebugLibraries>true</UseDebugLibraries> | ||
46 | <PlatformToolset>v141</PlatformToolset> | ||
47 | <CharacterSet>Unicode</CharacterSet> | ||
48 | </PropertyGroup> | ||
49 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
50 | <ConfigurationType>Application</ConfigurationType> | ||
51 | <UseDebugLibraries>false</UseDebugLibraries> | ||
52 | <PlatformToolset>v141</PlatformToolset> | ||
53 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
54 | <CharacterSet>Unicode</CharacterSet> | ||
55 | </PropertyGroup> | ||
56 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
57 | <ImportGroup Label="ExtensionSettings"> | ||
58 | </ImportGroup> | ||
59 | <ImportGroup Label="Shared"> | ||
60 | </ImportGroup> | ||
61 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
62 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
63 | </ImportGroup> | ||
64 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
65 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
66 | </ImportGroup> | ||
67 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
68 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
69 | </ImportGroup> | ||
70 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
71 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
72 | </ImportGroup> | ||
73 | <PropertyGroup Label="UserMacros" /> | ||
74 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
75 | <LinkIncremental>true</LinkIncremental> | ||
76 | </PropertyGroup> | ||
77 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
78 | <LinkIncremental>true</LinkIncremental> | ||
79 | </PropertyGroup> | ||
80 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
81 | <LinkIncremental>false</LinkIncremental> | ||
82 | </PropertyGroup> | ||
83 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
84 | <LinkIncremental>false</LinkIncremental> | ||
85 | <TargetName>WitnessRandomizer</TargetName> | ||
86 | </PropertyGroup> | ||
87 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
88 | <ClCompile> | ||
89 | <PrecompiledHeader>NotUsing</PrecompiledHeader> | ||
90 | <WarningLevel>Level3</WarningLevel> | ||
91 | <Optimization>Disabled</Optimization> | ||
92 | <SDLCheck>true</SDLCheck> | ||
93 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
94 | <ConformanceMode>true</ConformanceMode> | ||
95 | <TreatWarningAsError>true</TreatWarningAsError> | ||
96 | <LanguageStandard>stdcpp17</LanguageStandard> | ||
97 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | ||
98 | </ClCompile> | ||
99 | <Link> | ||
100 | <SubSystem>Windows</SubSystem> | ||
101 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
102 | </Link> | ||
103 | </ItemDefinitionGroup> | ||
104 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
105 | <ClCompile> | ||
106 | <PrecompiledHeader>NotUsing</PrecompiledHeader> | ||
107 | <WarningLevel>Level2</WarningLevel> | ||
108 | <Optimization>Disabled</Optimization> | ||
109 | <SDLCheck>true</SDLCheck> | ||
110 | <PreprocessorDefinitions>_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
111 | <ConformanceMode>true</ConformanceMode> | ||
112 | <TreatWarningAsError>true</TreatWarningAsError> | ||
113 | <LanguageStandard>stdcpp17</LanguageStandard> | ||
114 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | ||
115 | <AdditionalIncludeDirectories>C:\Users\localhost\Documents\GitHub\witness-randomizer\Source;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
116 | </ClCompile> | ||
117 | <Link> | ||
118 | <SubSystem>Windows</SubSystem> | ||
119 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
120 | </Link> | ||
121 | </ItemDefinitionGroup> | ||
122 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
123 | <ClCompile> | ||
124 | <PrecompiledHeader>NotUsing</PrecompiledHeader> | ||
125 | <WarningLevel>Level3</WarningLevel> | ||
126 | <Optimization>MaxSpeed</Optimization> | ||
127 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
128 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
129 | <SDLCheck>true</SDLCheck> | ||
130 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
131 | <ConformanceMode>true</ConformanceMode> | ||
132 | <TreatWarningAsError>true</TreatWarningAsError> | ||
133 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||
134 | <LanguageStandard>stdcpp17</LanguageStandard> | ||
135 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
136 | </ClCompile> | ||
137 | <Link> | ||
138 | <SubSystem>Windows</SubSystem> | ||
139 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
140 | <OptimizeReferences>true</OptimizeReferences> | ||
141 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
142 | </Link> | ||
143 | </ItemDefinitionGroup> | ||
144 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
145 | <ClCompile> | ||
146 | <PrecompiledHeader>NotUsing</PrecompiledHeader> | ||
147 | <WarningLevel>Level2</WarningLevel> | ||
148 | <Optimization>MaxSpeed</Optimization> | ||
149 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
150 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
151 | <SDLCheck>true</SDLCheck> | ||
152 | <PreprocessorDefinitions>NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
153 | <ConformanceMode>true</ConformanceMode> | ||
154 | <TreatWarningAsError>true</TreatWarningAsError> | ||
155 | <LanguageStandard>stdcpp17</LanguageStandard> | ||
156 | <DebugInformationFormat>None</DebugInformationFormat> | ||
157 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
158 | <AdditionalIncludeDirectories>C:\Users\localhost\Documents\GitHub\witness-randomizer\Source;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
159 | </ClCompile> | ||
160 | <Link> | ||
161 | <SubSystem>Windows</SubSystem> | ||
162 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
163 | <OptimizeReferences>true</OptimizeReferences> | ||
164 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
165 | </Link> | ||
166 | </ItemDefinitionGroup> | ||
167 | <ItemGroup> | ||
168 | <ClInclude Include="Version.h" /> | ||
169 | </ItemGroup> | ||
170 | <ItemGroup> | ||
171 | <ClCompile Include="Main.cpp" /> | ||
172 | </ItemGroup> | ||
173 | <ItemGroup> | ||
174 | <ResourceCompile Include="Version.rc" /> | ||
175 | </ItemGroup> | ||
176 | <ItemGroup> | ||
177 | <Image Include="small.ico" /> | ||
178 | <Image Include="App.ico" /> | ||
179 | </ItemGroup> | ||
180 | <ItemGroup> | ||
181 | <None Include="App.aps" /> | ||
182 | </ItemGroup> | ||
183 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
184 | <ImportGroup Label="ExtensionTargets"> | ||
185 | </ImportGroup> | ||
186 | </Project> \ No newline at end of file | ||