[2] | 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="Debug|x64"> |
---|
| 9 | <Configuration>Debug</Configuration> |
---|
| 10 | <Platform>x64</Platform> |
---|
| 11 | </ProjectConfiguration> |
---|
| 12 | <ProjectConfiguration Include="Release|Win32"> |
---|
| 13 | <Configuration>Release</Configuration> |
---|
| 14 | <Platform>Win32</Platform> |
---|
| 15 | </ProjectConfiguration> |
---|
| 16 | <ProjectConfiguration Include="Release|x64"> |
---|
| 17 | <Configuration>Release</Configuration> |
---|
| 18 | <Platform>x64</Platform> |
---|
| 19 | </ProjectConfiguration> |
---|
| 20 | </ItemGroup> |
---|
| 21 | <PropertyGroup Label="Globals"> |
---|
| 22 | <ProjectName>TAppCommon</ProjectName> |
---|
| 23 | <ProjectGuid>{D1E8A1C2-15DB-4C94-80E8-4F70CF0A2DC5}</ProjectGuid> |
---|
| 24 | <RootNamespace>TAppCommon</RootNamespace> |
---|
| 25 | <Keyword>Win32Proj</Keyword> |
---|
| 26 | </PropertyGroup> |
---|
| 27 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
---|
| 28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
---|
| 29 | <ConfigurationType>StaticLibrary</ConfigurationType> |
---|
| 30 | <CharacterSet>MultiByte</CharacterSet> |
---|
| 31 | <WholeProgramOptimization>true</WholeProgramOptimization> |
---|
| 32 | </PropertyGroup> |
---|
| 33 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
---|
| 34 | <ConfigurationType>StaticLibrary</ConfigurationType> |
---|
| 35 | <CharacterSet>MultiByte</CharacterSet> |
---|
| 36 | </PropertyGroup> |
---|
| 37 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
---|
| 38 | <ConfigurationType>StaticLibrary</ConfigurationType> |
---|
| 39 | <CharacterSet>MultiByte</CharacterSet> |
---|
| 40 | <WholeProgramOptimization>true</WholeProgramOptimization> |
---|
| 41 | </PropertyGroup> |
---|
| 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
---|
| 43 | <ConfigurationType>StaticLibrary</ConfigurationType> |
---|
| 44 | <CharacterSet>MultiByte</CharacterSet> |
---|
| 45 | </PropertyGroup> |
---|
| 46 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
---|
| 47 | <ImportGroup Label="ExtensionSettings"> |
---|
| 48 | </ImportGroup> |
---|
| 49 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
---|
| 50 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
| 51 | </ImportGroup> |
---|
| 52 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
---|
| 53 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
| 54 | </ImportGroup> |
---|
| 55 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
---|
| 56 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
| 57 | </ImportGroup> |
---|
| 58 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
---|
| 59 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
| 60 | </ImportGroup> |
---|
| 61 | <PropertyGroup Label="UserMacros" /> |
---|
| 62 | <PropertyGroup> |
---|
| 63 | <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> |
---|
| 64 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\vc9\$(Platform)\$(Configuration)\$(RootNamespace)\</OutDir> |
---|
| 65 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\vc9\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> |
---|
| 66 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\vc9\$(Platform)\$(Configuration)\$(RootNamespace)\</OutDir> |
---|
| 67 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\vc9\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> |
---|
| 68 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\vc9\$(Platform)\$(Configuration)\$(RootNamespace)\</OutDir> |
---|
| 69 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\vc9\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> |
---|
| 70 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\vc9\$(Platform)\$(Configuration)\$(RootNamespace)\</OutDir> |
---|
| 71 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\vc9\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> |
---|
| 72 | </PropertyGroup> |
---|
| 73 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
---|
| 74 | <ClCompile> |
---|
| 75 | <Optimization>Disabled</Optimization> |
---|
| 76 | <AdditionalIncludeDirectories>$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
| 77 | <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
| 78 | <MinimalRebuild>true</MinimalRebuild> |
---|
| 79 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
---|
| 80 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
---|
| 81 | <WarningLevel>Level3</WarningLevel> |
---|
| 82 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
---|
| 83 | </ClCompile> |
---|
| 84 | </ItemDefinitionGroup> |
---|
| 85 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
---|
| 86 | <Midl> |
---|
| 87 | <TargetEnvironment>X64</TargetEnvironment> |
---|
| 88 | </Midl> |
---|
| 89 | <ClCompile> |
---|
| 90 | <Optimization>Disabled</Optimization> |
---|
| 91 | <AdditionalIncludeDirectories>$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
| 92 | <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
| 93 | <MinimalRebuild>true</MinimalRebuild> |
---|
| 94 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
---|
| 95 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
---|
| 96 | <WarningLevel>Level3</WarningLevel> |
---|
| 97 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
---|
| 98 | </ClCompile> |
---|
| 99 | </ItemDefinitionGroup> |
---|
| 100 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
---|
| 101 | <ClCompile> |
---|
| 102 | <Optimization>MaxSpeed</Optimization> |
---|
| 103 | <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
---|
| 104 | <IntrinsicFunctions>false</IntrinsicFunctions> |
---|
| 105 | <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
---|
| 106 | <AdditionalIncludeDirectories>$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
| 107 | <PreprocessorDefinitions>WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
| 108 | <StringPooling>true</StringPooling> |
---|
| 109 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
---|
| 110 | <FunctionLevelLinking>true</FunctionLevelLinking> |
---|
| 111 | <WarningLevel>Level3</WarningLevel> |
---|
| 112 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
---|
| 113 | </ClCompile> |
---|
| 114 | </ItemDefinitionGroup> |
---|
| 115 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
---|
| 116 | <Midl> |
---|
| 117 | <TargetEnvironment>X64</TargetEnvironment> |
---|
| 118 | </Midl> |
---|
| 119 | <ClCompile> |
---|
| 120 | <Optimization>MaxSpeed</Optimization> |
---|
| 121 | <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
---|
| 122 | <IntrinsicFunctions>false</IntrinsicFunctions> |
---|
| 123 | <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
---|
| 124 | <AdditionalIncludeDirectories>$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
| 125 | <PreprocessorDefinitions>WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
| 126 | <StringPooling>true</StringPooling> |
---|
| 127 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
---|
| 128 | <FunctionLevelLinking>true</FunctionLevelLinking> |
---|
| 129 | <WarningLevel>Level3</WarningLevel> |
---|
| 130 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
---|
| 131 | </ClCompile> |
---|
| 132 | </ItemDefinitionGroup> |
---|
| 133 | <ItemGroup> |
---|
| 134 | <ClCompile Include="..\..\source\Lib\TAppCommon\program_options_lite.cpp" /> |
---|
| 135 | </ItemGroup> |
---|
| 136 | <ItemGroup> |
---|
| 137 | <ClInclude Include="..\..\source\Lib\TAppCommon\program_options_lite.h" /> |
---|
| 138 | </ItemGroup> |
---|
| 139 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
---|
| 140 | <ImportGroup Label="ExtensionTargets"> |
---|
| 141 | </ImportGroup> |
---|
| 142 | </Project> |
---|