This repository was archived by the owner on Sep 7, 2021. It is now read-only.
forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.vcproj
More file actions
218 lines (218 loc) · 5.09 KB
/
server.vcproj
File metadata and controls
218 lines (218 loc) · 5.09 KB
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
Name="server"
ProjectGUID="{2762D978-34D0-459A-A602-34CA050A69D3}"
RootNamespace="server"
Keyword="Win32Proj"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
ConfigurationType="1"
InheritedPropertySheets="..\rules\Global Server.vsprops;..\rules\Debug Server.vsprops"
CharacterSet="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions="MODE_SERVER"
MinimalRebuild="true"
BasicRuntimeChecks="3"
UsePrecompiledHeader="0"
PrecompiledHeaderThrough=""
DebugInformationFormat="4"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="winmm.lib imm32.lib ws2_32.lib rpcrt4.lib uuid.lib iphlpapi.lib msimg32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib odbc32.lib odbccp32.lib Usp10.lib mscms.lib crypt32.lib libcurl_a.lib libeay32.lib ssleay32.lib"
LinkIncremental="2"
AdditionalLibraryDirectories=""
GenerateDebugInformation="true"
SubSystem="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
AdditionalManifestFiles="$(InputDir)src\engine.manifest"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine=""
/>
</Configuration>
<Configuration
Name="Release|Win32"
ConfigurationType="1"
InheritedPropertySheets="..\rules\Global Server.vsprops;..\rules\Release Server.vsprops"
CharacterSet="1"
WholeProgramOptimization="0"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions="MODE_SERVER"
UsePrecompiledHeader="0"
PrecompiledHeaderThrough=""
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="winmm.lib imm32.lib ws2_32.lib rpcrt4.lib uuid.lib msimg32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib odbc32.lib odbccp32.lib Usp10.lib mscms.lib crypt32.lib libcurl_a.lib libeay32.lib ssleay32.lib iphlpapi.lib"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
AdditionalManifestFiles="$(InputDir)src\engine.manifest"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine=""
/>
</Configuration>
</Configurations>
<References>
<ProjectReference
ReferencedProjectIdentifier="{C4829060-830A-42FC-9CCC-64E3C68897E6}"
RelativePathToProject=".\libcore\libcore-server.vcproj"
/>
<ProjectReference
ReferencedProjectIdentifier="{CB9D5492-762F-4892-A02A-0B9735C598EC}"
RelativePathToProject=".\thirdparty\libjpeg\libjpeg-server.vcproj"
/>
<ProjectReference
ReferencedProjectIdentifier="{279EE836-3C2C-4BBB-8EBF-BEA4833957FA}"
RelativePathToProject=".\thirdparty\libpcre\libpcre-server.vcproj"
/>
<ProjectReference
ReferencedProjectIdentifier="{7E895BBC-4578-437D-A275-B58CA9F2DCB7}"
RelativePathToProject=".\thirdparty\libpng\libpng-server.vcproj"
/>
<ProjectReference
ReferencedProjectIdentifier="{6EB3A0E5-D25F-4AAB-9FFE-4E123838B44D}"
RelativePathToProject=".\thirdparty\libz\libz-server.vcproj"
/>
<ProjectReference
ReferencedProjectIdentifier="{7E895DDC-4598-437D-AB75-B58CA9E2DCB7}"
RelativePathToProject=".\thirdparty\libgif\libgif-server.vcproj"
/>
<ProjectReference
ReferencedProjectIdentifier="{BFB6C63F-C119-45D6-96EB-23D717727D58}"
RelativePathToProject=".\engine\kernel-server.vcproj"
/>
</References>
<Files>
<Filter
Name="Core - Security"
>
<File
RelativePath=".\src\stacksecurity.cpp"
>
</File>
<File
RelativePath=".\src\stacksecurity.h"
>
</File>
</Filter>
<File
RelativePath=".\rsrc\server.rc"
>
</File>
</Files>
<Globals>
</Globals>
</VisualStudioProject>