libresman

diff examples/imgthumbs/imgthumbs.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 c6073bf9fd38
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="&quot;$(ProjectDir)\src\win32&quot;"
    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="&quot;$(ProjectDir)\src\win32&quot;"
   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>