libresman
changeset 7:04362221f12d
visual studio project files
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Mon, 03 Feb 2014 05:23:11 +0200 |
parents | 410c19c735b2 |
children | 86465d3d05d2 |
files | examples/imgthumbs/imgthumbs.vcproj examples/resman.vsprops libresman-static.vcproj libresman.sln libresman.vcproj resman.def |
diffstat | 6 files changed, 667 insertions(+), 0 deletions(-) [+] |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/examples/imgthumbs/imgthumbs.vcproj Mon Feb 03 05:23:11 2014 +0200 1.3 @@ -0,0 +1,211 @@ 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="imgthumbs" 1.9 + ProjectGUID="{022D306F-6002-4EAD-ADF5-5B31BB339791}" 1.10 + RootNamespace="imgthumbs" 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="1" 1.27 + InheritedPropertySheets="..\resman.vsprops" 1.28 + CharacterSet="2" 1.29 + > 1.30 + <Tool 1.31 + Name="VCPreBuildEventTool" 1.32 + /> 1.33 + <Tool 1.34 + Name="VCCustomBuildTool" 1.35 + /> 1.36 + <Tool 1.37 + Name="VCXMLDataGeneratorTool" 1.38 + /> 1.39 + <Tool 1.40 + Name="VCWebServiceProxyGeneratorTool" 1.41 + /> 1.42 + <Tool 1.43 + Name="VCMIDLTool" 1.44 + /> 1.45 + <Tool 1.46 + Name="VCCLCompilerTool" 1.47 + Optimization="0" 1.48 + AdditionalIncludeDirectories=""$(ProjectDir)\src\win32"" 1.49 + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" 1.50 + MinimalRebuild="true" 1.51 + BasicRuntimeChecks="3" 1.52 + RuntimeLibrary="3" 1.53 + UsePrecompiledHeader="0" 1.54 + WarningLevel="3" 1.55 + DebugInformationFormat="4" 1.56 + /> 1.57 + <Tool 1.58 + Name="VCManagedResourceCompilerTool" 1.59 + /> 1.60 + <Tool 1.61 + Name="VCResourceCompilerTool" 1.62 + /> 1.63 + <Tool 1.64 + Name="VCPreLinkEventTool" 1.65 + /> 1.66 + <Tool 1.67 + Name="VCLinkerTool" 1.68 + AdditionalDependencies="opengl32.lib glut32.lib libimago2.lib libpng.lib zlib.lib jpeglib.lib" 1.69 + LinkIncremental="2" 1.70 + GenerateDebugInformation="true" 1.71 + SubSystem="1" 1.72 + TargetMachine="1" 1.73 + /> 1.74 + <Tool 1.75 + Name="VCALinkTool" 1.76 + /> 1.77 + <Tool 1.78 + Name="VCManifestTool" 1.79 + /> 1.80 + <Tool 1.81 + Name="VCXDCMakeTool" 1.82 + /> 1.83 + <Tool 1.84 + Name="VCBscMakeTool" 1.85 + /> 1.86 + <Tool 1.87 + Name="VCFxCopTool" 1.88 + /> 1.89 + <Tool 1.90 + Name="VCAppVerifierTool" 1.91 + /> 1.92 + <Tool 1.93 + Name="VCPostBuildEventTool" 1.94 + /> 1.95 + </Configuration> 1.96 + <Configuration 1.97 + Name="Release|Win32" 1.98 + OutputDirectory="$(SolutionDir)$(ConfigurationName)" 1.99 + IntermediateDirectory="$(ConfigurationName)" 1.100 + ConfigurationType="1" 1.101 + InheritedPropertySheets="..\resman.vsprops" 1.102 + CharacterSet="2" 1.103 + WholeProgramOptimization="1" 1.104 + > 1.105 + <Tool 1.106 + Name="VCPreBuildEventTool" 1.107 + /> 1.108 + <Tool 1.109 + Name="VCCustomBuildTool" 1.110 + /> 1.111 + <Tool 1.112 + Name="VCXMLDataGeneratorTool" 1.113 + /> 1.114 + <Tool 1.115 + Name="VCWebServiceProxyGeneratorTool" 1.116 + /> 1.117 + <Tool 1.118 + Name="VCMIDLTool" 1.119 + /> 1.120 + <Tool 1.121 + Name="VCCLCompilerTool" 1.122 + Optimization="2" 1.123 + EnableIntrinsicFunctions="true" 1.124 + AdditionalIncludeDirectories=""$(ProjectDir)\src\win32"" 1.125 + PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 1.126 + RuntimeLibrary="2" 1.127 + EnableFunctionLevelLinking="true" 1.128 + UsePrecompiledHeader="0" 1.129 + WarningLevel="3" 1.130 + DebugInformationFormat="3" 1.131 + /> 1.132 + <Tool 1.133 + Name="VCManagedResourceCompilerTool" 1.134 + /> 1.135 + <Tool 1.136 + Name="VCResourceCompilerTool" 1.137 + /> 1.138 + <Tool 1.139 + Name="VCPreLinkEventTool" 1.140 + /> 1.141 + <Tool 1.142 + Name="VCLinkerTool" 1.143 + AdditionalDependencies="opengl32.lib glut32.lib libimago2.lib libpng.lib zlib.lib jpeglib.lib" 1.144 + LinkIncremental="1" 1.145 + GenerateDebugInformation="true" 1.146 + SubSystem="1" 1.147 + OptimizeReferences="2" 1.148 + EnableCOMDATFolding="2" 1.149 + TargetMachine="1" 1.150 + /> 1.151 + <Tool 1.152 + Name="VCALinkTool" 1.153 + /> 1.154 + <Tool 1.155 + Name="VCManifestTool" 1.156 + /> 1.157 + <Tool 1.158 + Name="VCXDCMakeTool" 1.159 + /> 1.160 + <Tool 1.161 + Name="VCBscMakeTool" 1.162 + /> 1.163 + <Tool 1.164 + Name="VCFxCopTool" 1.165 + /> 1.166 + <Tool 1.167 + Name="VCAppVerifierTool" 1.168 + /> 1.169 + <Tool 1.170 + Name="VCPostBuildEventTool" 1.171 + /> 1.172 + </Configuration> 1.173 + </Configurations> 1.174 + <References> 1.175 + </References> 1.176 + <Files> 1.177 + <Filter 1.178 + Name="src" 1.179 + Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx;h" 1.180 + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 1.181 + > 1.182 + <File 1.183 + RelativePath=".\src\main.c" 1.184 + > 1.185 + </File> 1.186 + <File 1.187 + RelativePath=".\src\opengl.h" 1.188 + > 1.189 + </File> 1.190 + <File 1.191 + RelativePath=".\src\thumbs.c" 1.192 + > 1.193 + </File> 1.194 + <File 1.195 + RelativePath=".\src\thumbs.h" 1.196 + > 1.197 + </File> 1.198 + <Filter 1.199 + Name="win32" 1.200 + > 1.201 + <File 1.202 + RelativePath=".\src\win32\dirent.c" 1.203 + > 1.204 + </File> 1.205 + <File 1.206 + RelativePath=".\src\win32\dirent.h" 1.207 + > 1.208 + </File> 1.209 + </Filter> 1.210 + </Filter> 1.211 + </Files> 1.212 + <Globals> 1.213 + </Globals> 1.214 +</VisualStudioProject>
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/examples/resman.vsprops Mon Feb 03 05:23:11 2014 +0200 2.3 @@ -0,0 +1,16 @@ 2.4 +<?xml version="1.0" encoding="Windows-1252"?> 2.5 +<VisualStudioPropertySheet 2.6 + ProjectType="Visual C++" 2.7 + Version="8.00" 2.8 + Name="resman" 2.9 + > 2.10 + <Tool 2.11 + Name="VCCLCompilerTool" 2.12 + AdditionalIncludeDirectories=""$(SolutionDir)\src"" 2.13 + /> 2.14 + <Tool 2.15 + Name="VCLinkerTool" 2.16 + AdditionalDependencies="libresman.lib" 2.17 + AdditionalLibraryDirectories=""$(TargetDir)"" 2.18 + /> 2.19 +</VisualStudioPropertySheet>
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/libresman-static.vcproj Mon Feb 03 05:23:11 2014 +0200 3.3 @@ -0,0 +1,177 @@ 3.4 +<?xml version="1.0" encoding="Windows-1252"?> 3.5 +<VisualStudioProject 3.6 + ProjectType="Visual C++" 3.7 + Version="9.00" 3.8 + Name="libresman-static" 3.9 + ProjectGUID="{30D59998-59D6-46D6-ADEC-9C716878317D}" 3.10 + RootNamespace="libresmanstatic" 3.11 + Keyword="Win32Proj" 3.12 + TargetFrameworkVersion="196613" 3.13 + > 3.14 + <Platforms> 3.15 + <Platform 3.16 + Name="Win32" 3.17 + /> 3.18 + </Platforms> 3.19 + <ToolFiles> 3.20 + </ToolFiles> 3.21 + <Configurations> 3.22 + <Configuration 3.23 + Name="Debug|Win32" 3.24 + OutputDirectory="$(SolutionDir)$(ConfigurationName)" 3.25 + IntermediateDirectory="$(ConfigurationName)" 3.26 + ConfigurationType="4" 3.27 + CharacterSet="1" 3.28 + > 3.29 + <Tool 3.30 + Name="VCPreBuildEventTool" 3.31 + /> 3.32 + <Tool 3.33 + Name="VCCustomBuildTool" 3.34 + /> 3.35 + <Tool 3.36 + Name="VCXMLDataGeneratorTool" 3.37 + /> 3.38 + <Tool 3.39 + Name="VCWebServiceProxyGeneratorTool" 3.40 + /> 3.41 + <Tool 3.42 + Name="VCMIDLTool" 3.43 + /> 3.44 + <Tool 3.45 + Name="VCCLCompilerTool" 3.46 + Optimization="0" 3.47 + PreprocessorDefinitions="WIN32;_DEBUG;_LIB" 3.48 + MinimalRebuild="true" 3.49 + BasicRuntimeChecks="3" 3.50 + RuntimeLibrary="3" 3.51 + UsePrecompiledHeader="0" 3.52 + WarningLevel="3" 3.53 + DebugInformationFormat="4" 3.54 + DisableSpecificWarnings="4996" 3.55 + /> 3.56 + <Tool 3.57 + Name="VCManagedResourceCompilerTool" 3.58 + /> 3.59 + <Tool 3.60 + Name="VCResourceCompilerTool" 3.61 + /> 3.62 + <Tool 3.63 + Name="VCPreLinkEventTool" 3.64 + /> 3.65 + <Tool 3.66 + Name="VCLibrarianTool" 3.67 + /> 3.68 + <Tool 3.69 + Name="VCALinkTool" 3.70 + /> 3.71 + <Tool 3.72 + Name="VCXDCMakeTool" 3.73 + /> 3.74 + <Tool 3.75 + Name="VCBscMakeTool" 3.76 + /> 3.77 + <Tool 3.78 + Name="VCFxCopTool" 3.79 + /> 3.80 + <Tool 3.81 + Name="VCPostBuildEventTool" 3.82 + /> 3.83 + </Configuration> 3.84 + <Configuration 3.85 + Name="Release|Win32" 3.86 + OutputDirectory="$(SolutionDir)$(ConfigurationName)" 3.87 + IntermediateDirectory="$(ConfigurationName)" 3.88 + ConfigurationType="4" 3.89 + CharacterSet="1" 3.90 + WholeProgramOptimization="1" 3.91 + > 3.92 + <Tool 3.93 + Name="VCPreBuildEventTool" 3.94 + /> 3.95 + <Tool 3.96 + Name="VCCustomBuildTool" 3.97 + /> 3.98 + <Tool 3.99 + Name="VCXMLDataGeneratorTool" 3.100 + /> 3.101 + <Tool 3.102 + Name="VCWebServiceProxyGeneratorTool" 3.103 + /> 3.104 + <Tool 3.105 + Name="VCMIDLTool" 3.106 + /> 3.107 + <Tool 3.108 + Name="VCCLCompilerTool" 3.109 + Optimization="2" 3.110 + EnableIntrinsicFunctions="true" 3.111 + PreprocessorDefinitions="WIN32;NDEBUG;_LIB" 3.112 + RuntimeLibrary="2" 3.113 + EnableFunctionLevelLinking="true" 3.114 + UsePrecompiledHeader="0" 3.115 + WarningLevel="3" 3.116 + DebugInformationFormat="3" 3.117 + DisableSpecificWarnings="4996" 3.118 + /> 3.119 + <Tool 3.120 + Name="VCManagedResourceCompilerTool" 3.121 + /> 3.122 + <Tool 3.123 + Name="VCResourceCompilerTool" 3.124 + /> 3.125 + <Tool 3.126 + Name="VCPreLinkEventTool" 3.127 + /> 3.128 + <Tool 3.129 + Name="VCLibrarianTool" 3.130 + /> 3.131 + <Tool 3.132 + Name="VCALinkTool" 3.133 + /> 3.134 + <Tool 3.135 + Name="VCXDCMakeTool" 3.136 + /> 3.137 + <Tool 3.138 + Name="VCBscMakeTool" 3.139 + /> 3.140 + <Tool 3.141 + Name="VCFxCopTool" 3.142 + /> 3.143 + <Tool 3.144 + Name="VCPostBuildEventTool" 3.145 + /> 3.146 + </Configuration> 3.147 + </Configurations> 3.148 + <References> 3.149 + </References> 3.150 + <Files> 3.151 + <Filter 3.152 + Name="src" 3.153 + Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx;h" 3.154 + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 3.155 + > 3.156 + <File 3.157 + RelativePath=".\src\dynarr.c" 3.158 + > 3.159 + </File> 3.160 + <File 3.161 + RelativePath=".\src\dynarr.h" 3.162 + > 3.163 + </File> 3.164 + <File 3.165 + RelativePath=".\src\resman.c" 3.166 + > 3.167 + </File> 3.168 + <File 3.169 + RelativePath=".\src\resman.h" 3.170 + > 3.171 + </File> 3.172 + <File 3.173 + RelativePath=".\src\threadpool.h" 3.174 + > 3.175 + </File> 3.176 + </Filter> 3.177 + </Files> 3.178 + <Globals> 3.179 + </Globals> 3.180 +</VisualStudioProject>
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/libresman.sln Mon Feb 03 05:23:11 2014 +0200 4.3 @@ -0,0 +1,32 @@ 4.4 + 4.5 +Microsoft Visual Studio Solution File, Format Version 10.00 4.6 +# Visual Studio 2008 4.7 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libresman", "libresman.vcproj", "{BCD20CF4-E710-4520-8A51-E29E221D53BA}" 4.8 +EndProject 4.9 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libresman-static", "libresman-static.vcproj", "{30D59998-59D6-46D6-ADEC-9C716878317D}" 4.10 +EndProject 4.11 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "imgthumbs", "examples\imgthumbs\imgthumbs.vcproj", "{022D306F-6002-4EAD-ADF5-5B31BB339791}" 4.12 +EndProject 4.13 +Global 4.14 + GlobalSection(SolutionConfigurationPlatforms) = preSolution 4.15 + Debug|Win32 = Debug|Win32 4.16 + Release|Win32 = Release|Win32 4.17 + EndGlobalSection 4.18 + GlobalSection(ProjectConfigurationPlatforms) = postSolution 4.19 + {BCD20CF4-E710-4520-8A51-E29E221D53BA}.Debug|Win32.ActiveCfg = Debug|Win32 4.20 + {BCD20CF4-E710-4520-8A51-E29E221D53BA}.Debug|Win32.Build.0 = Debug|Win32 4.21 + {BCD20CF4-E710-4520-8A51-E29E221D53BA}.Release|Win32.ActiveCfg = Release|Win32 4.22 + {BCD20CF4-E710-4520-8A51-E29E221D53BA}.Release|Win32.Build.0 = Release|Win32 4.23 + {30D59998-59D6-46D6-ADEC-9C716878317D}.Debug|Win32.ActiveCfg = Debug|Win32 4.24 + {30D59998-59D6-46D6-ADEC-9C716878317D}.Debug|Win32.Build.0 = Debug|Win32 4.25 + {30D59998-59D6-46D6-ADEC-9C716878317D}.Release|Win32.ActiveCfg = Release|Win32 4.26 + {30D59998-59D6-46D6-ADEC-9C716878317D}.Release|Win32.Build.0 = Release|Win32 4.27 + {022D306F-6002-4EAD-ADF5-5B31BB339791}.Debug|Win32.ActiveCfg = Debug|Win32 4.28 + {022D306F-6002-4EAD-ADF5-5B31BB339791}.Debug|Win32.Build.0 = Debug|Win32 4.29 + {022D306F-6002-4EAD-ADF5-5B31BB339791}.Release|Win32.ActiveCfg = Release|Win32 4.30 + {022D306F-6002-4EAD-ADF5-5B31BB339791}.Release|Win32.Build.0 = Release|Win32 4.31 + EndGlobalSection 4.32 + GlobalSection(SolutionProperties) = preSolution 4.33 + HideSolutionNode = FALSE 4.34 + EndGlobalSection 4.35 +EndGlobal
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/libresman.vcproj Mon Feb 03 05:23:11 2014 +0200 5.3 @@ -0,0 +1,211 @@ 5.4 +<?xml version="1.0" encoding="Windows-1252"?> 5.5 +<VisualStudioProject 5.6 + ProjectType="Visual C++" 5.7 + Version="9.00" 5.8 + Name="libresman" 5.9 + ProjectGUID="{BCD20CF4-E710-4520-8A51-E29E221D53BA}" 5.10 + RootNamespace="libresman" 5.11 + Keyword="Win32Proj" 5.12 + TargetFrameworkVersion="196613" 5.13 + > 5.14 + <Platforms> 5.15 + <Platform 5.16 + Name="Win32" 5.17 + /> 5.18 + </Platforms> 5.19 + <ToolFiles> 5.20 + </ToolFiles> 5.21 + <Configurations> 5.22 + <Configuration 5.23 + Name="Debug|Win32" 5.24 + OutputDirectory="$(SolutionDir)$(ConfigurationName)" 5.25 + IntermediateDirectory="$(ConfigurationName)" 5.26 + ConfigurationType="2" 5.27 + CharacterSet="1" 5.28 + > 5.29 + <Tool 5.30 + Name="VCPreBuildEventTool" 5.31 + /> 5.32 + <Tool 5.33 + Name="VCCustomBuildTool" 5.34 + /> 5.35 + <Tool 5.36 + Name="VCXMLDataGeneratorTool" 5.37 + /> 5.38 + <Tool 5.39 + Name="VCWebServiceProxyGeneratorTool" 5.40 + /> 5.41 + <Tool 5.42 + Name="VCMIDLTool" 5.43 + /> 5.44 + <Tool 5.45 + Name="VCCLCompilerTool" 5.46 + Optimization="0" 5.47 + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBRESMAN_EXPORTS" 5.48 + MinimalRebuild="true" 5.49 + BasicRuntimeChecks="3" 5.50 + RuntimeLibrary="3" 5.51 + UsePrecompiledHeader="0" 5.52 + WarningLevel="3" 5.53 + DebugInformationFormat="4" 5.54 + DisableSpecificWarnings="4996" 5.55 + /> 5.56 + <Tool 5.57 + Name="VCManagedResourceCompilerTool" 5.58 + /> 5.59 + <Tool 5.60 + Name="VCResourceCompilerTool" 5.61 + /> 5.62 + <Tool 5.63 + Name="VCPreLinkEventTool" 5.64 + /> 5.65 + <Tool 5.66 + Name="VCLinkerTool" 5.67 + AdditionalDependencies="pthreadVC2.lib" 5.68 + LinkIncremental="2" 5.69 + ModuleDefinitionFile="resman.def" 5.70 + GenerateDebugInformation="true" 5.71 + SubSystem="2" 5.72 + TargetMachine="1" 5.73 + /> 5.74 + <Tool 5.75 + Name="VCALinkTool" 5.76 + /> 5.77 + <Tool 5.78 + Name="VCManifestTool" 5.79 + /> 5.80 + <Tool 5.81 + Name="VCXDCMakeTool" 5.82 + /> 5.83 + <Tool 5.84 + Name="VCBscMakeTool" 5.85 + /> 5.86 + <Tool 5.87 + Name="VCFxCopTool" 5.88 + /> 5.89 + <Tool 5.90 + Name="VCAppVerifierTool" 5.91 + /> 5.92 + <Tool 5.93 + Name="VCPostBuildEventTool" 5.94 + /> 5.95 + </Configuration> 5.96 + <Configuration 5.97 + Name="Release|Win32" 5.98 + OutputDirectory="$(SolutionDir)$(ConfigurationName)" 5.99 + IntermediateDirectory="$(ConfigurationName)" 5.100 + ConfigurationType="2" 5.101 + CharacterSet="1" 5.102 + WholeProgramOptimization="1" 5.103 + > 5.104 + <Tool 5.105 + Name="VCPreBuildEventTool" 5.106 + /> 5.107 + <Tool 5.108 + Name="VCCustomBuildTool" 5.109 + /> 5.110 + <Tool 5.111 + Name="VCXMLDataGeneratorTool" 5.112 + /> 5.113 + <Tool 5.114 + Name="VCWebServiceProxyGeneratorTool" 5.115 + /> 5.116 + <Tool 5.117 + Name="VCMIDLTool" 5.118 + /> 5.119 + <Tool 5.120 + Name="VCCLCompilerTool" 5.121 + Optimization="2" 5.122 + EnableIntrinsicFunctions="true" 5.123 + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBRESMAN_EXPORTS" 5.124 + RuntimeLibrary="2" 5.125 + EnableFunctionLevelLinking="true" 5.126 + UsePrecompiledHeader="0" 5.127 + WarningLevel="3" 5.128 + DebugInformationFormat="3" 5.129 + DisableSpecificWarnings="4996" 5.130 + /> 5.131 + <Tool 5.132 + Name="VCManagedResourceCompilerTool" 5.133 + /> 5.134 + <Tool 5.135 + Name="VCResourceCompilerTool" 5.136 + /> 5.137 + <Tool 5.138 + Name="VCPreLinkEventTool" 5.139 + /> 5.140 + <Tool 5.141 + Name="VCLinkerTool" 5.142 + AdditionalDependencies="pthreadVC2.lib" 5.143 + LinkIncremental="1" 5.144 + ModuleDefinitionFile="resman.def" 5.145 + GenerateDebugInformation="true" 5.146 + SubSystem="2" 5.147 + OptimizeReferences="2" 5.148 + EnableCOMDATFolding="2" 5.149 + TargetMachine="1" 5.150 + /> 5.151 + <Tool 5.152 + Name="VCALinkTool" 5.153 + /> 5.154 + <Tool 5.155 + Name="VCManifestTool" 5.156 + /> 5.157 + <Tool 5.158 + Name="VCXDCMakeTool" 5.159 + /> 5.160 + <Tool 5.161 + Name="VCBscMakeTool" 5.162 + /> 5.163 + <Tool 5.164 + Name="VCFxCopTool" 5.165 + /> 5.166 + <Tool 5.167 + Name="VCAppVerifierTool" 5.168 + /> 5.169 + <Tool 5.170 + Name="VCPostBuildEventTool" 5.171 + /> 5.172 + </Configuration> 5.173 + </Configurations> 5.174 + <References> 5.175 + </References> 5.176 + <Files> 5.177 + <Filter 5.178 + Name="src" 5.179 + Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx;h" 5.180 + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 5.181 + > 5.182 + <File 5.183 + RelativePath=".\src\dynarr.c" 5.184 + > 5.185 + </File> 5.186 + <File 5.187 + RelativePath=".\src\dynarr.h" 5.188 + > 5.189 + </File> 5.190 + <File 5.191 + RelativePath=".\src\resman.c" 5.192 + > 5.193 + </File> 5.194 + <File 5.195 + RelativePath=".\src\resman.h" 5.196 + > 5.197 + </File> 5.198 + <File 5.199 + RelativePath=".\src\threadpool.c" 5.200 + > 5.201 + </File> 5.202 + <File 5.203 + RelativePath=".\src\threadpool.h" 5.204 + > 5.205 + </File> 5.206 + </Filter> 5.207 + <File 5.208 + RelativePath=".\resman.def" 5.209 + > 5.210 + </File> 5.211 + </Files> 5.212 + <Globals> 5.213 + </Globals> 5.214 +</VisualStudioProject>
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/resman.def Mon Feb 03 05:23:11 2014 +0200 6.3 @@ -0,0 +1,20 @@ 6.4 +LIBRARY "libresman" 6.5 +EXPORTS 6.6 + resman_create 6.7 + resman_free 6.8 + 6.9 + resman_init 6.10 + resman_destroy 6.11 + 6.12 + resman_set_load_func 6.13 + resman_set_create_func 6.14 + resman_set_update_func 6.15 + resman_set_destroy_func 6.16 + 6.17 + resman_lookup 6.18 + resman_wait 6.19 + 6.20 + resman_poll 6.21 + 6.22 + resman_set_res_data 6.23 + resman_get_res_data 6.24 \ No newline at end of file