Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(170)

Side by Side Diff: native_client_sdk/src/project_templates/vs/project_file.vcproj

Issue 16972010: Dropping nacl sdk dead code (documentation, project_template). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « native_client_sdk/src/project_templates/vs/project_file.sln ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="<PROJECT_NAME>"
6 ProjectGUID="{<VS_PROJECT_UUID>"
7 RootNamespace="<PROJECT_NAME>"
8 Keyword="MakeFileProj"
9 TargetFrameworkVersion="196613"
10 >
11 <Platforms>
12 <Platform
13 Name="Win32"
14 />
15 </Platforms>
16 <ToolFiles>
17 </ToolFiles>
18 <Configurations>
19 <Configuration
20 Name="Debug|Win32"
21 OutputDirectory="$(ConfigurationName)"
22 IntermediateDirectory="$(ConfigurationName)"
23 ConfigurationType="0"
24 >
25 <Tool
26 Name="VCNMakeTool"
27 BuildCommandLine="$(NACL_SDK_ROOT)\<NACL_PLATFOR M>\examples\scons"
28 ReBuildCommandLine="$(NACL_SDK_ROOT)\<NACL_PLATF ORM>\examples\scons -c &amp;&amp; $(NACL_SDK_ROOT)\<NACL_PLATFORM>\examples\sco ns"
29 CleanCommandLine="$(NACL_SDK_ROOT)\<NACL_PLATFOR M>\examples\scons -c"
30 Output="<PROJECT_NAME>_x86_64_dbg.nexe"
31 PreprocessorDefinitions="WIN32;_DEBUG"
32 IncludeSearchPath=""
33 ForcedIncludes=""
34 AssemblySearchPath=""
35 ForcedUsingAssemblies=""
36 CompileAsManaged=""
37 />
38 </Configuration>
39 <Configuration
40 Name="Release|Win32"
41 OutputDirectory="$(ConfigurationName)"
42 IntermediateDirectory="$(ConfigurationName)"
43 ConfigurationType="0"
44 >
45 <Tool
46 Name="VCNMakeTool"
47 BuildCommandLine=""
48 ReBuildCommandLine=""
49 CleanCommandLine=""
50 Output="<PROJECT_NAME>.exe"
51 PreprocessorDefinitions="WIN32;NDEBUG"
52 IncludeSearchPath=""
53 ForcedIncludes=""
54 AssemblySearchPath=""
55 ForcedUsingAssemblies=""
56 CompileAsManaged=""
57 />
58 </Configuration>
59 </Configurations>
60 <References>
61 </References>
62 <Files>
63 <Filter
64 Name="Source Files"
65 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
66 UniqueIdentifier="{<VS_SOURCE_UUID>}"
67 >
68 <File
69 RelativePath=".\build.scons"
70 >
71 </File>
72 <File
73 RelativePath=".\<PROJECT_NAME>.cc"
74 >
75 </File>
76 </Filter>
77 <Filter
78 Name="Header Files"
79 Filter="h;hpp;hxx;hm;inl;inc;xsd"
80 UniqueIdentifier="{<VS_HEADER_UUID>}"
81 >
82 </Filter>
83 <Filter
84 Name="Resource Files"
85 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg; jpe;resx;tiff;tif;png;wav"
86 UniqueIdentifier="{<VS_RESOURCE_UUID>}"
87 >
88 </Filter>
89 </Files>
90 <Globals>
91 </Globals>
92 </VisualStudioProject>
93 <?xml version="1.0" encoding="Windows-1252"?>
94 <VisualStudioProject
95 ProjectType="Visual C++"
96 Version="9.00"
97 Name="<PROJECT_NAME>"
98 ProjectGUID="{<VS_PROJECT_UUID>"
99 RootNamespace="<PROJECT_NAME>"
100 Keyword="MakeFileProj"
101 TargetFrameworkVersion="196613"
102 >
103 <Platforms>
104 <Platform
105 Name="Win32"
106 />
107 </Platforms>
108 <ToolFiles>
109 </ToolFiles>
110 <Configurations>
111 <Configuration
112 Name="Debug|Win32"
113 OutputDirectory="$(ConfigurationName)"
114 IntermediateDirectory="$(ConfigurationName)"
115 ConfigurationType="0"
116 >
117 <Tool
118 Name="VCNMakeTool"
119 BuildCommandLine="$(NACL_SDK_ROOT)\<NACL_PLATFOR M>\examples\scons"
120 ReBuildCommandLine="$(NACL_SDK_ROOT)\<NACL_PLATF ORM>\examples\scons -c &amp;&amp; $(NACL_SDK_ROOT)\<NACL_PLATFORM>\examples\sco ns"
121 CleanCommandLine="$(NACL_SDK_ROOT)\<NACL_PLATFOR M>\examples\scons -c"
122 Output="<PROJECT_NAME>_x86_64_dbg.nexe"
123 PreprocessorDefinitions="WIN32;_DEBUG"
124 IncludeSearchPath=""
125 ForcedIncludes=""
126 AssemblySearchPath=""
127 ForcedUsingAssemblies=""
128 CompileAsManaged=""
129 />
130 </Configuration>
131 <Configuration
132 Name="Release|Win32"
133 OutputDirectory="$(ConfigurationName)"
134 IntermediateDirectory="$(ConfigurationName)"
135 ConfigurationType="0"
136 >
137 <Tool
138 Name="VCNMakeTool"
139 BuildCommandLine=""
140 ReBuildCommandLine=""
141 CleanCommandLine=""
142 Output="<PROJECT_NAME>.exe"
143 PreprocessorDefinitions="WIN32;NDEBUG"
144 IncludeSearchPath=""
145 ForcedIncludes=""
146 AssemblySearchPath=""
147 ForcedUsingAssemblies=""
148 CompileAsManaged=""
149 />
150 </Configuration>
151 </Configurations>
152 <References>
153 </References>
154 <Files>
155 <Filter
156 Name="Source Files"
157 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
158 UniqueIdentifier="{<VS_SOURCE_UUID>}"
159 >
160 <File
161 RelativePath=".\build.scons"
162 >
163 </File>
164 <File
165 RelativePath=".\<PROJECT_NAME>.cc"
166 >
167 </File>
168 </Filter>
169 <Filter
170 Name="Header Files"
171 Filter="h;hpp;hxx;hm;inl;inc;xsd"
172 UniqueIdentifier="{<VS_HEADER_UUID>}"
173 >
174 </Filter>
175 <Filter
176 Name="Resource Files"
177 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg; jpe;resx;tiff;tif;png;wav"
178 UniqueIdentifier="{<VS_RESOURCE_UUID>}"
179 >
180 </Filter>
181 </Files>
182 <Globals>
183 </Globals>
184 </VisualStudioProject>
OLDNEW
« no previous file with comments | « native_client_sdk/src/project_templates/vs/project_file.sln ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698