mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 21:01:05 +08:00
d979ca254e
Made every read-only pointer "const" in CSFML git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1290 4e206d99-4929-0410-ac5d-dfc041789085
292 lines
6.7 KiB
XML
292 lines
6.7 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="9,00"
|
|
Name="csfml-network"
|
|
ProjectGUID="{823DDC98-42D5-4A38-88CF-9DC06C788AE4}"
|
|
RootNamespace="csfml-network"
|
|
Keyword="Win32Proj"
|
|
TargetFrameworkVersion="131072"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug DLL|Win32"
|
|
OutputDirectory="$(SolutionDir)..\..\Temp\$(ProjectName)\$(ConfigurationName)"
|
|
IntermediateDirectory="$(SolutionDir)..\..\Temp\$(ProjectName)\$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description=""
|
|
CommandLine=""
|
|
Outputs=""
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""$(SolutionDir)..\..\src";"$(SolutionDir)..\..\..\include";"$(SolutionDir)..\..\include""
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;CSFML_EXPORTS"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="4"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="4"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="sfml-network-s-d.lib sfml-system-s-d.lib"
|
|
OutputFile="$(SolutionDir)..\..\lib\vc2008\$(ProjectName)-d.dll"
|
|
LinkIncremental="2"
|
|
AdditionalLibraryDirectories="$(SolutionDir)..\..\..\lib\vc2008\"
|
|
ModuleDefinitionFile="$(SolutionDir)../../src/SFML/Network/csfml-network-d.def"
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile="$(IntDir)$(TargetName).pdb"
|
|
SubSystem="2"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine=""
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release DLL|Win32"
|
|
OutputDirectory="$(SolutionDir)..\..\Temp\$(ProjectName)\$(ConfigurationName)"
|
|
IntermediateDirectory="$(SolutionDir)..\..\Temp\$(ProjectName)\$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
CharacterSet="2"
|
|
WholeProgramOptimization="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description=""
|
|
CommandLine=""
|
|
Outputs=""
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="3"
|
|
FavorSizeOrSpeed="1"
|
|
AdditionalIncludeDirectories=""$(SolutionDir)..\..\src";"$(SolutionDir)..\..\..\include";"$(SolutionDir)..\..\include""
|
|
PreprocessorDefinitions="NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE;CSFML_EXPORTS"
|
|
RuntimeLibrary="2"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="4"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="0"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="sfml-network-s.lib sfml-system-s.lib"
|
|
OutputFile="$(SolutionDir)..\..\lib\vc2008\$(ProjectName).dll"
|
|
LinkIncremental="1"
|
|
AdditionalLibraryDirectories="$(SolutionDir)..\..\..\lib\vc2008\"
|
|
ModuleDefinitionFile="$(SolutionDir)../../src/SFML/Network/csfml-network.def"
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile="$(IntDir)$(TargetName).pdb"
|
|
SubSystem="2"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<File
|
|
RelativePath="..\..\src\SFML\Network\csfml-network-d.def"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\SFML\Network\csfml-network.def"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\SFML\Network\Ftp.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\SFML\Network\Ftp.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\SFML\Network\FtpStruct.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\SFML\Network\Http.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\SFML\Network\Http.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\SFML\Network\HttpStruct.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\SFML\Network\IPAddress.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\SFML\Network\IPAddress.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\SFML\Network\Packet.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\SFML\Network\Packet.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\SFML\Network\PacketStruct.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\SFML\Network\Selector.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\SFML\Network\Selector.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\SFML\Network\SelectorStruct.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\SFML\Network\SocketStatus.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\SFML\Network\SocketTCP.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\SFML\Network\SocketTCP.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\SFML\Network\SocketTCPStruct.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\SFML\Network\SocketUDP.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\SFML\Network\SocketUDP.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\SFML\Network\SocketUDPStruct.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\SFML\Network\Types.h"
|
|
>
|
|
</File>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|