2009-02-06 23:21:27 +08:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="9,00"
|
|
|
|
Name="csfml-window"
|
|
|
|
ProjectGUID="{0F9CE5F0-4D89-4314-9147-8AAB1B8842ED}"
|
|
|
|
RootNamespace="csfml-window"
|
|
|
|
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;CSFML_EXPORTS;GLEW_BUILD"
|
|
|
|
MinimalRebuild="true"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="4"
|
|
|
|
Detect64BitPortabilityProblems="false"
|
|
|
|
DebugInformationFormat="4"
|
|
|
|
DisableSpecificWarnings="4311;4312"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies="sfml-window-s-d.lib sfml-system-s-d.lib"
|
|
|
|
OutputFile="$(SolutionDir)..\..\lib\vc2008\$(ProjectName)-d.dll"
|
|
|
|
LinkIncremental="2"
|
|
|
|
AdditionalLibraryDirectories="$(SolutionDir)..\..\..\lib\vc2008\"
|
2009-11-03 17:04:40 +08:00
|
|
|
ModuleDefinitionFile="$(SolutionDir)../../src/SFML/Window/csfml-window-d.def"
|
2009-02-06 23:21:27 +08:00
|
|
|
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;CSFML_EXPORTS;GLEW_BUILD"
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="4"
|
|
|
|
Detect64BitPortabilityProblems="false"
|
|
|
|
DebugInformationFormat="0"
|
|
|
|
DisableSpecificWarnings="4311;4312"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies="sfml-window-s.lib sfml-system-s.lib"
|
|
|
|
OutputFile="$(SolutionDir)..\..\lib\vc2008\$(ProjectName).dll"
|
|
|
|
LinkIncremental="1"
|
|
|
|
AdditionalLibraryDirectories="$(SolutionDir)..\..\..\lib\vc2008\"
|
2009-11-03 17:04:40 +08:00
|
|
|
ModuleDefinitionFile="$(SolutionDir)../../src/SFML/Window/csfml-window.def"
|
2009-02-06 23:21:27 +08:00
|
|
|
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\Window\Context.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SFML\Window\Context.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-06-11 23:49:36 +08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\SFML\Window\ContextStruct.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-02-06 23:21:27 +08:00
|
|
|
<File
|
2009-11-03 17:04:40 +08:00
|
|
|
RelativePath="..\..\src\SFML\Window\csfml-window-d.def"
|
2009-02-06 23:21:27 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2009-11-03 17:04:40 +08:00
|
|
|
RelativePath="..\..\src\SFML\Window\csfml-window.def"
|
2009-02-06 23:21:27 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SFML\Window\Event.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\SFML\Window\Input.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SFML\Window\Input.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-06-11 23:49:36 +08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\SFML\Window\InputStruct.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-02-06 23:21:27 +08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SFML\Window\Types.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\SFML\Window\VideoMode.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SFML\Window\VideoMode.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\SFML\Window\Window.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SFML\Window\Window.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\SFML\Window\WindowHandle.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-06-11 23:49:36 +08:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\SFML\Window\WindowStruct.h"
|
|
|
|
>
|
|
|
|
</File>
|
2009-02-06 23:21:27 +08:00
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|