The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / deps / v8 / tools / visual_studio / v8_snapshot_cc.vcproj @ 40c0f755

History | View | Annotate | Download (2.16 KB)

1
<?xml version="1.0" encoding="Windows-1252"?>
2
<VisualStudioProject
3
	ProjectType="Visual C++"
4
	Version="8.00"
5
	Name="v8_snapshot_cc"
6
	ProjectGUID="{0DDBDA8B-A49F-4CC7-A1D5-5BB8297C8A3F}"
7
	RootNamespace="v8_snapshot_cc"
8
	Keyword="Win32Proj"
9
	>
10
	<Platforms>
11
		<Platform
12
			Name="Win32"
13
		/>
14
	</Platforms>
15
	<ToolFiles>
16
	</ToolFiles>
17
	<Configurations>
18
		<Configuration
19
			Name="Debug|Win32"
20
			ConfigurationType="10"
21
			InheritedPropertySheets=".\common.vsprops;.\debug.vsprops"
22
			>
23
			<Tool
24
				Name="VCPreBuildEventTool"
25
			/>
26
			<Tool
27
				Name="VCCustomBuildTool"
28
			/>
29
			<Tool
30
				Name="VCMIDLTool"
31
			/>
32
			<Tool
33
				Name="VCPostBuildEventTool"
34
			/>
35
		</Configuration>
36
		<Configuration
37
			Name="Release|Win32"
38
			ConfigurationType="10"
39
			InheritedPropertySheets=".\common.vsprops;.\release.vsprops"
40
			>
41
			<Tool
42
				Name="VCPreBuildEventTool"
43
			/>
44
			<Tool
45
				Name="VCCustomBuildTool"
46
			/>
47
			<Tool
48
				Name="VCMIDLTool"
49
			/>
50
			<Tool
51
				Name="VCPostBuildEventTool"
52
			/>
53
		</Configuration>
54
	</Configurations>
55
	<References>
56
	</References>
57
	<Files>
58
		<Filter
59
			Name="generated files"
60
			SourceControlFiles="false"
61
			>
62
      <File
63
        RelativePath="$(OutDir)\v8_mksnapshot.exe"
64
        >
65
        <FileConfiguration
66
          Name="Debug|Win32"
67
          >
68
          <Tool
69
            Name="VCCustomBuildTool"
70
            Description="Building snapshot..."
71
            CommandLine="&quot;$(OutDir)\v8_mksnapshot.exe&quot; &quot;$(IntDir)\DerivedSources\snapshot.cc&quot;&#x0D;&#x0A;"
72
            AdditionalDependencies="$(OutDir)\v8_mksnapshot.exe"
73
            Outputs="$(IntDir)\DerivedSources\snapshot.cc"
74
          />
75
        </FileConfiguration>
76
        <FileConfiguration
77
          Name="Release|Win32"
78
          >
79
          <Tool
80
            Name="VCCustomBuildTool"
81
            Description="Building snapshot..."
82
            CommandLine="&quot;$(OutDir)\v8_mksnapshot.exe&quot; &quot;$(IntDir)\DerivedSources\snapshot.cc&quot;&#x0D;&#x0A;"
83
            AdditionalDependencies="$(OutDir)\v8_mksnapshot.exe"
84
            Outputs="$(IntDir)\DerivedSources\snapshot.cc"
85
          />
86
        </FileConfiguration>
87
      </File>
88
		</Filter>
89
	</Files>
90
	<Globals>
91
	</Globals>
92
</VisualStudioProject>