diff --git a/ZRColaInstall/ZRColaInstall.props b/ZRColaInstall/ZRColaInstall.props index 984f794..a61fc2c 100644 --- a/ZRColaInstall/ZRColaInstall.props +++ b/ZRColaInstall/ZRColaInstall.props @@ -17,5 +17,27 @@ true - + + + MultiThreadedDebug + + + + + MultiThreaded + + + + + + Create + Create + + + + + + + + \ No newline at end of file diff --git a/ZRColaInstall/ZRColaInstallDe.vcxproj b/ZRColaInstall/ZRColaInstallDe.vcxproj new file mode 100644 index 0000000..ac45ed0 --- /dev/null +++ b/ZRColaInstall/ZRColaInstallDe.vcxproj @@ -0,0 +1,60 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {620D6AC0-C8FF-4185-B820-DB1503ACB95C} + Win32Proj + ZRColaInstallDe + + + + Application + true + Unicode + + + Application + false + true + Unicode + + + + + + + + + + + + + + + + + + + + ZRCOLA_INSTALL_LANG="De";%(PreprocessorDefinitions) + + + + + ZRCOLA_INSTALL_LANG="De";%(PreprocessorDefinitions) + + + + + + + \ No newline at end of file diff --git a/ZRColaInstall/ZRColaInstallDe.vcxproj.filters b/ZRColaInstall/ZRColaInstallDe.vcxproj.filters new file mode 100644 index 0000000..cd37c3b --- /dev/null +++ b/ZRColaInstall/ZRColaInstallDe.vcxproj.filters @@ -0,0 +1,35 @@ + + + + + {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 + + + Source Files + + + + + Header Files + + + + + Resource Files + + + \ No newline at end of file diff --git a/ZRColaInstall/ZRColaInstallEn.vcxproj b/ZRColaInstall/ZRColaInstallEn.vcxproj new file mode 100644 index 0000000..a22deff --- /dev/null +++ b/ZRColaInstall/ZRColaInstallEn.vcxproj @@ -0,0 +1,60 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {5BD95B95-38B0-4C7D-9471-F99CA1203DF4} + Win32Proj + ZRColaInstallEn + + + + Application + true + Unicode + + + Application + false + true + Unicode + + + + + + + + + + + + + + + + + + + + ZRCOLA_INSTALL_LANG="En";%(PreprocessorDefinitions) + + + + + ZRCOLA_INSTALL_LANG="En";%(PreprocessorDefinitions) + + + + + + + \ No newline at end of file diff --git a/ZRColaInstall/ZRColaInstallEn.vcxproj.filters b/ZRColaInstall/ZRColaInstallEn.vcxproj.filters new file mode 100644 index 0000000..cd37c3b --- /dev/null +++ b/ZRColaInstall/ZRColaInstallEn.vcxproj.filters @@ -0,0 +1,35 @@ + + + + + {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 + + + Source Files + + + + + Header Files + + + + + Resource Files + + + \ No newline at end of file diff --git a/ZRColaInstall/ZRColaInstallRu.vcxproj b/ZRColaInstall/ZRColaInstallRu.vcxproj new file mode 100644 index 0000000..51ee67a --- /dev/null +++ b/ZRColaInstall/ZRColaInstallRu.vcxproj @@ -0,0 +1,60 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {2551B561-5E5B-497E-AE01-11519F91EF19} + Win32Proj + ZRColaInstallRu + + + + Application + true + Unicode + + + Application + false + true + Unicode + + + + + + + + + + + + + + + + + + + + ZRCOLA_INSTALL_LANG="Ru";%(PreprocessorDefinitions) + + + + + ZRCOLA_INSTALL_LANG="Ru";%(PreprocessorDefinitions) + + + + + + + \ No newline at end of file diff --git a/ZRColaInstall/ZRColaInstallRu.vcxproj.filters b/ZRColaInstall/ZRColaInstallRu.vcxproj.filters new file mode 100644 index 0000000..cd37c3b --- /dev/null +++ b/ZRColaInstall/ZRColaInstallRu.vcxproj.filters @@ -0,0 +1,35 @@ + + + + + {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 + + + Source Files + + + + + Header Files + + + + + Resource Files + + + \ No newline at end of file diff --git a/ZRColaInstall/ZRColaInstallSl.vcxproj b/ZRColaInstall/ZRColaInstallSl.vcxproj index aa60eca..d471330 100644 --- a/ZRColaInstall/ZRColaInstallSl.vcxproj +++ b/ZRColaInstall/ZRColaInstallSl.vcxproj @@ -13,7 +13,7 @@ {0C2C89C2-C96B-41B6-AA99-7E7741E20F3A} Win32Proj - ZRColaInstall + ZRColaInstallSl @@ -46,28 +46,14 @@ ZRCOLA_INSTALL_LANG="Sl";%(PreprocessorDefinitions) - MultiThreadedDebug ZRCOLA_INSTALL_LANG="Sl";%(PreprocessorDefinitions) - MultiThreaded - - - - Create - Create - - - - - - - - + diff --git a/ZRColaUtils.sln b/ZRColaUtils.sln index 58c26a9..4df107a 100644 --- a/ZRColaUtils.sln +++ b/ZRColaUtils.sln @@ -22,6 +22,12 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ZRColaInstall", "ZRColaInst EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZRColaInstallSl", "ZRColaInstall\ZRColaInstallSl.vcxproj", "{0C2C89C2-C96B-41B6-AA99-7E7741E20F3A}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZRColaInstallDe", "ZRColaInstall\ZRColaInstallDe.vcxproj", "{620D6AC0-C8FF-4185-B820-DB1503ACB95C}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZRColaInstallEn", "ZRColaInstall\ZRColaInstallEn.vcxproj", "{5BD95B95-38B0-4C7D-9471-F99CA1203DF4}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZRColaInstallRu", "ZRColaInstall\ZRColaInstallRu.vcxproj", "{2551B561-5E5B-497E-AE01-11519F91EF19}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -74,6 +80,24 @@ Global {0C2C89C2-C96B-41B6-AA99-7E7741E20F3A}.Release|Win32.ActiveCfg = Release|Win32 {0C2C89C2-C96B-41B6-AA99-7E7741E20F3A}.Release|Win32.Build.0 = Release|Win32 {0C2C89C2-C96B-41B6-AA99-7E7741E20F3A}.Release|x64.ActiveCfg = Release|Win32 + {620D6AC0-C8FF-4185-B820-DB1503ACB95C}.Debug|Win32.ActiveCfg = Debug|Win32 + {620D6AC0-C8FF-4185-B820-DB1503ACB95C}.Debug|Win32.Build.0 = Debug|Win32 + {620D6AC0-C8FF-4185-B820-DB1503ACB95C}.Debug|x64.ActiveCfg = Debug|Win32 + {620D6AC0-C8FF-4185-B820-DB1503ACB95C}.Release|Win32.ActiveCfg = Release|Win32 + {620D6AC0-C8FF-4185-B820-DB1503ACB95C}.Release|Win32.Build.0 = Release|Win32 + {620D6AC0-C8FF-4185-B820-DB1503ACB95C}.Release|x64.ActiveCfg = Release|Win32 + {5BD95B95-38B0-4C7D-9471-F99CA1203DF4}.Debug|Win32.ActiveCfg = Debug|Win32 + {5BD95B95-38B0-4C7D-9471-F99CA1203DF4}.Debug|Win32.Build.0 = Debug|Win32 + {5BD95B95-38B0-4C7D-9471-F99CA1203DF4}.Debug|x64.ActiveCfg = Debug|Win32 + {5BD95B95-38B0-4C7D-9471-F99CA1203DF4}.Release|Win32.ActiveCfg = Release|Win32 + {5BD95B95-38B0-4C7D-9471-F99CA1203DF4}.Release|Win32.Build.0 = Release|Win32 + {5BD95B95-38B0-4C7D-9471-F99CA1203DF4}.Release|x64.ActiveCfg = Release|Win32 + {2551B561-5E5B-497E-AE01-11519F91EF19}.Debug|Win32.ActiveCfg = Debug|Win32 + {2551B561-5E5B-497E-AE01-11519F91EF19}.Debug|Win32.Build.0 = Debug|Win32 + {2551B561-5E5B-497E-AE01-11519F91EF19}.Debug|x64.ActiveCfg = Debug|Win32 + {2551B561-5E5B-497E-AE01-11519F91EF19}.Release|Win32.ActiveCfg = Release|Win32 + {2551B561-5E5B-497E-AE01-11519F91EF19}.Release|Win32.Build.0 = Release|Win32 + {2551B561-5E5B-497E-AE01-11519F91EF19}.Release|x64.ActiveCfg = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -84,5 +108,8 @@ Global {518777CC-0A59-4415-A12A-82751ED75343} = {A7D28E0C-BB96-444D-AAB0-F22A6483FE5F} {C0A84BD2-3870-4CD6-B281-0AB322E3C579} = {A7D28E0C-BB96-444D-AAB0-F22A6483FE5F} {0C2C89C2-C96B-41B6-AA99-7E7741E20F3A} = {7F5D45A3-B3D2-4B1D-B258-9B83395786E6} + {620D6AC0-C8FF-4185-B820-DB1503ACB95C} = {7F5D45A3-B3D2-4B1D-B258-9B83395786E6} + {5BD95B95-38B0-4C7D-9471-F99CA1203DF4} = {7F5D45A3-B3D2-4B1D-B258-9B83395786E6} + {2551B561-5E5B-497E-AE01-11519F91EF19} = {7F5D45A3-B3D2-4B1D-B258-9B83395786E6} EndGlobalSection EndGlobal