From 78156f34166c110fcad47aef166684b8e25ac4fa Mon Sep 17 00:00:00 2001 From: a1xd <68629610+a1xd@users.noreply.github.com> Date: Wed, 22 Jul 2020 19:34:13 -0400 Subject: Add project files. --- installer/installer.vcxproj | 98 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 installer/installer.vcxproj (limited to 'installer/installer.vcxproj') diff --git a/installer/installer.vcxproj b/installer/installer.vcxproj new file mode 100644 index 0000000..45ef0c8 --- /dev/null +++ b/installer/installer.vcxproj @@ -0,0 +1,98 @@ + + + + + Debug + x64 + + + Release + x64 + + + + 16.0 + {896950D1-520A-420A-B6B1-73014B92A68C} + Win32Proj + installer + 10.0 + + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + + + + + + + + + + + + + + true + + + false + + + + + + Level4 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + %(AdditionalIncludeDirectories);$(MSBuildThisFileDirectory) + stdcpplatest + + + Console + true + RequireAdministrator + + + + + + + Level4 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + %(AdditionalIncludeDirectories) + stdcpplatest + Default + + + Console + true + true + true + RequireAdministrator + + + + + + + + + \ No newline at end of file -- cgit v1.2.3