libanim

diff libanim.vcproj @ 48:9915b036863d

added visual studio project
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 10 Mar 2013 18:52:57 +0200
parents
children b6352323cbd5
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libanim.vcproj	Sun Mar 10 18:52:57 2013 +0200
     1.3 @@ -0,0 +1,193 @@
     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="libanim"
     1.9 +	ProjectGUID="{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}"
    1.10 +	RootNamespace="libanim"
    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;4244"
    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 +				AdditionalDependencies="libvmath.lib pthreadVC2.lib"
    1.68 +			/>
    1.69 +			<Tool
    1.70 +				Name="VCALinkTool"
    1.71 +			/>
    1.72 +			<Tool
    1.73 +				Name="VCXDCMakeTool"
    1.74 +			/>
    1.75 +			<Tool
    1.76 +				Name="VCBscMakeTool"
    1.77 +			/>
    1.78 +			<Tool
    1.79 +				Name="VCFxCopTool"
    1.80 +			/>
    1.81 +			<Tool
    1.82 +				Name="VCPostBuildEventTool"
    1.83 +			/>
    1.84 +		</Configuration>
    1.85 +		<Configuration
    1.86 +			Name="Release|Win32"
    1.87 +			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
    1.88 +			IntermediateDirectory="$(ConfigurationName)"
    1.89 +			ConfigurationType="4"
    1.90 +			CharacterSet="1"
    1.91 +			WholeProgramOptimization="1"
    1.92 +			>
    1.93 +			<Tool
    1.94 +				Name="VCPreBuildEventTool"
    1.95 +			/>
    1.96 +			<Tool
    1.97 +				Name="VCCustomBuildTool"
    1.98 +			/>
    1.99 +			<Tool
   1.100 +				Name="VCXMLDataGeneratorTool"
   1.101 +			/>
   1.102 +			<Tool
   1.103 +				Name="VCWebServiceProxyGeneratorTool"
   1.104 +			/>
   1.105 +			<Tool
   1.106 +				Name="VCMIDLTool"
   1.107 +			/>
   1.108 +			<Tool
   1.109 +				Name="VCCLCompilerTool"
   1.110 +				Optimization="2"
   1.111 +				EnableIntrinsicFunctions="true"
   1.112 +				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
   1.113 +				RuntimeLibrary="2"
   1.114 +				EnableFunctionLevelLinking="true"
   1.115 +				UsePrecompiledHeader="0"
   1.116 +				WarningLevel="3"
   1.117 +				DebugInformationFormat="3"
   1.118 +				DisableSpecificWarnings="4996;4244"
   1.119 +			/>
   1.120 +			<Tool
   1.121 +				Name="VCManagedResourceCompilerTool"
   1.122 +			/>
   1.123 +			<Tool
   1.124 +				Name="VCResourceCompilerTool"
   1.125 +			/>
   1.126 +			<Tool
   1.127 +				Name="VCPreLinkEventTool"
   1.128 +			/>
   1.129 +			<Tool
   1.130 +				Name="VCLibrarianTool"
   1.131 +				AdditionalDependencies="libvmath.lib pthreadVC2.lib"
   1.132 +			/>
   1.133 +			<Tool
   1.134 +				Name="VCALinkTool"
   1.135 +			/>
   1.136 +			<Tool
   1.137 +				Name="VCXDCMakeTool"
   1.138 +			/>
   1.139 +			<Tool
   1.140 +				Name="VCBscMakeTool"
   1.141 +			/>
   1.142 +			<Tool
   1.143 +				Name="VCFxCopTool"
   1.144 +			/>
   1.145 +			<Tool
   1.146 +				Name="VCPostBuildEventTool"
   1.147 +			/>
   1.148 +		</Configuration>
   1.149 +	</Configurations>
   1.150 +	<References>
   1.151 +	</References>
   1.152 +	<Files>
   1.153 +		<Filter
   1.154 +			Name="Source Files"
   1.155 +			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
   1.156 +			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
   1.157 +			>
   1.158 +			<File
   1.159 +				RelativePath=".\src\anim.c"
   1.160 +				>
   1.161 +			</File>
   1.162 +			<File
   1.163 +				RelativePath=".\src\dynarr.c"
   1.164 +				>
   1.165 +			</File>
   1.166 +			<File
   1.167 +				RelativePath=".\src\track.c"
   1.168 +				>
   1.169 +			</File>
   1.170 +		</Filter>
   1.171 +		<Filter
   1.172 +			Name="Header Files"
   1.173 +			Filter="h;hpp;hxx;hm;inl;inc;xsd"
   1.174 +			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
   1.175 +			>
   1.176 +			<File
   1.177 +				RelativePath=".\src\anim.h"
   1.178 +				>
   1.179 +			</File>
   1.180 +			<File
   1.181 +				RelativePath=".\src\config.h"
   1.182 +				>
   1.183 +			</File>
   1.184 +			<File
   1.185 +				RelativePath=".\src\dynarr.h"
   1.186 +				>
   1.187 +			</File>
   1.188 +			<File
   1.189 +				RelativePath=".\src\track.h"
   1.190 +				>
   1.191 +			</File>
   1.192 +		</Filter>
   1.193 +	</Files>
   1.194 +	<Globals>
   1.195 +	</Globals>
   1.196 +</VisualStudioProject>