]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - libs/l_net/l_net.vcproj
Increasing stack size on Windows build.
[xonotic/netradiant.git] / libs / l_net / l_net.vcproj
1 <?xml version="1.0" encoding="UTF-8"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="9.00"
5         Name="l_net"
6         ProjectGUID="{B957BA35-F807-4C84-85A2-C1F9AC56713B}"
7         Keyword="Win32Proj"
8         TargetFrameworkVersion="0"
9         >
10         <Platforms>
11                 <Platform
12                         Name="Win32"
13                 />
14         </Platforms>
15         <ToolFiles>
16         </ToolFiles>
17         <Configurations>
18                 <Configuration
19                         Name="Debug|Win32"
20                         OutputDirectory="$(SolutionDir)\build\$(ConfigurationName)\libs"
21                         IntermediateDirectory="$(SolutionDir)\build\intermediate\$(ConfigurationName)\$(ProjectName)"
22                         ConfigurationType="4"
23                         >
24                         <Tool
25                                 Name="VCPreBuildEventTool"
26                         />
27                         <Tool
28                                 Name="VCCustomBuildTool"
29                         />
30                         <Tool
31                                 Name="VCXMLDataGeneratorTool"
32                         />
33                         <Tool
34                                 Name="VCWebServiceProxyGeneratorTool"
35                         />
36                         <Tool
37                                 Name="VCMIDLTool"
38                         />
39                         <Tool
40                                 Name="VCCLCompilerTool"
41                                 AdditionalOptions="/F 8388608"
42                                 Optimization="0"
43                                 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;"
44                                 MinimalRebuild="true"
45                                 BasicRuntimeChecks="3"
46                                 RuntimeLibrary="3"
47                                 UsePrecompiledHeader="0"
48                                 WarningLevel="3"
49                                 DebugInformationFormat="4"
50                                 DisableSpecificWarnings="4996;4244;4267"
51                         />
52                         <Tool
53                                 Name="VCManagedResourceCompilerTool"
54                         />
55                         <Tool
56                                 Name="VCResourceCompilerTool"
57                         />
58                         <Tool
59                                 Name="VCPreLinkEventTool"
60                         />
61                         <Tool
62                                 Name="VCLibrarianTool"
63                         />
64                         <Tool
65                                 Name="VCALinkTool"
66                         />
67                         <Tool
68                                 Name="VCXDCMakeTool"
69                         />
70                         <Tool
71                                 Name="VCBscMakeTool"
72                         />
73                         <Tool
74                                 Name="VCFxCopTool"
75                         />
76                         <Tool
77                                 Name="VCPostBuildEventTool"
78                         />
79                 </Configuration>
80                 <Configuration
81                         Name="Release|Win32"
82                         OutputDirectory="$(SolutionDir)\build\$(ConfigurationName)\libs"
83                         IntermediateDirectory="$(SolutionDir)\build\intermediate\$(ConfigurationName)\$(ProjectName)"
84                         ConfigurationType="4"
85                         >
86                         <Tool
87                                 Name="VCPreBuildEventTool"
88                         />
89                         <Tool
90                                 Name="VCCustomBuildTool"
91                         />
92                         <Tool
93                                 Name="VCXMLDataGeneratorTool"
94                         />
95                         <Tool
96                                 Name="VCWebServiceProxyGeneratorTool"
97                         />
98                         <Tool
99                                 Name="VCMIDLTool"
100                         />
101                         <Tool
102                                 Name="VCCLCompilerTool"
103                                 AdditionalOptions="/F 8388608"
104                                 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;"
105                                 RuntimeLibrary="2"
106                                 UsePrecompiledHeader="0"
107                                 WarningLevel="3"
108                                 DebugInformationFormat="3"
109                                 DisableSpecificWarnings="4996;4244;4267"
110                         />
111                         <Tool
112                                 Name="VCManagedResourceCompilerTool"
113                         />
114                         <Tool
115                                 Name="VCResourceCompilerTool"
116                         />
117                         <Tool
118                                 Name="VCPreLinkEventTool"
119                         />
120                         <Tool
121                                 Name="VCLibrarianTool"
122                         />
123                         <Tool
124                                 Name="VCALinkTool"
125                         />
126                         <Tool
127                                 Name="VCXDCMakeTool"
128                         />
129                         <Tool
130                                 Name="VCBscMakeTool"
131                         />
132                         <Tool
133                                 Name="VCFxCopTool"
134                         />
135                         <Tool
136                                 Name="VCPostBuildEventTool"
137                         />
138                 </Configuration>
139         </Configurations>
140         <References>
141         </References>
142         <Files>
143                 <Filter
144                         Name="src"
145                         Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
146                         >
147                         <File
148                                 RelativePath=".\l_net.c"
149                                 >
150                         </File>
151                         <File
152                                 RelativePath=".\l_net_wins.c"
153                                 >
154                         </File>
155                 </Filter>
156         </Files>
157         <Globals>
158         </Globals>
159 </VisualStudioProject>