libanim

diff example/example.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
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>