146 lines
7.6 KiB
XML
146 lines
7.6 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
<Project DefaultTargets="Build" ToolsVersion="4.0" 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>
|
|||
|
</ItemGroup>
|
|||
|
<PropertyGroup Label="Globals">
|
|||
|
<ProjectName>clientDemoStatic</ProjectName>
|
|||
|
<ProjectGuid>{0A8A179D-832B-44B2-829A-AB6E61BFF46E}</ProjectGuid>
|
|||
|
<RootNamespace>clientDemoStatic</RootNamespace>
|
|||
|
<Keyword>ManagedCProj</Keyword>
|
|||
|
</PropertyGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|||
|
<ConfigurationType>Application</ConfigurationType>
|
|||
|
<CharacterSet>MultiByte</CharacterSet>
|
|||
|
<CLRSupport>false</CLRSupport>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|||
|
<ConfigurationType>Application</ConfigurationType>
|
|||
|
<CharacterSet>MultiByte</CharacterSet>
|
|||
|
<CLRSupport>false</CLRSupport>
|
|||
|
<PlatformToolset>v100</PlatformToolset>
|
|||
|
</PropertyGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|||
|
<ImportGroup Label="ExtensionSettings">
|
|||
|
</ImportGroup>
|
|||
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|||
|
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
|
|||
|
</ImportGroup>
|
|||
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|||
|
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
|
|||
|
</ImportGroup>
|
|||
|
<PropertyGroup Label="UserMacros" />
|
|||
|
<PropertyGroup>
|
|||
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
|||
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\bin\</OutDir>
|
|||
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">../../obj/$(ProjectName)-$(Configuration)-VC10/</IntDir>
|
|||
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
|||
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\bin\</OutDir>
|
|||
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">../../obj/$(ProjectName)-$(Configuration)-VC10/</IntDir>
|
|||
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
|||
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">clientDemoStaticDebugVC10</TargetName>
|
|||
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectName)VC10</TargetName>
|
|||
|
</PropertyGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
<BuildLog>
|
|||
|
<Path>$(IntDir)$(ProjectName)BuildLog.htm</Path>
|
|||
|
</BuildLog>
|
|||
|
<ClCompile>
|
|||
|
<Optimization>Disabled</Optimization>
|
|||
|
<AdditionalIncludeDirectories>..\..\include;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
<PreprocessorDefinitions>WIN32;_DEBUG;ARIA_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<MinimalRebuild>false</MinimalRebuild>
|
|||
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|||
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|||
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|||
|
<PrecompiledHeader>
|
|||
|
</PrecompiledHeader>
|
|||
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|||
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|||
|
</ClCompile>
|
|||
|
<ProjectReference>
|
|||
|
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|||
|
</ProjectReference>
|
|||
|
<Link>
|
|||
|
<AdditionalDependencies>ArNetworkingStaticDebugVC10.lib;AriaStaticDebugVC10.lib;ws2_32.lib;winmm.lib;advapi32.lib</AdditionalDependencies>
|
|||
|
<OutputFile>$(OutDir)$(TargetFileName)</OutputFile>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
<AdditionalLibraryDirectories>..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|||
|
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|||
|
<AssemblyDebug>true</AssemblyDebug>
|
|||
|
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|||
|
<DataExecutionPrevention>
|
|||
|
</DataExecutionPrevention>
|
|||
|
<TargetMachine>NotSet</TargetMachine>
|
|||
|
</Link>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
<BuildLog>
|
|||
|
<Path>$(IntDir)$(ProjectName)BuildLog.htm</Path>
|
|||
|
</BuildLog>
|
|||
|
<ClCompile>
|
|||
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|||
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|||
|
<AdditionalIncludeDirectories>..\..\include;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
<PreprocessorDefinitions>WIN32;NDEBUG;ARIA_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<MinimalRebuild>false</MinimalRebuild>
|
|||
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|||
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|||
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|||
|
<PrecompiledHeader>
|
|||
|
</PrecompiledHeader>
|
|||
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|||
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|||
|
</ClCompile>
|
|||
|
<ProjectReference>
|
|||
|
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|||
|
</ProjectReference>
|
|||
|
<Link>
|
|||
|
<AdditionalDependencies>ArNetworkingStaticVC10.lib;AriaStaticVC10.lib;winmm.lib;ws2_32.lib;advapi32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|||
|
<OutputFile>$(OutDir)$(TargetFileName)</OutputFile>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
<AdditionalLibraryDirectories>..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|||
|
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|||
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|||
|
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|||
|
<DataExecutionPrevention>
|
|||
|
</DataExecutionPrevention>
|
|||
|
<ImportLibrary>
|
|||
|
</ImportLibrary>
|
|||
|
<TargetMachine>NotSet</TargetMachine>
|
|||
|
</Link>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Reference Include="mscorlib">
|
|||
|
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
|
|||
|
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
|
|||
|
</Reference>
|
|||
|
<Reference Include="System">
|
|||
|
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
|
|||
|
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
|
|||
|
</Reference>
|
|||
|
<Reference Include="System.Data">
|
|||
|
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
|
|||
|
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
|
|||
|
</Reference>
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ClCompile Include="clientDemo.cpp" />
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|||
|
<ImportGroup Label="ExtensionTargets">
|
|||
|
</ImportGroup>
|
|||
|
</Project>
|