/src/middleware/enet/enet.vcproj
MSBuild | 222 lines | 222 code | 0 blank | 0 comment | 0 complexity | 2ae40f4b50d6fd6446c95d2346688721 MD5 | raw file
1<?xml version="1.0" encoding="windows-1251"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="9.00" 5 Name="enet" 6 ProjectGUID="{68DB7AEE-2CA5-4E55-8ED5-F87CCA48176B}" 7 RootNamespace="enet" 8 Keyword="Win32Proj" 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="$(SolutionDir)\..\build\$(ProjectName)\$(ConfigurationName)\" 22 IntermediateDirectory="$(SolutionDir)\..\build\$(ProjectName)\$(ConfigurationName)\" 23 ConfigurationType="4" 24 CharacterSet="1" 25 > 26 <Tool 27 Name="VCPreBuildEventTool" 28 /> 29 <Tool 30 Name="VCCustomBuildTool" 31 /> 32 <Tool 33 Name="VCXMLDataGeneratorTool" 34 /> 35 <Tool 36 Name="VCWebServiceProxyGeneratorTool" 37 /> 38 <Tool 39 Name="VCMIDLTool" 40 /> 41 <Tool 42 Name="VCCLCompilerTool" 43 Optimization="0" 44 AdditionalIncludeDirectories=".." 45 PreprocessorDefinitions="WIN32;_DEBUG;_LIB" 46 MinimalRebuild="true" 47 BasicRuntimeChecks="3" 48 RuntimeLibrary="3" 49 UsePrecompiledHeader="0" 50 WarningLevel="3" 51 DebugInformationFormat="3" 52 /> 53 <Tool 54 Name="VCManagedResourceCompilerTool" 55 /> 56 <Tool 57 Name="VCResourceCompilerTool" 58 /> 59 <Tool 60 Name="VCPreLinkEventTool" 61 /> 62 <Tool 63 Name="VCLibrarianTool" 64 /> 65 <Tool 66 Name="VCALinkTool" 67 /> 68 <Tool 69 Name="VCXDCMakeTool" 70 /> 71 <Tool 72 Name="VCBscMakeTool" 73 /> 74 <Tool 75 Name="VCFxCopTool" 76 /> 77 <Tool 78 Name="VCPostBuildEventTool" 79 /> 80 </Configuration> 81 <Configuration 82 Name="Release|Win32" 83 OutputDirectory="$(SolutionDir)\..\build\$(ProjectName)\$(ConfigurationName)\" 84 IntermediateDirectory="$(SolutionDir)\..\build\$(ProjectName)\$(ConfigurationName)\" 85 ConfigurationType="4" 86 CharacterSet="1" 87 WholeProgramOptimization="0" 88 > 89 <Tool 90 Name="VCPreBuildEventTool" 91 /> 92 <Tool 93 Name="VCCustomBuildTool" 94 /> 95 <Tool 96 Name="VCXMLDataGeneratorTool" 97 /> 98 <Tool 99 Name="VCWebServiceProxyGeneratorTool" 100 /> 101 <Tool 102 Name="VCMIDLTool" 103 /> 104 <Tool 105 Name="VCCLCompilerTool" 106 Optimization="2" 107 EnableIntrinsicFunctions="true" 108 AdditionalIncludeDirectories=".." 109 PreprocessorDefinitions="WIN32;NDEBUG;_LIB" 110 RuntimeLibrary="2" 111 UsePrecompiledHeader="0" 112 WarningLevel="3" 113 DebugInformationFormat="3" 114 /> 115 <Tool 116 Name="VCManagedResourceCompilerTool" 117 /> 118 <Tool 119 Name="VCResourceCompilerTool" 120 /> 121 <Tool 122 Name="VCPreLinkEventTool" 123 /> 124 <Tool 125 Name="VCLibrarianTool" 126 /> 127 <Tool 128 Name="VCALinkTool" 129 /> 130 <Tool 131 Name="VCXDCMakeTool" 132 /> 133 <Tool 134 Name="VCBscMakeTool" 135 /> 136 <Tool 137 Name="VCFxCopTool" 138 /> 139 <Tool 140 Name="VCPostBuildEventTool" 141 /> 142 </Configuration> 143 </Configurations> 144 <References> 145 </References> 146 <Files> 147 <File 148 RelativePath=".\callbacks.c" 149 > 150 </File> 151 <File 152 RelativePath=".\callbacks.h" 153 > 154 </File> 155 <File 156 RelativePath=".\compress.c" 157 > 158 </File> 159 <File 160 RelativePath=".\enet.h" 161 > 162 </File> 163 <File 164 RelativePath=".\host.c" 165 > 166 </File> 167 <File 168 RelativePath=".\list.c" 169 > 170 </File> 171 <File 172 RelativePath=".\list.h" 173 > 174 </File> 175 <File 176 RelativePath=".\packet.c" 177 > 178 </File> 179 <File 180 RelativePath=".\peer.c" 181 > 182 </File> 183 <File 184 RelativePath=".\protocol.c" 185 > 186 </File> 187 <File 188 RelativePath=".\protocol.h" 189 > 190 </File> 191 <File 192 RelativePath=".\time.h" 193 > 194 </File> 195 <File 196 RelativePath=".\types.h" 197 > 198 </File> 199 <File 200 RelativePath=".\unix.c" 201 > 202 </File> 203 <File 204 RelativePath=".\unix.h" 205 > 206 </File> 207 <File 208 RelativePath=".\utility.h" 209 > 210 </File> 211 <File 212 RelativePath=".\win32.c" 213 > 214 </File> 215 <File 216 RelativePath=".\win32.h" 217 > 218 </File> 219 </Files> 220 <Globals> 221 </Globals> 222</VisualStudioProject>