]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - libs/mathlib/mathlib.vcproj
This is a major change that updates the 3rd party libs on Windows builds.
[xonotic/netradiant.git] / libs / mathlib / mathlib.vcproj
1 <?xml version="1.0" encoding="UTF-8"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="9.00"
5         Name="mathlib"
6         ProjectGUID="{14734EBB-B167-48D9-9B93-2277F645925F}"
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                                 Optimization="0"
42                                 AdditionalIncludeDirectories="&quot;$(SolutionDir)\libs&quot;"
43                                 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;"
44                                 MinimalRebuild="true"
45                                 BasicRuntimeChecks="3"
46                                 RuntimeLibrary="3"
47                                 UsePrecompiledHeader="0"
48                                 WarningLevel="3"
49                                 DebugInformationFormat="4"
50                         />
51                         <Tool
52                                 Name="VCManagedResourceCompilerTool"
53                         />
54                         <Tool
55                                 Name="VCResourceCompilerTool"
56                         />
57                         <Tool
58                                 Name="VCPreLinkEventTool"
59                         />
60                         <Tool
61                                 Name="VCLibrarianTool"
62                         />
63                         <Tool
64                                 Name="VCALinkTool"
65                         />
66                         <Tool
67                                 Name="VCXDCMakeTool"
68                         />
69                         <Tool
70                                 Name="VCBscMakeTool"
71                         />
72                         <Tool
73                                 Name="VCFxCopTool"
74                         />
75                         <Tool
76                                 Name="VCPostBuildEventTool"
77                         />
78                 </Configuration>
79                 <Configuration
80                         Name="Release|Win32"
81                         OutputDirectory="$(SolutionDir)\build\$(ConfigurationName)\libs"
82                         IntermediateDirectory="$(SolutionDir)\build\intermediate\$(ConfigurationName)\$(ProjectName)"
83                         ConfigurationType="4"
84                         >
85                         <Tool
86                                 Name="VCPreBuildEventTool"
87                         />
88                         <Tool
89                                 Name="VCCustomBuildTool"
90                         />
91                         <Tool
92                                 Name="VCXMLDataGeneratorTool"
93                         />
94                         <Tool
95                                 Name="VCWebServiceProxyGeneratorTool"
96                         />
97                         <Tool
98                                 Name="VCMIDLTool"
99                         />
100                         <Tool
101                                 Name="VCCLCompilerTool"
102                                 AdditionalIncludeDirectories="&quot;$(SolutionDir)\libs&quot;"
103                                 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;"
104                                 RuntimeLibrary="2"
105                                 UsePrecompiledHeader="0"
106                                 WarningLevel="3"
107                                 DebugInformationFormat="3"
108                         />
109                         <Tool
110                                 Name="VCManagedResourceCompilerTool"
111                         />
112                         <Tool
113                                 Name="VCResourceCompilerTool"
114                         />
115                         <Tool
116                                 Name="VCPreLinkEventTool"
117                         />
118                         <Tool
119                                 Name="VCLibrarianTool"
120                         />
121                         <Tool
122                                 Name="VCALinkTool"
123                         />
124                         <Tool
125                                 Name="VCXDCMakeTool"
126                         />
127                         <Tool
128                                 Name="VCBscMakeTool"
129                         />
130                         <Tool
131                                 Name="VCFxCopTool"
132                         />
133                         <Tool
134                                 Name="VCPostBuildEventTool"
135                         />
136                 </Configuration>
137         </Configurations>
138         <References>
139         </References>
140         <Files>
141                 <Filter
142                         Name="src"
143                         Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
144                         >
145                         <File
146                                 RelativePath=".\bbox.c"
147                                 >
148                         </File>
149                         <File
150                                 RelativePath=".\linear.c"
151                                 >
152                         </File>
153                         <File
154                                 RelativePath=".\m4x4.c"
155                                 >
156                         </File>
157                         <File
158                                 RelativePath=".\mathlib.c"
159                                 >
160                         </File>
161                         <File
162                                 RelativePath=".\ray.c"
163                                 >
164                         </File>
165                 </Filter>
166         </Files>
167         <Globals>
168         </Globals>
169 </VisualStudioProject>