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

Side by Side Diff: experimental/visual_studio_plugin/src/loop/loop.vcproj

Issue 10928195: First round of dead file removal (Closed) Base URL: https://github.com/samclegg/nativeclient-sdk.git@master
Patch Set: Created 8 years, 3 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
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="loop"
6 ProjectGUID="{CC56A11D-A46E-436B-B889-A87356551127}"
7 RootNamespace="loop"
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)\toolchain\win _x86_newlib\bin\x86_64-nacl-g++ loop.cc -g -m64 -o loop.nexe"
28 ReBuildCommandLine=""
29 CleanCommandLine=""
30 Output="loop.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="$(NACL_SDK_ROOT)\toolchain\win _x86_newlib\bin\i686-nacl-g++ loop.cc -g -o loop.exe"
48 ReBuildCommandLine=""
49 CleanCommandLine=""
50 Output="loop.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="{4FC737F1-C7A5-4376-A066-2A32D752A2FF} "
67 >
68 <File
69 RelativePath=".\loop.cc"
70 >
71 </File>
72 </Filter>
73 <Filter
74 Name="Header Files"
75 Filter="h;hpp;hxx;hm;inl;inc;xsd"
76 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB} "
77 >
78 </Filter>
79 <Filter
80 Name="Resource Files"
81 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg; jpe;resx;tiff;tif;png;wav"
82 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01} "
83 >
84 </Filter>
85 <File
86 RelativePath=".\readme.txt"
87 >
88 </File>
89 </Files>
90 <Globals>
91 </Globals>
92 </VisualStudioProject>
OLDNEW
« no previous file with comments | « experimental/visual_studio_plugin/src/loop/loop.cc ('k') | experimental/visual_studio_plugin/src/loop/loop_no_crash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698