summaryrefslogtreecommitdiff
path: root/win32/Visual_Studio_2005/test.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'win32/Visual_Studio_2005/test.vcproj')
-rw-r--r--win32/Visual_Studio_2005/test.vcproj327
1 files changed, 327 insertions, 0 deletions
diff --git a/win32/Visual_Studio_2005/test.vcproj b/win32/Visual_Studio_2005/test.vcproj
new file mode 100644
index 0000000..26086a2
--- /dev/null
+++ b/win32/Visual_Studio_2005/test.vcproj
@@ -0,0 +1,327 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="test"
+ ProjectGUID="{9682BD28-DA8C-4E37-810B-FC66EF53AE17}"
+ RootNamespace="test"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="..\uriparser.lib"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
+ RuntimeLibrary="2"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="..\uriparser.lib"
+ LinkIncremental="1"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ <ProjectReference
+ ReferencedProjectIdentifier="{8E2F76A2-59B5-4DF7-8062-EBD6FCF0C8B3}"
+ RelativePathToProject=".\uriparser.vcproj"
+ />
+ </References>
+ <Files>
+ <Filter
+ Name="include"
+ >
+ <Filter
+ Name="uriparser"
+ >
+ <File
+ RelativePath="..\..\include\uriparser\Uri.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\uriparser\UriBase.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\uriparser\UriDefsAnsi.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\uriparser\UriDefsConfig.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\uriparser\UriDefsUnicode.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\uriparser\UriIp4.h"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="test"
+ >
+ <File
+ RelativePath="..\..\test\FourSuite.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\test\FourSuite.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\test\test.cpp"
+ >
+ </File>
+ <Filter
+ Name="CppTest"
+ >
+ <File
+ RelativePath="..\CppTest\collectoroutput.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\CppTest\compileroutput.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\CppTest\config.h"
+ >
+ </File>
+ <File
+ RelativePath="..\CppTest\cpptest-assert.h"
+ >
+ </File>
+ <File
+ RelativePath="..\CppTest\cpptest-collectoroutput.h"
+ >
+ </File>
+ <File
+ RelativePath="..\CppTest\cpptest-compileroutput.h"
+ >
+ </File>
+ <File
+ RelativePath="..\CppTest\cpptest-htmloutput.h"
+ >
+ </File>
+ <File
+ RelativePath="..\CppTest\cpptest-output.h"
+ >
+ </File>
+ <File
+ RelativePath="..\CppTest\cpptest-source.h"
+ >
+ </File>
+ <File
+ RelativePath="..\CppTest\cpptest-suite.h"
+ >
+ </File>
+ <File
+ RelativePath="..\CppTest\cpptest-textoutput.h"
+ >
+ </File>
+ <File
+ RelativePath="..\CppTest\cpptest-time.h"
+ >
+ </File>
+ <File
+ RelativePath="..\CppTest\cpptest.h"
+ >
+ </File>
+ <File
+ RelativePath="..\CppTest\htmloutput.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\CppTest\missing.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\CppTest\missing.h"
+ >
+ </File>
+ <File
+ RelativePath="..\CppTest\source.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\CppTest\suite.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\CppTest\textoutput.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\CppTest\time.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\CppTest\utils.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\CppTest\utils.h"
+ >
+ </File>
+ <File
+ RelativePath="..\CppTest\winconfig.h"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>