From 278e5ad215c3ea24cce96eb86e980ba5b71fccb3 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Fri, 6 Nov 2020 19:14:30 +0000 Subject: [PATCH] Add Visual Studio 2017 project. --- projects/msvc2017/aaruremote.sln | 31 ++++ projects/msvc2017/aaruremote.vcxproj | 206 +++++++++++++++++++++++++++ 2 files changed, 237 insertions(+) create mode 100644 projects/msvc2017/aaruremote.sln create mode 100644 projects/msvc2017/aaruremote.vcxproj diff --git a/projects/msvc2017/aaruremote.sln b/projects/msvc2017/aaruremote.sln new file mode 100644 index 0000000..b2677fa --- /dev/null +++ b/projects/msvc2017/aaruremote.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28307.1267 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "aaruremote", "aaruremote.vcxproj", "{51B56207-B698-4CC8-AF75-AB7AA9F106A3}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 + Release|Win32 = Release|Win32 + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {51B56207-B698-4CC8-AF75-AB7AA9F106A3}.Debug|Win32.ActiveCfg = Debug|Win32 + {51B56207-B698-4CC8-AF75-AB7AA9F106A3}.Debug|Win32.Build.0 = Debug|Win32 + {51B56207-B698-4CC8-AF75-AB7AA9F106A3}.Debug|x64.ActiveCfg = Debug|x64 + {51B56207-B698-4CC8-AF75-AB7AA9F106A3}.Debug|x64.Build.0 = Debug|x64 + {51B56207-B698-4CC8-AF75-AB7AA9F106A3}.Release|Win32.ActiveCfg = Release|Win32 + {51B56207-B698-4CC8-AF75-AB7AA9F106A3}.Release|Win32.Build.0 = Release|Win32 + {51B56207-B698-4CC8-AF75-AB7AA9F106A3}.Release|x64.ActiveCfg = Release|x64 + {51B56207-B698-4CC8-AF75-AB7AA9F106A3}.Release|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {E3658028-6B76-4710-8E24-46753C81B579} + EndGlobalSection +EndGlobal diff --git a/projects/msvc2017/aaruremote.vcxproj b/projects/msvc2017/aaruremote.vcxproj new file mode 100644 index 0000000..554adcd --- /dev/null +++ b/projects/msvc2017/aaruremote.vcxproj @@ -0,0 +1,206 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {51B56207-B698-4CC8-AF75-AB7AA9F106A3} + aaruremote + Win32Proj + + + + Application + v141 + NotSet + true + + + Application + v141 + NotSet + + + Application + v141 + NotSet + true + + + Application + v141 + NotSet + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>15.0.28307.799 + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + true + + + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + false + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + + Disabled + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + + Level3 + EditAndContinue + CompileAsC + + + Ws2_32.lib;iphlpapi.lib;version.lib;setupapi.lib;%(AdditionalDependencies) + $(OutDir)$(Platform)\${ConfigurationName)\$(ProjectName).exe + true + Console + MachineX86 + + + + + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + MultiThreaded + + Level3 + ProgramDatabase + + + Ws2_32.lib;%(AdditionalDependencies) + $(OutDir)$(Platform)\${ConfigurationName)\$(ProjectName).exe + true + Console + true + true + MachineX86 + + + + + X64 + + + Disabled + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + + Level3 + ProgramDatabase + CompileAsC + + + Ws2_32.lib;iphlpapi.lib;version.lib;setupapi.lib;%(AdditionalDependencies) + $(OutDir)$(Platform)\${ConfigurationName)\$(ProjectName).exe + true + Console + MachineX64 + + + + + X64 + + + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + MultiThreaded + + Level3 + ProgramDatabase + + + Ws2_32.lib;%(AdditionalDependencies) + $(OutDir)$(Platform)\${ConfigurationName)\$(ProjectName).exe + true + Console + true + true + MachineX64 + + + + + + + + + + + + $(IntDir)%(Filename)1.obj + $(IntDir)%(Filename)1.xdc + $(IntDir)%(Filename)1.obj + $(IntDir)%(Filename)1.xdc + $(IntDir)%(Filename)1.obj + $(IntDir)%(Filename)1.xdc + $(IntDir)%(Filename)1.obj + $(IntDir)%(Filename)1.xdc + + + + + + + + + + + + + + + + + + + + \ No newline at end of file