File: json-glib-install.vcproj

package info (click to toggle)
json-glib 1.2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,716 kB
  • ctags: 2,313
  • sloc: ansic: 13,175; sh: 5,164; makefile: 628; xml: 316; python: 196; sed: 16
file content (117 lines) | stat: -rw-r--r-- 2,844 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<?xml version="1.0" encoding="big5"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="9.00"
	Name="json-glib-install"
	ProjectGUID="{41ABBEB6-693A-4E63-9DD7-EAAC437BC173}"
	RootNamespace="jsonglibinstall"
	Keyword="Win32Proj"
	TargetFrameworkVersion="196613"
	>
	<Platforms>
		<Platform
			Name="Win32"
		/>
		<Platform
			Name="x64"
		/>
	</Platforms>
	<ToolFiles>
	</ToolFiles>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			ConfigurationType="10"
			InheritedPropertySheets=".\json-glib-install.vsprops"
			CharacterSet="2"
			>
			<Tool
				Name="VCPostBuildEventTool"
				CommandLine="$(JsonGlibDoInstall)"
			/>
		</Configuration>
		<Configuration
			Name="Debug|x64"
			ConfigurationType="10"
			InheritedPropertySheets=".\json-glib-install.vsprops"
			CharacterSet="2"
			DeleteExtensionsOnClean=""
			>
			<Tool
				Name="VCPostBuildEventTool"
				CommandLine="$(JsonGlibDoInstall)"
			/>
		</Configuration>
		<Configuration
			Name="Release|Win32"
			ConfigurationType="10"
			InheritedPropertySheets=".\json-glib-install.vsprops"
			CharacterSet="2"
			WholeProgramOptimization="1"
			>
			<Tool
				Name="VCPostBuildEventTool"
				CommandLine="$(JsonGlibDoInstall)"
			/>
		</Configuration>
		<Configuration
			Name="Release|x64"
			ConfigurationType="10"
			InheritedPropertySheets=".\json-glib-install.vsprops"
			CharacterSet="2"
			WholeProgramOptimization="1"
			DeleteExtensionsOnClean=""
			>
			<Tool
				Name="VCPostBuildEventTool"
				CommandLine="$(JsonGlibDoInstall)"
			/>
		</Configuration>
	</Configurations>
	<References>
	</References>
	<Files>
		<Filter
			Name="Resource Files"
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
			>
			<File RelativePath="..\..\..\json-glib.pc.in">
				<FileConfiguration Name="Debug|Win32">
					<Tool
						Name="VCCustomBuildTool"
						Description="Generating .pc file(s)..."
						CommandLine="$(GenJSONGLibPC)"
						Outputs="..\json-glib.pc"
					/>
				</FileConfiguration>
				<FileConfiguration Name="Release|Win32">
					<Tool
						Name="VCCustomBuildTool"
						Description="Generating .pc file(s)..."
						CommandLine="$(GenJSONGLibPC)"
						Outputs="..\json-glib.pc"
					/>
				</FileConfiguration>
				<FileConfiguration Name="Debug|x64">
					<Tool
						Name="VCCustomBuildTool"
						Description="Generating .pc file(s)..."
						CommandLine="$(GenJSONGLibPC)"
						Outputs="..\json-glib.pc"
					/>
				</FileConfiguration>
				<FileConfiguration Name="Release|x64">
					<Tool
						Name="VCCustomBuildTool"
						Description="Generating .pc file(s)..."
						CommandLine="$(GenJSONGLibPC)"
						Outputs="..\json-glib.pc"
					/>
				</FileConfiguration>
			</File>
		</Filter>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>