From fdc0d28ab7d0d54449aded9b3ffab8dc57d50bad Mon Sep 17 00:00:00 2001 From: Brady McDermott Date: Tue, 30 Jul 2024 22:19:58 -0600 Subject: [PATCH] fix output dir --- ProgMgr/ProgMgr.vcxproj | 201 ++++++++++++++++++++++++++++++++ ProgMgr/ProgMgr.vcxproj.filters | 84 +++++++++++++ 2 files changed, 285 insertions(+) create mode 100644 ProgMgr/ProgMgr.vcxproj create mode 100644 ProgMgr/ProgMgr.vcxproj.filters diff --git a/ProgMgr/ProgMgr.vcxproj b/ProgMgr/ProgMgr.vcxproj new file mode 100644 index 0000000..b141fbe --- /dev/null +++ b/ProgMgr/ProgMgr.vcxproj @@ -0,0 +1,201 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + Win32Proj + {b76b940d-b61a-456e-8569-72f64cf91afb} + progmgr + 10.0 + + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)bin\$(Platform)\$(Configuration)\ + $(SolutionDir)bin\$(Platform)\$(Configuration)\$(ProjectName)\ + false + + + $(SolutionDir)bin\$(Platform)\$(Configuration)\ + $(SolutionDir)bin\$(Platform)\$(Configuration)\$(ProjectName)\ + false + + + $(SolutionDir)bin\$(Platform)\$(Configuration)\ + $(SolutionDir)bin\$(Platform)\$(Configuration)\$(ProjectName)\ + false + + + $(SolutionDir)bin\$(Platform)\$(Configuration)\ + $(SolutionDir)bin\$(Platform)\$(Configuration)\$(ProjectName)\ + false + + + + Level3 + true + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreadedDebug + + + Windows + true + $(OutDir)$(TargetName)$(TargetExt) + 5.02 + $(IntDir)$(TargetName)$(TargetExt).manifest + + + _DEBUG;%(PreprocessorDefinitions) + + + + + Level3 + true + true + true + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreaded + + + Windows + true + true + true + $(OutDir)$(TargetName)$(TargetExt) + 5.02 + $(IntDir)$(TargetName)$(TargetExt).manifest + + + + + Level3 + true + _DEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreadedDebug + + + Windows + true + $(OutDir)$(TargetName)$(TargetExt) + 5.02 + $(IntDir)$(TargetName)$(TargetExt).manifest + + + _DEBUG;%(PreprocessorDefinitions) + + + + + Level3 + true + true + true + NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreaded + + + Windows + true + true + true + $(OutDir)$(TargetName)$(TargetExt) + 5.02 + $(IntDir)$(TargetName)$(TargetExt).manifest + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ProgMgr/ProgMgr.vcxproj.filters b/ProgMgr/ProgMgr.vcxproj.filters new file mode 100644 index 0000000..0b86c3d --- /dev/null +++ b/ProgMgr/ProgMgr.vcxproj.filters @@ -0,0 +1,84 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;c++;cppm;ixx;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 + + + {71dbbd6d-c82a-4fac-a0ff-74be88190f82} + + + {2a11d118-5a5c-4681-86dc-31de4f0251ff} + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Resource Files + + + Resource Files\en-US + + + Resource Files\en-US + + + + + Resource Files + + + + + Resource Files + + + \ No newline at end of file