ConfigEditor.vcxproj 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <ItemGroup>
  22. <ClCompile Include="main.cpp" />
  23. </ItemGroup>
  24. <PropertyGroup Label="Globals">
  25. <ProjectGuid>{1ef64c4f-fdb8-4c8e-9d85-b71937ddcadd}</ProjectGuid>
  26. <Keyword>Win32Proj</Keyword>
  27. <RootNamespace>ConfigEditor</RootNamespace>
  28. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  29. </PropertyGroup>
  30. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  31. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  32. <ConfigurationType>Application</ConfigurationType>
  33. <UseDebugLibraries>true</UseDebugLibraries>
  34. <PlatformToolset>v141</PlatformToolset>
  35. <CharacterSet>MultiByte</CharacterSet>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  38. <ConfigurationType>Application</ConfigurationType>
  39. <UseDebugLibraries>false</UseDebugLibraries>
  40. <PlatformToolset>v141</PlatformToolset>
  41. <WholeProgramOptimization>true</WholeProgramOptimization>
  42. <CharacterSet>MultiByte</CharacterSet>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  45. <ConfigurationType>Application</ConfigurationType>
  46. <UseDebugLibraries>true</UseDebugLibraries>
  47. <PlatformToolset>v143</PlatformToolset>
  48. <CharacterSet>MultiByte</CharacterSet>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  51. <ConfigurationType>Application</ConfigurationType>
  52. <UseDebugLibraries>false</UseDebugLibraries>
  53. <PlatformToolset>v143</PlatformToolset>
  54. <WholeProgramOptimization>true</WholeProgramOptimization>
  55. <CharacterSet>MultiByte</CharacterSet>
  56. </PropertyGroup>
  57. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  58. <ImportGroup Label="ExtensionSettings">
  59. </ImportGroup>
  60. <ImportGroup Label="Shared">
  61. </ImportGroup>
  62. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  63. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  64. </ImportGroup>
  65. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  66. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  67. </ImportGroup>
  68. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  69. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  70. </ImportGroup>
  71. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  72. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  73. </ImportGroup>
  74. <PropertyGroup Label="UserMacros" />
  75. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  76. <LinkIncremental>true</LinkIncremental>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  79. <LinkIncremental>true</LinkIncremental>
  80. <IncludePath>..\..\..\..\..\Allgemein\Framework;..\FactoryCraft;..\..\..\..\..\Allgemein\Network\Network;..\..\..\..\..\Allgemein\Network;$(IncludePath)</IncludePath>
  81. <LibraryPath>..\..\..\..\..\Allgemein\Framework\x64\debug;..\..\..\..\..\Allgemein\Network\x64\debug;$(LibraryPath)</LibraryPath>
  82. <SourcePath>..\FactoryCraft;$(SourcePath)</SourcePath>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  85. <LinkIncremental>false</LinkIncremental>
  86. <IncludePath>..\..\Framework;$(IncludePath)</IncludePath>
  87. <LibraryPath>..\..\Framework\Release;$(LibraryPath)</LibraryPath>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  90. <LinkIncremental>false</LinkIncremental>
  91. <IncludePath>..\..\..\..\..\Allgemein\Framework;..\FactoryCraft;..\..\..\..\..\Allgemein\Network\Network;..\..\..\..\..\Allgemein\Network;$(IncludePath)</IncludePath>
  92. <LibraryPath>..\..\..\..\..\Allgemein\Framework\x64\release;..\..\..\..\..\Allgemein\Network\x64\release;$(LibraryPath)</LibraryPath>
  93. <SourcePath>..\FactoryCraft;$(SourcePath)</SourcePath>
  94. </PropertyGroup>
  95. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  96. <ClCompile>
  97. <PrecompiledHeader>
  98. </PrecompiledHeader>
  99. <WarningLevel>Level3</WarningLevel>
  100. <Optimization>Disabled</Optimization>
  101. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  102. </ClCompile>
  103. <Link>
  104. <SubSystem>Windows</SubSystem>
  105. <GenerateDebugInformation>true</GenerateDebugInformation>
  106. <AdditionalDependencies>Framework.lib;%(AdditionalDependencies)</AdditionalDependencies>
  107. </Link>
  108. </ItemDefinitionGroup>
  109. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  110. <ClCompile>
  111. <PrecompiledHeader>
  112. </PrecompiledHeader>
  113. <WarningLevel>Level3</WarningLevel>
  114. <Optimization>Disabled</Optimization>
  115. <PreprocessorDefinitions>_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  116. <LanguageStandard>stdcpp20</LanguageStandard>
  117. </ClCompile>
  118. <Link>
  119. <SubSystem>Windows</SubSystem>
  120. <GenerateDebugInformation>true</GenerateDebugInformation>
  121. <AdditionalDependencies>Framework.lib;%(AdditionalDependencies)</AdditionalDependencies>
  122. </Link>
  123. <CustomBuildStep>
  124. <Command>copy ..\..\..\..\..\Allgemein\Network\x64\debug\Network.dll Network.dll
  125. copy ..\..\..\..\..\Allgemein\Framework\x64\debug\Framework.dll Framework.dll</Command>
  126. </CustomBuildStep>
  127. <CustomBuildStep>
  128. <Outputs>kopieren...;%(Outputs)</Outputs>
  129. </CustomBuildStep>
  130. </ItemDefinitionGroup>
  131. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  132. <ClCompile>
  133. <WarningLevel>Level3</WarningLevel>
  134. <PrecompiledHeader>
  135. </PrecompiledHeader>
  136. <Optimization>MaxSpeed</Optimization>
  137. <FunctionLevelLinking>true</FunctionLevelLinking>
  138. <IntrinsicFunctions>true</IntrinsicFunctions>
  139. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  140. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  141. </ClCompile>
  142. <Link>
  143. <SubSystem>Windows</SubSystem>
  144. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  145. <OptimizeReferences>true</OptimizeReferences>
  146. <GenerateDebugInformation>true</GenerateDebugInformation>
  147. <AdditionalDependencies>Framework.lib;%(AdditionalDependencies)</AdditionalDependencies>
  148. </Link>
  149. <CustomBuildStep>
  150. </CustomBuildStep>
  151. <CustomBuildStep>
  152. <Outputs>kopieren...;%(Outputs)</Outputs>
  153. </CustomBuildStep>
  154. </ItemDefinitionGroup>
  155. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  156. <ClCompile>
  157. <WarningLevel>Level3</WarningLevel>
  158. <PrecompiledHeader>
  159. </PrecompiledHeader>
  160. <Optimization>MaxSpeed</Optimization>
  161. <FunctionLevelLinking>true</FunctionLevelLinking>
  162. <IntrinsicFunctions>true</IntrinsicFunctions>
  163. <PreprocessorDefinitions>NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  164. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  165. <LanguageStandard>stdcpp20</LanguageStandard>
  166. </ClCompile>
  167. <Link>
  168. <SubSystem>Windows</SubSystem>
  169. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  170. <OptimizeReferences>true</OptimizeReferences>
  171. <GenerateDebugInformation>true</GenerateDebugInformation>
  172. <AdditionalDependencies>Framework.lib;Network.lib;%(AdditionalDependencies)</AdditionalDependencies>
  173. </Link>
  174. <CustomBuildStep>
  175. </CustomBuildStep>
  176. <CustomBuildStep>
  177. <Outputs>kopieren...;%(Outputs)</Outputs>
  178. <Command>copy ..\..\..\..\..\Allgemein\Network\x64\release\Network.dll Network.dll
  179. copy ..\..\..\..\..\Allgemein\Framework\x64\release\Framework.dll Framework.dll</Command>
  180. </CustomBuildStep>
  181. </ItemDefinitionGroup>
  182. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  183. <ImportGroup Label="ExtensionTargets">
  184. </ImportGroup>
  185. </Project>