|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project DefaultTargets="Build" ToolsVersion="4.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 | + </ItemGroup> |
| 13 | + <PropertyGroup Label="Globals"> |
| 14 | + <ProjectName>example_executor_cpp_vs11</ProjectName> |
| 15 | + <ProjectGuid>{AC97D259-3231-4575-8CA5-BF9EF79B5A87}</ProjectGuid> |
| 16 | + <RootNamespace>example_executor_cpp_vs11</RootNamespace> |
| 17 | + </PropertyGroup> |
| 18 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 19 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 20 | + <ConfigurationType>Application</ConfigurationType> |
| 21 | + <UseOfMfc>false</UseOfMfc> |
| 22 | + <CharacterSet>MultiByte</CharacterSet> |
| 23 | + <PlatformToolset>v110</PlatformToolset> |
| 24 | + </PropertyGroup> |
| 25 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 26 | + <ConfigurationType>Application</ConfigurationType> |
| 27 | + <UseOfMfc>false</UseOfMfc> |
| 28 | + <CharacterSet>MultiByte</CharacterSet> |
| 29 | + <PlatformToolset>v110</PlatformToolset> |
| 30 | + </PropertyGroup> |
| 31 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 32 | + <ImportGroup Label="ExtensionSettings"> |
| 33 | + </ImportGroup> |
| 34 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
| 35 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" /> |
| 36 | + <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> |
| 37 | + </ImportGroup> |
| 38 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
| 39 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" /> |
| 40 | + <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> |
| 41 | + </ImportGroup> |
| 42 | + <PropertyGroup Label="UserMacros" /> |
| 43 | + <PropertyGroup> |
| 44 | + <_ProjectFileVersion>10.0.21006.1</_ProjectFileVersion> |
| 45 | + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)bin\debug\executor_cpp\</OutDir> |
| 46 | + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">debug\vs11\</IntDir> |
| 47 | + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> |
| 48 | + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)bin\release\executor_cpp\</OutDir> |
| 49 | + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">release\vs11\</IntDir> |
| 50 | + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> |
| 51 | + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">executor_cpp</TargetName> |
| 52 | + <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">executor_cpp</TargetName> |
| 53 | + </PropertyGroup> |
| 54 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 55 | + <Midl> |
| 56 | + <TypeLibraryName>.\Debug/executor_cpp.tlb</TypeLibraryName> |
| 57 | + </Midl> |
| 58 | + <ClCompile> |
| 59 | + <Optimization>Disabled</Optimization> |
| 60 | + <AdditionalIncludeDirectories>$(SolutionDir)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 61 | + <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 62 | + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 63 | + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| 64 | + <PrecompiledHeader> |
| 65 | + </PrecompiledHeader> |
| 66 | + <PrecompiledHeaderOutputFile>.\Debug/executor_cpp.pch</PrecompiledHeaderOutputFile> |
| 67 | + <AssemblerListingLocation>.\Debug/</AssemblerListingLocation> |
| 68 | + <ObjectFileName>.\Debug/</ObjectFileName> |
| 69 | + <ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName> |
| 70 | + <WarningLevel>Level3</WarningLevel> |
| 71 | + <SuppressStartupBanner>true</SuppressStartupBanner> |
| 72 | + <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
| 73 | + <CompileAs>Default</CompileAs> |
| 74 | + </ClCompile> |
| 75 | + <ResourceCompile> |
| 76 | + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 77 | + <Culture>0x0409</Culture> |
| 78 | + </ResourceCompile> |
| 79 | + <Link> |
| 80 | + <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> |
| 81 | + <AdditionalDependencies>quickfix.lib;ws2_32.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 82 | + <OutputFile>$(OutDir)$(TargetFileName)</OutputFile> |
| 83 | + <SuppressStartupBanner>true</SuppressStartupBanner> |
| 84 | + <AdditionalLibraryDirectories>$(SolutionDir)\lib\debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
| 85 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 86 | + <ProgramDatabaseFile>.\Debug/executor_cpp_debug.pdb</ProgramDatabaseFile> |
| 87 | + <SubSystem>Console</SubSystem> |
| 88 | + </Link> |
| 89 | + </ItemDefinitionGroup> |
| 90 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 91 | + <Midl> |
| 92 | + <TypeLibraryName>.\Release/executor_cpp.tlb</TypeLibraryName> |
| 93 | + </Midl> |
| 94 | + <ClCompile> |
| 95 | + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> |
| 96 | + <AdditionalIncludeDirectories>$(SolutionDir)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 97 | + <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 98 | + <StringPooling>true</StringPooling> |
| 99 | + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 100 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 101 | + <PrecompiledHeader> |
| 102 | + </PrecompiledHeader> |
| 103 | + <PrecompiledHeaderOutputFile>.\Release/executor_cpp.pch</PrecompiledHeaderOutputFile> |
| 104 | + <AssemblerListingLocation>.\Release/</AssemblerListingLocation> |
| 105 | + <ObjectFileName>.\Release/</ObjectFileName> |
| 106 | + <ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName> |
| 107 | + <WarningLevel>Level3</WarningLevel> |
| 108 | + <SuppressStartupBanner>true</SuppressStartupBanner> |
| 109 | + <CompileAs>Default</CompileAs> |
| 110 | + </ClCompile> |
| 111 | + <ResourceCompile> |
| 112 | + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 113 | + <Culture>0x0409</Culture> |
| 114 | + </ResourceCompile> |
| 115 | + <Link> |
| 116 | + <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> |
| 117 | + <AdditionalDependencies>quickfix.lib;ws2_32.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 118 | + <OutputFile>$(OutDir)$(TargetFileName)</OutputFile> |
| 119 | + <SuppressStartupBanner>true</SuppressStartupBanner> |
| 120 | + <AdditionalLibraryDirectories>$(SolutionDir)\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
| 121 | + <ProgramDatabaseFile>.\Release/executor_cpp.pdb</ProgramDatabaseFile> |
| 122 | + <SubSystem>Console</SubSystem> |
| 123 | + </Link> |
| 124 | + </ItemDefinitionGroup> |
| 125 | + <ItemGroup> |
| 126 | + <ClCompile Include="Application.cpp" /> |
| 127 | + <ClCompile Include="executor.cpp" /> |
| 128 | + </ItemGroup> |
| 129 | + <ItemGroup> |
| 130 | + <ClInclude Include="Application.h" /> |
| 131 | + </ItemGroup> |
| 132 | + <ItemGroup> |
| 133 | + <ProjectReference Include="..\..\..\src\C++\quickfix_vs11.vcxproj"> |
| 134 | + <Project>{d5d558ea-bbac-4862-a946-d3881bace3b7}</Project> |
| 135 | + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
| 136 | + </ProjectReference> |
| 137 | + </ItemGroup> |
| 138 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 139 | + <ImportGroup Label="ExtensionTargets"> |
| 140 | + </ImportGroup> |
| 141 | +</Project> |
0 commit comments