diff --git a/setter/CMakeSettings.json b/setter/CMakeSettings.json new file mode 100644 index 0000000..8cd958c --- /dev/null +++ b/setter/CMakeSettings.json @@ -0,0 +1,150 @@ +{ + "configurations": [ + { + "name": "x64-Debug", + "generator": "Ninja", + "configurationType": "Debug", + "inheritEnvironments": [ + "msvc_x64_x64" + ], + "buildRoot": "${projectDir}\\out\\build\\${name}", + "installRoot": "${projectDir}\\out\\install\\${name}", + "cmakeCommandArgs": "", + "buildCommandArgs": "-v", + "ctestCommandArgs": "", + "variables": [] + }, + { + "name": "x86-Debug", + "generator": "Ninja", + "configurationType": "Debug", + "buildRoot": "${projectDir}\\out\\build\\${name}", + "installRoot": "${projectDir}\\out\\install\\${name}", + "cmakeCommandArgs": "", + "buildCommandArgs": "-v", + "ctestCommandArgs": "", + "inheritEnvironments": [ + "msvc_x86" + ], + "variables": [] + }, + { + "name": "x86-Release", + "generator": "Ninja", + "configurationType": "RelWithDebInfo", + "buildRoot": "${projectDir}\\out\\build\\${name}", + "installRoot": "${projectDir}\\out\\install\\${name}", + "cmakeCommandArgs": "", + "buildCommandArgs": "-v", + "ctestCommandArgs": "", + "inheritEnvironments": [ + "msvc_x86" + ], + "variables": [] + }, + { + "name": "x64-Release", + "generator": "Ninja", + "configurationType": "RelWithDebInfo", + "buildRoot": "${projectDir}\\out\\build\\${name}", + "installRoot": "${projectDir}\\out\\install\\${name}", + "cmakeCommandArgs": "", + "buildCommandArgs": "-v", + "ctestCommandArgs": "", + "inheritEnvironments": [ + "msvc_x64_x64" + ], + "variables": [] + }, + { + "name": "WSL-GCC-Debug", + "generator": "Unix Makefiles", + "configurationType": "Debug", + "buildRoot": "${projectDir}\\out\\build\\${name}", + "installRoot": "${projectDir}\\out\\install\\${name}", + "cmakeExecutable": "/usr/bin/cmake", + "cmakeCommandArgs": "", + "buildCommandArgs": "", + "ctestCommandArgs": "", + "inheritEnvironments": [ + "linux_x64" + ], + "wslPath": "${defaultWSLPath}", + "addressSanitizerRuntimeFlags": "detect_leaks=0", + "variables": [] + }, + { + "name": "WSL-GCC-Release", + "generator": "Unix Makefiles", + "configurationType": "RelWithDebInfo", + "buildRoot": "${projectDir}\\out\\build\\${name}", + "installRoot": "${projectDir}\\out\\install\\${name}", + "cmakeExecutable": "/usr/bin/cmake", + "cmakeCommandArgs": "", + "buildCommandArgs": "", + "ctestCommandArgs": "", + "inheritEnvironments": [ + "linux_x64" + ], + "wslPath": "${defaultWSLPath}", + "addressSanitizerRuntimeFlags": "detect_leaks=0", + "variables": [] + }, + { + "name": "arm-Release", + "generator": "Ninja", + "configurationType": "RelWithDebInfo", + "buildRoot": "${projectDir}\\out\\build\\${name}", + "installRoot": "${projectDir}\\out\\install\\${name}", + "cmakeCommandArgs": "", + "buildCommandArgs": "-v", + "ctestCommandArgs": "", + "inheritEnvironments": [ + "msvc_arm_x64" + ], + "variables": [] + }, + { + "name": "arm-Debug", + "generator": "Ninja", + "configurationType": "Debug", + "buildRoot": "${projectDir}\\out\\build\\${name}", + "installRoot": "${projectDir}\\out\\install\\${name}", + "cmakeCommandArgs": "", + "buildCommandArgs": "-v", + "ctestCommandArgs": "", + "inheritEnvironments": [ + "msvc_arm_x64" + ], + "variables": [] + }, + { + "name": "arm64-Release", + "generator": "Ninja", + "configurationType": "RelWithDebInfo", + "buildRoot": "${projectDir}\\out\\build\\${name}", + "installRoot": "${projectDir}\\out\\install\\${name}", + "cmakeCommandArgs": "", + "buildCommandArgs": "-v", + "ctestCommandArgs": "", + "inheritEnvironments": [ + "msvc_arm64_x64" + ], + "variables": [] + }, + { + "name": "arm64-Debug", + "generator": "Ninja", + "configurationType": "Debug", + "buildRoot": "${projectDir}\\out\\build\\${name}", + "installRoot": "${projectDir}\\out\\install\\${name}", + "cmakeCommandArgs": "", + "buildCommandArgs": "-v", + "ctestCommandArgs": "", + "inheritEnvironments": [ + "msvc_arm_x64" + ], + "variables": [] + } + ] +} \ No newline at end of file diff --git a/setter/codealike.json b/setter/codealike.json new file mode 100644 index 0000000..a82b456 --- /dev/null +++ b/setter/codealike.json @@ -0,0 +1,5 @@ +{ + "projectId": "032fb8bb-9e63-447f-9469-bca3ad0616f7", + "projectName": "fssetter", + "neverTrack": false +} \ No newline at end of file diff --git a/setter/projects/vs2019/fssetter/codealike.json b/setter/projects/vs2019/fssetter/codealike.json new file mode 100644 index 0000000..a82b456 --- /dev/null +++ b/setter/projects/vs2019/fssetter/codealike.json @@ -0,0 +1,5 @@ +{ + "projectId": "032fb8bb-9e63-447f-9469-bca3ad0616f7", + "projectName": "fssetter", + "neverTrack": false +} \ No newline at end of file diff --git a/setter/projects/vs2019/fssetter/fssetter.sln b/setter/projects/vs2019/fssetter/fssetter.sln new file mode 100644 index 0000000..3d5fb93 --- /dev/null +++ b/setter/projects/vs2019/fssetter/fssetter.sln @@ -0,0 +1,43 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30011.22 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fssetter", "fssetter.vcxproj", "{73A35D73-1481-4DA7-AB46-789CC815B5DB}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM = Debug|ARM + Debug|ARM64 = Debug|ARM64 + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|ARM = Release|ARM + Release|ARM64 = Release|ARM64 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|ARM.ActiveCfg = Debug|ARM + {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|ARM.Build.0 = Debug|ARM + {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|ARM64.Build.0 = Debug|ARM64 + {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|x64.ActiveCfg = Debug|x64 + {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|x64.Build.0 = Debug|x64 + {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|x86.ActiveCfg = Debug|Win32 + {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|x86.Build.0 = Debug|Win32 + {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|ARM.ActiveCfg = Release|ARM + {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|ARM.Build.0 = Release|ARM + {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|ARM64.ActiveCfg = Release|ARM64 + {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|ARM64.Build.0 = Release|ARM64 + {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|x64.ActiveCfg = Release|x64 + {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|x64.Build.0 = Release|x64 + {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|x86.ActiveCfg = Release|Win32 + {73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {9867EAFF-5155-4EB2-8394-24DD3CCF64E3} + EndGlobalSection +EndGlobal diff --git a/setter/projects/vs2019/fssetter/fssetter.vcxproj b/setter/projects/vs2019/fssetter/fssetter.vcxproj new file mode 100644 index 0000000..80b75c1 --- /dev/null +++ b/setter/projects/vs2019/fssetter/fssetter.vcxproj @@ -0,0 +1,320 @@ + + + + + Debug + ARM + + + Debug + ARM64 + + + Debug + Win32 + + + Release + ARM + + + Release + ARM64 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + + + + + + + + + + + + + + + + + + + + + + + + 16.0 + {73A35D73-1481-4DA7-AB46-789CC815B5DB} + fssetter + 10.0 + + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + Application + true + v142 + Unicode + + + Application + true + v142 + Unicode + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + Application + false + v142 + true + Unicode + + + Application + false + v142 + true + Unicode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + $(ProjectName)-$(Platform)-vs2019 + + + true + $(ProjectName)-$(Platform)-vs2019 + + + true + $(ProjectName)-$(Platform)-vs2019 + + + true + $(ProjectName)-$(Platform)-vs2019 + + + false + $(ProjectName)-$(Platform)-vs2019 + true + true + + + false + $(ProjectName)-$(Platform)-vs2019 + true + true + + + false + $(ProjectName)-$(Platform)-vs2019 + true + true + + + false + $(ProjectName)-$(Platform)-vs2019 + true + true + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + 4996 + MultiThreadedDebug + + + Console + true + + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + 4996 + MultiThreadedDebug + + + Console + true + + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + 4996 + MultiThreadedDebug + + + Console + true + + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + 4996 + MultiThreadedDebug + + + Console + true + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + 4996 + MultiThreaded + + + Console + true + true + true + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + 4996 + MultiThreaded + + + Console + true + true + true + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + 4996 + MultiThreaded + + + Console + true + true + true + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + 4996 + MultiThreaded + + + Console + true + true + true + + + + + + \ No newline at end of file diff --git a/setter/projects/vs2019/fssetter/fssetter.vcxproj.filters b/setter/projects/vs2019/fssetter/fssetter.vcxproj.filters new file mode 100644 index 0000000..7cece49 --- /dev/null +++ b/setter/projects/vs2019/fssetter/fssetter.vcxproj.filters @@ -0,0 +1,78 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;c++;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + \ No newline at end of file