<?xml version="1.0" encoding="utf-8"?>
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<ItemGroup Label="ProjectConfigurations">
|
<ProjectConfiguration Include="Debug|Win32">
|
<Configuration>Debug</Configuration>
|
<Platform>Win32</Platform>
|
</ProjectConfiguration>
|
<ProjectConfiguration Include="Release|Win32">
|
<Configuration>Release</Configuration>
|
<Platform>Win32</Platform>
|
</ProjectConfiguration>
|
<ProjectConfiguration Include="Debug|x64">
|
<Configuration>Debug</Configuration>
|
<Platform>x64</Platform>
|
</ProjectConfiguration>
|
<ProjectConfiguration Include="Release|x64">
|
<Configuration>Release</Configuration>
|
<Platform>x64</Platform>
|
</ProjectConfiguration>
|
</ItemGroup>
|
<PropertyGroup Label="Globals">
|
<VCProjectVersion>16.0</VCProjectVersion>
|
<Keyword>Win32Proj</Keyword>
|
<ProjectGuid>{e145394e-ff3e-4c4a-b76e-19c4e70153af}</ProjectGuid>
|
<RootNamespace>加贝控制中心</RootNamespace>
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
<ProjectName>加贝控制中心</ProjectName>
|
</PropertyGroup>
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
<ConfigurationType>Application</ConfigurationType>
|
<UseDebugLibraries>true</UseDebugLibraries>
|
<PlatformToolset>v143</PlatformToolset>
|
<CharacterSet>Unicode</CharacterSet>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
<ConfigurationType>Application</ConfigurationType>
|
<UseDebugLibraries>false</UseDebugLibraries>
|
<PlatformToolset>v143</PlatformToolset>
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
<CharacterSet>Unicode</CharacterSet>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
<ConfigurationType>Application</ConfigurationType>
|
<UseDebugLibraries>true</UseDebugLibraries>
|
<PlatformToolset>v143</PlatformToolset>
|
<CharacterSet>Unicode</CharacterSet>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
<ConfigurationType>Application</ConfigurationType>
|
<UseDebugLibraries>false</UseDebugLibraries>
|
<PlatformToolset>v143</PlatformToolset>
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
<CharacterSet>Unicode</CharacterSet>
|
</PropertyGroup>
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<ImportGroup Label="ExtensionSettings">
|
</ImportGroup>
|
<ImportGroup Label="Shared">
|
</ImportGroup>
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
</ImportGroup>
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
</ImportGroup>
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
</ImportGroup>
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
</ImportGroup>
|
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<LinkIncremental>true</LinkIncremental>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
<LinkIncremental>false</LinkIncremental>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<LinkIncremental>true</LinkIncremental>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<LinkIncremental>false</LinkIncremental>
|
</PropertyGroup>
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<ClCompile>
|
<WarningLevel>Level3</WarningLevel>
|
<SDLCheck>true</SDLCheck>
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<ConformanceMode>true</ConformanceMode>
|
</ClCompile>
|
<Link>
|
<SubSystem>Console</SubSystem>
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
<ClCompile>
|
<WarningLevel>Level3</WarningLevel>
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
<SDLCheck>true</SDLCheck>
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<ConformanceMode>true</ConformanceMode>
|
</ClCompile>
|
<Link>
|
<SubSystem>Console</SubSystem>
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
<OptimizeReferences>true</OptimizeReferences>
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
</Link>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<ClCompile>
|
<WarningLevel>Level3</WarningLevel>
|
<SDLCheck>true</SDLCheck>
|
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<ConformanceMode>true</ConformanceMode>
|
</ClCompile>
|
<Link>
|
<SubSystem>Console</SubSystem>
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
</Link>
|
<PostBuildEvent>
|
<Command>
|
</Command>
|
</PostBuildEvent>
|
</ItemDefinitionGroup>
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<ClCompile>
|
<WarningLevel>Level3</WarningLevel>
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
<SDLCheck>false</SDLCheck>
|
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<ConformanceMode>true</ConformanceMode>
|
<AdditionalIncludeDirectories>..\lib_config\include;..\wxWidgets-3.2.4\include;..\wxWidgets-3.2.4\include\msvc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
</ClCompile>
|
<Link>
|
<SubSystem>Windows</SubSystem>
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
<OptimizeReferences>true</OptimizeReferences>
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
<AdditionalLibraryDirectories>..\lib_config\x64;..\wxWidgets-3.2.4\lib\vc_x64_lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
<AdditionalDependencies>libconfig++.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
</Link>
|
<PostBuildEvent>
|
<Command>
|
</Command>
|
</PostBuildEvent>
|
</ItemDefinitionGroup>
|
<ItemGroup>
|
<ClInclude Include="..\backward-cpp\backward.hpp" />
|
<ClInclude Include="..\common_nopch\ConfigUtil.h" />
|
<ClInclude Include="..\common_nopch\md5.h" />
|
<ClInclude Include="..\common_nopch\NetworkApi.h" />
|
<ClInclude Include="..\common_nopch\SocketManager.h" />
|
<ClInclude Include="..\common_nopch\StringUtil.h" />
|
<ClInclude Include="..\common_nopch\TimeUtil.h" />
|
<ClInclude Include="..\common_nopch\WidgetsRenderUtil.h" />
|
<ClInclude Include="..\common_nopch\Win32Util.h" />
|
<ClInclude Include="common.h" />
|
<ClInclude Include="DataStruct.h" />
|
<ClInclude Include="MainFrame.h" />
|
<ClInclude Include="MyConfigUtil.h" />
|
<ClInclude Include="MyNetworkApi.h" />
|
<ClInclude Include="TradeQueueFrame.h" />
|
<ClInclude Include="TradeQueueListControl.h" />
|
</ItemGroup>
|
<ItemGroup>
|
<ClCompile Include="..\backward-cpp\backward.cpp" />
|
<ClCompile Include="..\common_nopch\ConfigUtil.cpp" />
|
<ClCompile Include="..\common_nopch\md5.cpp" />
|
<ClCompile Include="..\common_nopch\NetworkApi.cpp" />
|
<ClCompile Include="..\common_nopch\SocketManager.cpp" />
|
<ClCompile Include="..\common_nopch\WidgetsRenderUtil.cpp" />
|
<ClCompile Include="..\common_nopch\Win32Util.cpp" />
|
<ClCompile Include="main.cpp" />
|
<ClCompile Include="MainFrame.cpp" />
|
<ClCompile Include="MyConfigUtil.cpp" />
|
<ClCompile Include="MyNetworkApi.cpp" />
|
<ClCompile Include="TradeQueueFrame.cpp" />
|
<ClCompile Include="TradeQueueListControl.cpp" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="packages.config" />
|
</ItemGroup>
|
<ItemGroup>
|
<Image Include="icon.ico" />
|
</ItemGroup>
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<ImportGroup Label="ExtensionTargets">
|
<Import Project="..\packages\tencent.rapidjson.1.1.1\build\tencent.rapidjson.targets" Condition="Exists('..\packages\tencent.rapidjson.1.1.1\build\tencent.rapidjson.targets')" />
|
</ImportGroup>
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
<PropertyGroup>
|
<ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
|
</PropertyGroup>
|
<Error Condition="!Exists('..\packages\tencent.rapidjson.1.1.1\build\tencent.rapidjson.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\tencent.rapidjson.1.1.1\build\tencent.rapidjson.targets'))" />
|
</Target>
|
</Project>
|