1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Name="test_cppunit"
ProjectGUID="{54BD1798-9070-4080-939E-7CFCC7AECE12}"
RootNamespace="test_cppunit"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Release|Win32"
InheritedPropertySheets="$(SolutionDir)\vsprops\base.vsprops;$(SolutionDir)\vsprops\release.vsprops;$(SolutionDir)\vsprops\win32.vsprops;$(SolutionDir)\vsprops\exe.vsprops"
ConfigurationType="1"
>
<Tool
Name="VCPreBuildEventTool"
CommandLine="echo "PdfEdit -- testing $(ProjectName) availability""
/>
<Tool
Name="VCPreLinkEventTool"
CommandLine="echo "PdfEdit -- If NOT successful, please install $(ProjectName) properly.""
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="echo "PdfEdit -- $(ProjectName) available.""
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<File
RelativePath=".\test_cppunit.cpp"
>
</File>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
|