/src/middleware/enet/enet.vcproj
https://bitbucket.org/vivkin/gam3b00bs/ · MSBuild · 222 lines · 222 code · 0 blank · 0 comment · 0 complexity · 2ae40f4b50d6fd6446c95d2346688721 MD5 · raw file
- <?xml version="1.0" encoding="windows-1251"?>
- <VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="enet"
- ProjectGUID="{68DB7AEE-2CA5-4E55-8ED5-F87CCA48176B}"
- RootNamespace="enet"
- Keyword="Win32Proj"
- TargetFrameworkVersion="196613"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)\..\build\$(ProjectName)\$(ConfigurationName)\"
- IntermediateDirectory="$(SolutionDir)\..\build\$(ProjectName)\$(ConfigurationName)\"
- ConfigurationType="4"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=".."
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)\..\build\$(ProjectName)\$(ConfigurationName)\"
- IntermediateDirectory="$(SolutionDir)\..\build\$(ProjectName)\$(ConfigurationName)\"
- ConfigurationType="4"
- CharacterSet="1"
- WholeProgramOptimization="0"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- EnableIntrinsicFunctions="true"
- AdditionalIncludeDirectories=".."
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
- RuntimeLibrary="2"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <File
- RelativePath=".\callbacks.c"
- >
- </File>
- <File
- RelativePath=".\callbacks.h"
- >
- </File>
- <File
- RelativePath=".\compress.c"
- >
- </File>
- <File
- RelativePath=".\enet.h"
- >
- </File>
- <File
- RelativePath=".\host.c"
- >
- </File>
- <File
- RelativePath=".\list.c"
- >
- </File>
- <File
- RelativePath=".\list.h"
- >
- </File>
- <File
- RelativePath=".\packet.c"
- >
- </File>
- <File
- RelativePath=".\peer.c"
- >
- </File>
- <File
- RelativePath=".\protocol.c"
- >
- </File>
- <File
- RelativePath=".\protocol.h"
- >
- </File>
- <File
- RelativePath=".\time.h"
- >
- </File>
- <File
- RelativePath=".\types.h"
- >
- </File>
- <File
- RelativePath=".\unix.c"
- >
- </File>
- <File
- RelativePath=".\unix.h"
- >
- </File>
- <File
- RelativePath=".\utility.h"
- >
- </File>
- <File
- RelativePath=".\win32.c"
- >
- </File>
- <File
- RelativePath=".\win32.h"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
- </VisualStudioProject>