diff --git a/build/stdex.vcxproj b/build/stdex-10.0.vcxproj similarity index 64% rename from build/stdex.vcxproj rename to build/stdex-10.0.vcxproj index 0f0f2679f..8b495e0b5 100644 --- a/build/stdex.vcxproj +++ b/build/stdex-10.0.vcxproj @@ -18,22 +18,6 @@ x64 - - - Create - Create - Create - Create - - - - - - - - - - {518777CC-0A59-4415-A12A-82751ED75343} stdex @@ -66,41 +50,21 @@ - - - - - - - - - - $(ProjectName)$(stdexVersion)ud_vc$(PlatformToolsetVersion) - - - $(ProjectName)$(stdexVersion)ud_vc$(PlatformToolsetVersion)_$(Platform) - - - $(ProjectName)$(stdexVersion)u_vc$(PlatformToolsetVersion) - - - $(ProjectName)$(stdexVersion)u_vc$(PlatformToolsetVersion)_$(Platform) - diff --git a/build/stdex.vcxproj.filters b/build/stdex-10.0.vcxproj.filters similarity index 100% rename from build/stdex.vcxproj.filters rename to build/stdex-10.0.vcxproj.filters diff --git a/build/stdex-15.0.vcxproj b/build/stdex-15.0.vcxproj new file mode 100644 index 000000000..c9a53a469 --- /dev/null +++ b/build/stdex-15.0.vcxproj @@ -0,0 +1,76 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {518777CC-0A59-4415-A12A-82751ED75343} + stdex + 10.0.17134.0 + + + + DynamicLibrary + true + Unicode + v141 + + + DynamicLibrary + true + Unicode + v141 + + + DynamicLibrary + false + true + Unicode + v141 + + + DynamicLibrary + false + true + Unicode + v141 + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/stdex-15.0.vcxproj.filters b/build/stdex-15.0.vcxproj.filters new file mode 100644 index 000000000..ba311b556 --- /dev/null +++ b/build/stdex-15.0.vcxproj.filters @@ -0,0 +1,38 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;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 + + + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + + + Resource Files + + + \ No newline at end of file diff --git a/build/stdex.props b/build/stdex.props index 00a2cb8ec..2e00f23c8 100644 --- a/build/stdex.props +++ b/build/stdex.props @@ -1,12 +1,27 @@  - + + + + 10 ..\..\..\output\$(Platform).$(Configuration)\ + + stdex$(stdexVersion)ud_vc$(PlatformToolsetVersion) + + + stdex$(stdexVersion)ud_vc$(PlatformToolsetVersion)_$(Platform) + + + stdex$(stdexVersion)u_vc$(PlatformToolsetVersion) + + + stdex$(stdexVersion)u_vc$(PlatformToolsetVersion)_$(Platform) + STDEX;%(PreprocessorDefinitions) @@ -17,4 +32,17 @@ $(stdexVersion) + + + Create + + + + + + + + + + \ No newline at end of file