mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@460 860be788-9bd5-4423-9f1e-828f051e677b
245 lines
6 KiB
XML
245 lines
6 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="8,00"
|
|
Name="errors_test"
|
|
ProjectGUID="{231E907C-7B55-4128-B9EF-AB5B8042898D}"
|
|
RootNamespace="errors_test"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="debug|Win32"
|
|
OutputDirectory="../../out/vc80/$(ConfigurationName)/tests/$(ProjectName)"
|
|
IntermediateDirectory="../../out/vc80/$(ConfigurationName)/tests/$(ProjectName)"
|
|
ConfigurationType="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/Zm172"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="../../../..; ../../include"
|
|
PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough="$(ProjectName)_pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)/$(ProjectName).pch"
|
|
AssemblerListingLocation="$(IntDir)/"
|
|
ObjectFile="$(IntDir)/"
|
|
ProgramDataBaseFileName="$(IntDir)/$(ProjectName).pdb"
|
|
WarningLevel="4"
|
|
SuppressStartupBanner="true"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies=""
|
|
OutputFile="$(OutDir)/$(ProjectName).exe"
|
|
AdditionalLibraryDirectories="../../lib/vc80"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="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"
|
|
CommandLine="cd ../../run/vc80
"$(TargetDir)$(TargetName).exe" --result_code=no --report_level=no --log_level=warning --data_directory=../../data/tests/$(ProjectName)
"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="release|Win32"
|
|
OutputDirectory="../../out/vc80/$(ConfigurationName)/tests/$(ProjectName)"
|
|
IntermediateDirectory="../../out/vc80/$(ConfigurationName)/tests/$(ProjectName)"
|
|
ConfigurationType="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/Zm162"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories="../../../..; ../../include"
|
|
PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE"
|
|
BasicRuntimeChecks="0"
|
|
RuntimeLibrary="2"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough="$(ProjectName)_pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)/$(ProjectName).pch"
|
|
AssemblerListingLocation="$(IntDir)/"
|
|
ObjectFile="$(IntDir)/"
|
|
ProgramDataBaseFileName="$(IntDir)/$(ProjectName).pdb"
|
|
WarningLevel="4"
|
|
SuppressStartupBanner="true"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies=""
|
|
OutputFile="$(OutDir)/$(ProjectName).exe"
|
|
AdditionalLibraryDirectories="../../lib/vc80"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="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"
|
|
CommandLine="cd ../../run/vc80
"$(TargetDir)$(TargetName).exe" --result_code=no --report_level=no --log_level=warning --data_directory=../../data/tests/$(ProjectName)
"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx;h;hpp;hxx;hm;inl;inc;xsd"
|
|
>
|
|
<File
|
|
RelativePath="..\..\test\fail_ambiguous_mock_method.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\fail_constraint_functor_not_compatible.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\fail_constraint_value_not_comparable.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\fail_constraint_value_of_wrong_type_in_builtin_constraint.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\fail_mismatch_type_in_returns_int_action.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\fail_mismatch_type_in_returns_string_action.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\fail_mismatch_type_in_returns_void_action.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\fail_non_existing_base_class_method_in_mock_method.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\fail_number_of_arguments_greater_than_max_constant.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\fail_template_argument_without_tpl_macro.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\fail_too_many_arguments_in_mock_method.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\fail_wrong_number_of_arguments_in_with.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|