libanim

changeset 11:8eaf462ce992

added visual studio project
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 10 Mar 2013 18:52:57 +0200
parents b408f3f655e9
children 9691b3521fa3
files example/example.vcproj libanim.sln libanim.vcproj
diffstat 3 files changed, 406 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/example/example.vcproj	Sun Mar 10 18:52:57 2013 +0200
     1.3 @@ -0,0 +1,187 @@
     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="example"
     1.9 +	ProjectGUID="{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}"
    1.10 +	RootNamespace="example"
    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 +			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 +				AdditionalIncludeDirectories="&quot;$(SolutionDir)\src&quot;"
    1.48 +				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
    1.49 +				MinimalRebuild="true"
    1.50 +				BasicRuntimeChecks="3"
    1.51 +				RuntimeLibrary="3"
    1.52 +				UsePrecompiledHeader="0"
    1.53 +				WarningLevel="3"
    1.54 +				DebugInformationFormat="4"
    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="VCLinkerTool"
    1.67 +				AdditionalDependencies="libanim.lib"
    1.68 +				LinkIncremental="2"
    1.69 +				AdditionalLibraryDirectories="&quot;$(SolutionDir)\$(ConfigurationName)&quot;"
    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 +			CharacterSet="1"
   1.102 +			WholeProgramOptimization="1"
   1.103 +			>
   1.104 +			<Tool
   1.105 +				Name="VCPreBuildEventTool"
   1.106 +			/>
   1.107 +			<Tool
   1.108 +				Name="VCCustomBuildTool"
   1.109 +			/>
   1.110 +			<Tool
   1.111 +				Name="VCXMLDataGeneratorTool"
   1.112 +			/>
   1.113 +			<Tool
   1.114 +				Name="VCWebServiceProxyGeneratorTool"
   1.115 +			/>
   1.116 +			<Tool
   1.117 +				Name="VCMIDLTool"
   1.118 +			/>
   1.119 +			<Tool
   1.120 +				Name="VCCLCompilerTool"
   1.121 +				Optimization="2"
   1.122 +				EnableIntrinsicFunctions="true"
   1.123 +				AdditionalIncludeDirectories="&quot;$(SolutionDir)\src&quot;"
   1.124 +				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
   1.125 +				RuntimeLibrary="2"
   1.126 +				EnableFunctionLevelLinking="true"
   1.127 +				UsePrecompiledHeader="0"
   1.128 +				WarningLevel="3"
   1.129 +				DebugInformationFormat="3"
   1.130 +			/>
   1.131 +			<Tool
   1.132 +				Name="VCManagedResourceCompilerTool"
   1.133 +			/>
   1.134 +			<Tool
   1.135 +				Name="VCResourceCompilerTool"
   1.136 +			/>
   1.137 +			<Tool
   1.138 +				Name="VCPreLinkEventTool"
   1.139 +			/>
   1.140 +			<Tool
   1.141 +				Name="VCLinkerTool"
   1.142 +				AdditionalDependencies="libanim.lib"
   1.143 +				LinkIncremental="1"
   1.144 +				AdditionalLibraryDirectories="&quot;$(SolutionDir)\$(ConfigurationName)&quot;"
   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="Source Files"
   1.179 +			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
   1.180 +			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
   1.181 +			>
   1.182 +			<File
   1.183 +				RelativePath=".\test.c"
   1.184 +				>
   1.185 +			</File>
   1.186 +		</Filter>
   1.187 +	</Files>
   1.188 +	<Globals>
   1.189 +	</Globals>
   1.190 +</VisualStudioProject>
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/libanim.sln	Sun Mar 10 18:52:57 2013 +0200
     2.3 @@ -0,0 +1,26 @@
     2.4 +
     2.5 +Microsoft Visual Studio Solution File, Format Version 10.00
     2.6 +# Visual C++ Express 2008
     2.7 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libanim", "libanim.vcproj", "{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}"
     2.8 +EndProject
     2.9 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example", "example\example.vcproj", "{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}"
    2.10 +EndProject
    2.11 +Global
    2.12 +	GlobalSection(SolutionConfigurationPlatforms) = preSolution
    2.13 +		Debug|Win32 = Debug|Win32
    2.14 +		Release|Win32 = Release|Win32
    2.15 +	EndGlobalSection
    2.16 +	GlobalSection(ProjectConfigurationPlatforms) = postSolution
    2.17 +		{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Debug|Win32.ActiveCfg = Debug|Win32
    2.18 +		{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Debug|Win32.Build.0 = Debug|Win32
    2.19 +		{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Release|Win32.ActiveCfg = Release|Win32
    2.20 +		{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}.Release|Win32.Build.0 = Release|Win32
    2.21 +		{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Debug|Win32.ActiveCfg = Debug|Win32
    2.22 +		{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Debug|Win32.Build.0 = Debug|Win32
    2.23 +		{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Release|Win32.ActiveCfg = Release|Win32
    2.24 +		{0121AD8F-6279-4AC6-9CD4-EDBC798BC498}.Release|Win32.Build.0 = Release|Win32
    2.25 +	EndGlobalSection
    2.26 +	GlobalSection(SolutionProperties) = preSolution
    2.27 +		HideSolutionNode = FALSE
    2.28 +	EndGlobalSection
    2.29 +EndGlobal
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/libanim.vcproj	Sun Mar 10 18:52:57 2013 +0200
     3.3 @@ -0,0 +1,193 @@
     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="libanim"
     3.9 +	ProjectGUID="{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}"
    3.10 +	RootNamespace="libanim"
    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;4244"
    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 +				AdditionalDependencies="libvmath.lib pthreadVC2.lib"
    3.68 +			/>
    3.69 +			<Tool
    3.70 +				Name="VCALinkTool"
    3.71 +			/>
    3.72 +			<Tool
    3.73 +				Name="VCXDCMakeTool"
    3.74 +			/>
    3.75 +			<Tool
    3.76 +				Name="VCBscMakeTool"
    3.77 +			/>
    3.78 +			<Tool
    3.79 +				Name="VCFxCopTool"
    3.80 +			/>
    3.81 +			<Tool
    3.82 +				Name="VCPostBuildEventTool"
    3.83 +			/>
    3.84 +		</Configuration>
    3.85 +		<Configuration
    3.86 +			Name="Release|Win32"
    3.87 +			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
    3.88 +			IntermediateDirectory="$(ConfigurationName)"
    3.89 +			ConfigurationType="4"
    3.90 +			CharacterSet="1"
    3.91 +			WholeProgramOptimization="1"
    3.92 +			>
    3.93 +			<Tool
    3.94 +				Name="VCPreBuildEventTool"
    3.95 +			/>
    3.96 +			<Tool
    3.97 +				Name="VCCustomBuildTool"
    3.98 +			/>
    3.99 +			<Tool
   3.100 +				Name="VCXMLDataGeneratorTool"
   3.101 +			/>
   3.102 +			<Tool
   3.103 +				Name="VCWebServiceProxyGeneratorTool"
   3.104 +			/>
   3.105 +			<Tool
   3.106 +				Name="VCMIDLTool"
   3.107 +			/>
   3.108 +			<Tool
   3.109 +				Name="VCCLCompilerTool"
   3.110 +				Optimization="2"
   3.111 +				EnableIntrinsicFunctions="true"
   3.112 +				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
   3.113 +				RuntimeLibrary="2"
   3.114 +				EnableFunctionLevelLinking="true"
   3.115 +				UsePrecompiledHeader="0"
   3.116 +				WarningLevel="3"
   3.117 +				DebugInformationFormat="3"
   3.118 +				DisableSpecificWarnings="4996;4244"
   3.119 +			/>
   3.120 +			<Tool
   3.121 +				Name="VCManagedResourceCompilerTool"
   3.122 +			/>
   3.123 +			<Tool
   3.124 +				Name="VCResourceCompilerTool"
   3.125 +			/>
   3.126 +			<Tool
   3.127 +				Name="VCPreLinkEventTool"
   3.128 +			/>
   3.129 +			<Tool
   3.130 +				Name="VCLibrarianTool"
   3.131 +				AdditionalDependencies="libvmath.lib pthreadVC2.lib"
   3.132 +			/>
   3.133 +			<Tool
   3.134 +				Name="VCALinkTool"
   3.135 +			/>
   3.136 +			<Tool
   3.137 +				Name="VCXDCMakeTool"
   3.138 +			/>
   3.139 +			<Tool
   3.140 +				Name="VCBscMakeTool"
   3.141 +			/>
   3.142 +			<Tool
   3.143 +				Name="VCFxCopTool"
   3.144 +			/>
   3.145 +			<Tool
   3.146 +				Name="VCPostBuildEventTool"
   3.147 +			/>
   3.148 +		</Configuration>
   3.149 +	</Configurations>
   3.150 +	<References>
   3.151 +	</References>
   3.152 +	<Files>
   3.153 +		<Filter
   3.154 +			Name="Source Files"
   3.155 +			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
   3.156 +			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
   3.157 +			>
   3.158 +			<File
   3.159 +				RelativePath=".\src\anim.c"
   3.160 +				>
   3.161 +			</File>
   3.162 +			<File
   3.163 +				RelativePath=".\src\dynarr.c"
   3.164 +				>
   3.165 +			</File>
   3.166 +			<File
   3.167 +				RelativePath=".\src\track.c"
   3.168 +				>
   3.169 +			</File>
   3.170 +		</Filter>
   3.171 +		<Filter
   3.172 +			Name="Header Files"
   3.173 +			Filter="h;hpp;hxx;hm;inl;inc;xsd"
   3.174 +			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
   3.175 +			>
   3.176 +			<File
   3.177 +				RelativePath=".\src\anim.h"
   3.178 +				>
   3.179 +			</File>
   3.180 +			<File
   3.181 +				RelativePath=".\src\config.h"
   3.182 +				>
   3.183 +			</File>
   3.184 +			<File
   3.185 +				RelativePath=".\src\dynarr.h"
   3.186 +				>
   3.187 +			</File>
   3.188 +			<File
   3.189 +				RelativePath=".\src\track.h"
   3.190 +				>
   3.191 +			</File>
   3.192 +		</Filter>
   3.193 +	</Files>
   3.194 +	<Globals>
   3.195 +	</Globals>
   3.196 +</VisualStudioProject>