libresman
diff libresman-static.vcproj @ 7:04362221f12d
visual studio project files
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Mon, 03 Feb 2014 05:23:11 +0200 |
parents | |
children | 86465d3d05d2 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libresman-static.vcproj Mon Feb 03 05:23:11 2014 +0200 1.3 @@ -0,0 +1,177 @@ 1.4 +<?xml version="1.0" encoding="Windows-1252"?> 1.5 +<VisualStudioProject 1.6 + ProjectType="Visual C++" 1.7 + Version="9.00" 1.8 + Name="libresman-static" 1.9 + ProjectGUID="{30D59998-59D6-46D6-ADEC-9C716878317D}" 1.10 + RootNamespace="libresmanstatic" 1.11 + Keyword="Win32Proj" 1.12 + TargetFrameworkVersion="196613" 1.13 + > 1.14 + <Platforms> 1.15 + <Platform 1.16 + Name="Win32" 1.17 + /> 1.18 + </Platforms> 1.19 + <ToolFiles> 1.20 + </ToolFiles> 1.21 + <Configurations> 1.22 + <Configuration 1.23 + Name="Debug|Win32" 1.24 + OutputDirectory="$(SolutionDir)$(ConfigurationName)" 1.25 + IntermediateDirectory="$(ConfigurationName)" 1.26 + ConfigurationType="4" 1.27 + CharacterSet="1" 1.28 + > 1.29 + <Tool 1.30 + Name="VCPreBuildEventTool" 1.31 + /> 1.32 + <Tool 1.33 + Name="VCCustomBuildTool" 1.34 + /> 1.35 + <Tool 1.36 + Name="VCXMLDataGeneratorTool" 1.37 + /> 1.38 + <Tool 1.39 + Name="VCWebServiceProxyGeneratorTool" 1.40 + /> 1.41 + <Tool 1.42 + Name="VCMIDLTool" 1.43 + /> 1.44 + <Tool 1.45 + Name="VCCLCompilerTool" 1.46 + Optimization="0" 1.47 + PreprocessorDefinitions="WIN32;_DEBUG;_LIB" 1.48 + MinimalRebuild="true" 1.49 + BasicRuntimeChecks="3" 1.50 + RuntimeLibrary="3" 1.51 + UsePrecompiledHeader="0" 1.52 + WarningLevel="3" 1.53 + DebugInformationFormat="4" 1.54 + DisableSpecificWarnings="4996" 1.55 + /> 1.56 + <Tool 1.57 + Name="VCManagedResourceCompilerTool" 1.58 + /> 1.59 + <Tool 1.60 + Name="VCResourceCompilerTool" 1.61 + /> 1.62 + <Tool 1.63 + Name="VCPreLinkEventTool" 1.64 + /> 1.65 + <Tool 1.66 + Name="VCLibrarianTool" 1.67 + /> 1.68 + <Tool 1.69 + Name="VCALinkTool" 1.70 + /> 1.71 + <Tool 1.72 + Name="VCXDCMakeTool" 1.73 + /> 1.74 + <Tool 1.75 + Name="VCBscMakeTool" 1.76 + /> 1.77 + <Tool 1.78 + Name="VCFxCopTool" 1.79 + /> 1.80 + <Tool 1.81 + Name="VCPostBuildEventTool" 1.82 + /> 1.83 + </Configuration> 1.84 + <Configuration 1.85 + Name="Release|Win32" 1.86 + OutputDirectory="$(SolutionDir)$(ConfigurationName)" 1.87 + IntermediateDirectory="$(ConfigurationName)" 1.88 + ConfigurationType="4" 1.89 + CharacterSet="1" 1.90 + WholeProgramOptimization="1" 1.91 + > 1.92 + <Tool 1.93 + Name="VCPreBuildEventTool" 1.94 + /> 1.95 + <Tool 1.96 + Name="VCCustomBuildTool" 1.97 + /> 1.98 + <Tool 1.99 + Name="VCXMLDataGeneratorTool" 1.100 + /> 1.101 + <Tool 1.102 + Name="VCWebServiceProxyGeneratorTool" 1.103 + /> 1.104 + <Tool 1.105 + Name="VCMIDLTool" 1.106 + /> 1.107 + <Tool 1.108 + Name="VCCLCompilerTool" 1.109 + Optimization="2" 1.110 + EnableIntrinsicFunctions="true" 1.111 + PreprocessorDefinitions="WIN32;NDEBUG;_LIB" 1.112 + RuntimeLibrary="2" 1.113 + EnableFunctionLevelLinking="true" 1.114 + UsePrecompiledHeader="0" 1.115 + WarningLevel="3" 1.116 + DebugInformationFormat="3" 1.117 + DisableSpecificWarnings="4996" 1.118 + /> 1.119 + <Tool 1.120 + Name="VCManagedResourceCompilerTool" 1.121 + /> 1.122 + <Tool 1.123 + Name="VCResourceCompilerTool" 1.124 + /> 1.125 + <Tool 1.126 + Name="VCPreLinkEventTool" 1.127 + /> 1.128 + <Tool 1.129 + Name="VCLibrarianTool" 1.130 + /> 1.131 + <Tool 1.132 + Name="VCALinkTool" 1.133 + /> 1.134 + <Tool 1.135 + Name="VCXDCMakeTool" 1.136 + /> 1.137 + <Tool 1.138 + Name="VCBscMakeTool" 1.139 + /> 1.140 + <Tool 1.141 + Name="VCFxCopTool" 1.142 + /> 1.143 + <Tool 1.144 + Name="VCPostBuildEventTool" 1.145 + /> 1.146 + </Configuration> 1.147 + </Configurations> 1.148 + <References> 1.149 + </References> 1.150 + <Files> 1.151 + <Filter 1.152 + Name="src" 1.153 + Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx;h" 1.154 + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 1.155 + > 1.156 + <File 1.157 + RelativePath=".\src\dynarr.c" 1.158 + > 1.159 + </File> 1.160 + <File 1.161 + RelativePath=".\src\dynarr.h" 1.162 + > 1.163 + </File> 1.164 + <File 1.165 + RelativePath=".\src\resman.c" 1.166 + > 1.167 + </File> 1.168 + <File 1.169 + RelativePath=".\src\resman.h" 1.170 + > 1.171 + </File> 1.172 + <File 1.173 + RelativePath=".\src\threadpool.h" 1.174 + > 1.175 + </File> 1.176 + </Filter> 1.177 + </Files> 1.178 + <Globals> 1.179 + </Globals> 1.180 +</VisualStudioProject>