| 1 |
sho1get |
13 |
<?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 |
|
|
<ProjectGuid>{D3091185-79C6-4A1B-BAE7-C1964CDA3CF4}</ProjectGuid> |
| 15 |
|
|
<RootNamespace>SocketX</RootNamespace> |
| 16 |
|
|
<Keyword>Win32Proj</Keyword> |
| 17 |
|
|
</PropertyGroup> |
| 18 |
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 19 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 20 |
|
|
<ConfigurationType>StaticLibrary</ConfigurationType> |
| 21 |
|
|
<UseOfMfc>Dynamic</UseOfMfc> |
| 22 |
|
|
<CharacterSet>Unicode</CharacterSet> |
| 23 |
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
| 24 |
|
|
</PropertyGroup> |
| 25 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 26 |
|
|
<ConfigurationType>StaticLibrary</ConfigurationType> |
| 27 |
|
|
<UseOfMfc>Dynamic</UseOfMfc> |
| 28 |
|
|
<CharacterSet>Unicode</CharacterSet> |
| 29 |
|
|
</PropertyGroup> |
| 30 |
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 31 |
|
|
<ImportGroup Label="ExtensionSettings"> |
| 32 |
|
|
</ImportGroup> |
| 33 |
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
| 34 |
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 35 |
|
|
</ImportGroup> |
| 36 |
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
| 37 |
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 38 |
|
|
</ImportGroup> |
| 39 |
|
|
<PropertyGroup Label="UserMacros" /> |
| 40 |
|
|
<PropertyGroup> |
| 41 |
|
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
| 42 |
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir> |
| 43 |
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir> |
| 44 |
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir> |
| 45 |
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir> |
| 46 |
|
|
</PropertyGroup> |
| 47 |
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 48 |
|
|
<ClCompile> |
| 49 |
|
|
<Optimization>Disabled</Optimization> |
| 50 |
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 51 |
|
|
<MinimalRebuild>true</MinimalRebuild> |
| 52 |
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 53 |
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| 54 |
|
|
<PrecompiledHeader>Use</PrecompiledHeader> |
| 55 |
|
|
<WarningLevel>Level3</WarningLevel> |
| 56 |
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
| 57 |
|
|
</ClCompile> |
| 58 |
|
|
</ItemDefinitionGroup> |
| 59 |
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 60 |
|
|
<ClCompile> |
| 61 |
|
|
<Optimization>MaxSpeed</Optimization> |
| 62 |
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
| 63 |
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 64 |
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 65 |
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
| 66 |
|
|
<PrecompiledHeader>Use</PrecompiledHeader> |
| 67 |
|
|
<WarningLevel>Level3</WarningLevel> |
| 68 |
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 69 |
|
|
</ClCompile> |
| 70 |
|
|
</ItemDefinitionGroup> |
| 71 |
|
|
<ItemGroup> |
| 72 |
|
|
<ClCompile Include="BaseSocket.cpp" /> |
| 73 |
|
|
<ClCompile Include="BcastSocket.cpp" /> |
| 74 |
|
|
<ClCompile Include="ClientSocket.cpp" /> |
| 75 |
|
|
<ClCompile Include="McastSocket.cpp" /> |
| 76 |
|
|
<ClCompile Include="Network.cpp" /> |
| 77 |
|
|
<ClCompile Include="PeerSocket.cpp" /> |
| 78 |
|
|
<ClCompile Include="RawSocket.cpp" /> |
| 79 |
|
|
<ClCompile Include="ServerSocket.cpp" /> |
| 80 |
|
|
<ClCompile Include="SocketHelper.cpp" /> |
| 81 |
|
|
<ClCompile Include="stdafx.cpp"> |
| 82 |
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |
| 83 |
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> |
| 84 |
|
|
</ClCompile> |
| 85 |
|
|
</ItemGroup> |
| 86 |
|
|
<ItemGroup> |
| 87 |
|
|
<ClInclude Include="Config.h" /> |
| 88 |
|
|
<ClInclude Include="SocketX.h" /> |
| 89 |
|
|
<ClInclude Include="stdafx.h" /> |
| 90 |
|
|
<ClInclude Include="targetver.h" /> |
| 91 |
|
|
</ItemGroup> |
| 92 |
|
|
<ItemGroup> |
| 93 |
|
|
<None Include="ClassDiagram1.cd" /> |
| 94 |
|
|
</ItemGroup> |
| 95 |
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 96 |
|
|
<ImportGroup Label="ExtensionTargets"> |
| 97 |
|
|
</ImportGroup> |
| 98 |
|
|
</Project> |