File: test_cppunit.vcproj

package info (click to toggle)
pdfedit 0.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 15,220 kB
  • ctags: 17,436
  • sloc: cpp: 156,708; xml: 8,973; makefile: 1,003; sh: 704; ansic: 688; perl: 669; yacc: 589; python: 236; lisp: 51
file content (46 lines) | stat: -rw-r--r-- 1,162 bytes parent folder | download
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 &quot;PdfEdit -- testing $(ProjectName) availability&quot;"
			/>
			<Tool
				Name="VCPreLinkEventTool"
				CommandLine="echo &quot;PdfEdit -- If NOT successful, please install $(ProjectName) properly.&quot;"
			/>
			<Tool
				Name="VCPostBuildEventTool"
				CommandLine="echo &quot;PdfEdit -- $(ProjectName) available.&quot;"
			/>
		</Configuration>
	</Configurations>
	<References>
	</References>
	<Files>
		<File
			RelativePath=".\test_cppunit.cpp"
			>
		</File>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>