Implement OCSP stapling in Windows BoringSSL port.
[chromium-blink-merge.git] / sandbox / win / sandbox_poc / sandbox_poc.vcproj
blob5fde1cd4078929a44060999e87c713b744ca98c5
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="sandbox_poc"
6 ProjectGUID="{CF757839-F2A1-417C-8F25-DCAE480020F1}"
7 RootNamespace="sandbox_poc"
8 Keyword="Win32Proj"
10 <Platforms>
11 <Platform
12 Name="Win32"
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug|Win32"
20 ConfigurationType="1"
21 InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\build\common.vsprops"
23 <Tool
24 Name="VCPreBuildEventTool"
26 <Tool
27 Name="VCCustomBuildTool"
29 <Tool
30 Name="VCXMLDataGeneratorTool"
32 <Tool
33 Name="VCWebServiceProxyGeneratorTool"
35 <Tool
36 Name="VCMIDLTool"
38 <Tool
39 Name="VCCLCompilerTool"
40 UsePrecompiledHeader="2"
41 ForcedIncludeFiles="stdafx.h"
43 <Tool
44 Name="VCManagedResourceCompilerTool"
46 <Tool
47 Name="VCResourceCompilerTool"
49 <Tool
50 Name="VCPreLinkEventTool"
52 <Tool
53 Name="VCLinkerTool"
54 AdditionalDependencies="comctl32.lib"
56 <Tool
57 Name="VCALinkTool"
59 <Tool
60 Name="VCManifestTool"
62 <Tool
63 Name="VCXDCMakeTool"
65 <Tool
66 Name="VCBscMakeTool"
68 <Tool
69 Name="VCFxCopTool"
71 <Tool
72 Name="VCAppVerifierTool"
74 <Tool
75 Name="VCWebDeploymentTool"
77 <Tool
78 Name="VCPostBuildEventTool"
80 </Configuration>
81 <Configuration
82 Name="Release|Win32"
83 ConfigurationType="1"
84 InheritedPropertySheets="$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\build\common.vsprops"
86 <Tool
87 Name="VCPreBuildEventTool"
89 <Tool
90 Name="VCCustomBuildTool"
92 <Tool
93 Name="VCXMLDataGeneratorTool"
95 <Tool
96 Name="VCWebServiceProxyGeneratorTool"
98 <Tool
99 Name="VCMIDLTool"
101 <Tool
102 Name="VCCLCompilerTool"
103 UsePrecompiledHeader="0"
105 <Tool
106 Name="VCManagedResourceCompilerTool"
108 <Tool
109 Name="VCResourceCompilerTool"
111 <Tool
112 Name="VCPreLinkEventTool"
114 <Tool
115 Name="VCLinkerTool"
116 AdditionalDependencies="comctl32.lib"
118 <Tool
119 Name="VCALinkTool"
121 <Tool
122 Name="VCManifestTool"
124 <Tool
125 Name="VCXDCMakeTool"
127 <Tool
128 Name="VCBscMakeTool"
130 <Tool
131 Name="VCFxCopTool"
133 <Tool
134 Name="VCAppVerifierTool"
136 <Tool
137 Name="VCWebDeploymentTool"
139 <Tool
140 Name="VCPostBuildEventTool"
142 </Configuration>
143 </Configurations>
144 <References>
145 </References>
146 <Files>
147 <File
148 RelativePath=".\main_ui_window.cc"
150 </File>
151 <File
152 RelativePath=".\main_ui_window.h"
154 </File>
155 <File
156 RelativePath=".\resource.h"
158 </File>
159 <File
160 RelativePath=".\sandbox.cc"
162 </File>
163 <File
164 RelativePath=".\sandbox.h"
166 </File>
167 <File
168 RelativePath=".\sandbox.ico"
170 </File>
171 <File
172 RelativePath=".\sandbox.rc"
174 </File>
175 <File
176 RelativePath=".\stdafx.cc"
178 <FileConfiguration
179 Name="Debug|Win32"
181 <Tool
182 Name="VCCLCompilerTool"
183 UsePrecompiledHeader="1"
185 </FileConfiguration>
186 <FileConfiguration
187 Name="Release|Win32"
189 <Tool
190 Name="VCCLCompilerTool"
191 UsePrecompiledHeader="0"
193 </FileConfiguration>
194 </File>
195 <File
196 RelativePath=".\stdafx.h"
198 </File>
199 </Files>
200 <Globals>
201 </Globals>
202 </VisualStudioProject>