2008-05-19 09:37:29 -04:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioPropertySheet
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="8.00"
|
|
|
|
Name="test-config"
|
2008-09-09 12:21:02 -04:00
|
|
|
EnableManagedIncrementalBuild="0"
|
2008-05-19 09:37:29 -04:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
AdditionalIncludeDirectories=""$(SolutionDir)..\";"$(SolutionDir)$(PlatformName)\";"$(SolutionDir)..\tests""
|
|
|
|
RuntimeLibrary="0"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2008-05-19 10:15:56 -04:00
|
|
|
AdditionalDependencies="$(LIBS) $(TestDir)$(PlatformName)\$(ConfigurationName)\test-lib.lib"
|
2008-05-19 09:37:29 -04:00
|
|
|
IgnoreDefaultLibraryNames=""
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
CommandLine="if exist $(Bindir)$(OutDir)\gmp-mparam.h (copy $(Bindir)$(OutDir)\gmp-mparam.h ..\..\..\) else (echo $(Bindir)$(OutDir)\gmp-mparam.h is not present )"
|
|
|
|
/>
|
|
|
|
<UserMacro
|
|
|
|
Name="BinDir"
|
|
|
|
Value=""$(SolutionDir)lib\""
|
|
|
|
InheritsFromParent="true"
|
|
|
|
Delimiter=";"
|
|
|
|
PerformEnvironmentSet="true"
|
|
|
|
/>
|
|
|
|
<UserMacro
|
|
|
|
Name="TestDir"
|
2008-05-19 10:15:56 -04:00
|
|
|
Value=""$(SolutionDir)mpir-tests\""
|
2008-05-19 09:37:29 -04:00
|
|
|
InheritsFromParent="true"
|
|
|
|
Delimiter=";"
|
|
|
|
PerformEnvironmentSet="true"
|
|
|
|
/>
|
|
|
|
<UserMacro
|
|
|
|
Name="LIBS"
|
2008-05-27 05:14:56 -04:00
|
|
|
Value="$(BinDir)$(PlatformName)\$(ConfigurationName)\mpir.lib $(BinDir)$(PlatformName)\$(ConfigurationName)\mpirxx.lib"
|
2008-05-19 09:37:29 -04:00
|
|
|
InheritsFromParent="true"
|
|
|
|
Delimiter=";"
|
|
|
|
PerformEnvironmentSet="true"
|
|
|
|
/>
|
|
|
|
</VisualStudioPropertySheet>
|