Mon, 03 Aug 2009 17:23:54 +0100
1st version with printing support. Now uses Libgd for image generation functionality.
philpem@5 | 1 | <?xml version="1.0" encoding="Windows-1252"?> |
philpem@5 | 2 | <VisualStudioProject |
philpem@5 | 3 | ProjectType="Visual C++" |
philpem@5 | 4 | Version="9,00" |
philpem@5 | 5 | Name="project_win_visualcpp" |
philpem@5 | 6 | ProjectGUID="{9A50ACD6-B1AB-4AAF-A85C-D5E388EF024B}" |
philpem@5 | 7 | RootNamespace="project_win_visualcpp" |
philpem@5 | 8 | Keyword="Win32Proj" |
philpem@5 | 9 | TargetFrameworkVersion="196613" |
philpem@5 | 10 | > |
philpem@5 | 11 | <Platforms> |
philpem@5 | 12 | <Platform |
philpem@5 | 13 | Name="Win32" |
philpem@5 | 14 | /> |
philpem@5 | 15 | </Platforms> |
philpem@5 | 16 | <ToolFiles> |
philpem@5 | 17 | </ToolFiles> |
philpem@5 | 18 | <Configurations> |
philpem@5 | 19 | <Configuration |
philpem@5 | 20 | Name="Debug|Win32" |
philpem@5 | 21 | OutputDirectory="$(SolutionDir)$(ConfigurationName)" |
philpem@5 | 22 | IntermediateDirectory="$(ConfigurationName)" |
philpem@5 | 23 | ConfigurationType="1" |
philpem@5 | 24 | CharacterSet="1" |
philpem@5 | 25 | > |
philpem@5 | 26 | <Tool |
philpem@5 | 27 | Name="VCPreBuildEventTool" |
philpem@5 | 28 | /> |
philpem@5 | 29 | <Tool |
philpem@5 | 30 | Name="VCCustomBuildTool" |
philpem@5 | 31 | /> |
philpem@5 | 32 | <Tool |
philpem@5 | 33 | Name="VCXMLDataGeneratorTool" |
philpem@5 | 34 | /> |
philpem@5 | 35 | <Tool |
philpem@5 | 36 | Name="VCWebServiceProxyGeneratorTool" |
philpem@5 | 37 | /> |
philpem@5 | 38 | <Tool |
philpem@5 | 39 | Name="VCMIDLTool" |
philpem@5 | 40 | /> |
philpem@5 | 41 | <Tool |
philpem@5 | 42 | Name="VCCLCompilerTool" |
philpem@5 | 43 | AdditionalOptions="
" |
philpem@5 | 44 | Optimization="0" |
philpem@5 | 45 | AdditionalIncludeDirectories="..\..\" |
philpem@5 | 46 | PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" |
philpem@5 | 47 | MinimalRebuild="true" |
philpem@5 | 48 | BasicRuntimeChecks="3" |
philpem@5 | 49 | RuntimeLibrary="3" |
philpem@5 | 50 | UsePrecompiledHeader="0" |
philpem@5 | 51 | WarningLevel="3" |
philpem@5 | 52 | DebugInformationFormat="4" |
philpem@5 | 53 | /> |
philpem@5 | 54 | <Tool |
philpem@5 | 55 | Name="VCManagedResourceCompilerTool" |
philpem@5 | 56 | /> |
philpem@5 | 57 | <Tool |
philpem@5 | 58 | Name="VCResourceCompilerTool" |
philpem@5 | 59 | /> |
philpem@5 | 60 | <Tool |
philpem@5 | 61 | Name="VCPreLinkEventTool" |
philpem@5 | 62 | /> |
philpem@5 | 63 | <Tool |
philpem@5 | 64 | Name="VCLinkerTool" |
philpem@5 | 65 | LinkIncremental="2" |
philpem@5 | 66 | GenerateDebugInformation="true" |
philpem@5 | 67 | SubSystem="1" |
philpem@5 | 68 | TargetMachine="1" |
philpem@5 | 69 | /> |
philpem@5 | 70 | <Tool |
philpem@5 | 71 | Name="VCALinkTool" |
philpem@5 | 72 | /> |
philpem@5 | 73 | <Tool |
philpem@5 | 74 | Name="VCManifestTool" |
philpem@5 | 75 | /> |
philpem@5 | 76 | <Tool |
philpem@5 | 77 | Name="VCXDCMakeTool" |
philpem@5 | 78 | /> |
philpem@5 | 79 | <Tool |
philpem@5 | 80 | Name="VCBscMakeTool" |
philpem@5 | 81 | /> |
philpem@5 | 82 | <Tool |
philpem@5 | 83 | Name="VCFxCopTool" |
philpem@5 | 84 | /> |
philpem@5 | 85 | <Tool |
philpem@5 | 86 | Name="VCAppVerifierTool" |
philpem@5 | 87 | /> |
philpem@5 | 88 | <Tool |
philpem@5 | 89 | Name="VCPostBuildEventTool" |
philpem@5 | 90 | /> |
philpem@5 | 91 | </Configuration> |
philpem@5 | 92 | <Configuration |
philpem@5 | 93 | Name="Release|Win32" |
philpem@5 | 94 | OutputDirectory="$(SolutionDir)$(ConfigurationName)" |
philpem@5 | 95 | IntermediateDirectory="$(ConfigurationName)" |
philpem@5 | 96 | ConfigurationType="1" |
philpem@5 | 97 | CharacterSet="1" |
philpem@5 | 98 | WholeProgramOptimization="1" |
philpem@5 | 99 | > |
philpem@5 | 100 | <Tool |
philpem@5 | 101 | Name="VCPreBuildEventTool" |
philpem@5 | 102 | /> |
philpem@5 | 103 | <Tool |
philpem@5 | 104 | Name="VCCustomBuildTool" |
philpem@5 | 105 | /> |
philpem@5 | 106 | <Tool |
philpem@5 | 107 | Name="VCXMLDataGeneratorTool" |
philpem@5 | 108 | /> |
philpem@5 | 109 | <Tool |
philpem@5 | 110 | Name="VCWebServiceProxyGeneratorTool" |
philpem@5 | 111 | /> |
philpem@5 | 112 | <Tool |
philpem@5 | 113 | Name="VCMIDLTool" |
philpem@5 | 114 | /> |
philpem@5 | 115 | <Tool |
philpem@5 | 116 | Name="VCCLCompilerTool" |
philpem@5 | 117 | Optimization="3" |
philpem@5 | 118 | EnableIntrinsicFunctions="true" |
philpem@5 | 119 | AdditionalIncludeDirectories="..\..\" |
philpem@5 | 120 | PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" |
philpem@5 | 121 | RuntimeLibrary="2" |
philpem@5 | 122 | EnableFunctionLevelLinking="true" |
philpem@5 | 123 | UsePrecompiledHeader="0" |
philpem@5 | 124 | WarningLevel="3" |
philpem@5 | 125 | DebugInformationFormat="3" |
philpem@5 | 126 | /> |
philpem@5 | 127 | <Tool |
philpem@5 | 128 | Name="VCManagedResourceCompilerTool" |
philpem@5 | 129 | /> |
philpem@5 | 130 | <Tool |
philpem@5 | 131 | Name="VCResourceCompilerTool" |
philpem@5 | 132 | /> |
philpem@5 | 133 | <Tool |
philpem@5 | 134 | Name="VCPreLinkEventTool" |
philpem@5 | 135 | /> |
philpem@5 | 136 | <Tool |
philpem@5 | 137 | Name="VCLinkerTool" |
philpem@5 | 138 | LinkIncremental="1" |
philpem@5 | 139 | GenerateDebugInformation="true" |
philpem@5 | 140 | SubSystem="1" |
philpem@5 | 141 | OptimizeReferences="2" |
philpem@5 | 142 | EnableCOMDATFolding="2" |
philpem@5 | 143 | TargetMachine="1" |
philpem@5 | 144 | /> |
philpem@5 | 145 | <Tool |
philpem@5 | 146 | Name="VCALinkTool" |
philpem@5 | 147 | /> |
philpem@5 | 148 | <Tool |
philpem@5 | 149 | Name="VCManifestTool" |
philpem@5 | 150 | /> |
philpem@5 | 151 | <Tool |
philpem@5 | 152 | Name="VCXDCMakeTool" |
philpem@5 | 153 | /> |
philpem@5 | 154 | <Tool |
philpem@5 | 155 | Name="VCBscMakeTool" |
philpem@5 | 156 | /> |
philpem@5 | 157 | <Tool |
philpem@5 | 158 | Name="VCFxCopTool" |
philpem@5 | 159 | /> |
philpem@5 | 160 | <Tool |
philpem@5 | 161 | Name="VCAppVerifierTool" |
philpem@5 | 162 | /> |
philpem@5 | 163 | <Tool |
philpem@5 | 164 | Name="VCPostBuildEventTool" |
philpem@5 | 165 | /> |
philpem@5 | 166 | </Configuration> |
philpem@5 | 167 | </Configurations> |
philpem@5 | 168 | <References> |
philpem@5 | 169 | </References> |
philpem@5 | 170 | <Files> |
philpem@5 | 171 | <Filter |
philpem@5 | 172 | Name="Fichiers sources" |
philpem@5 | 173 | Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" |
philpem@5 | 174 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" |
philpem@5 | 175 | > |
philpem@5 | 176 | <File |
philpem@5 | 177 | RelativePath="..\..\examples\CImg_demo.cpp" |
philpem@5 | 178 | > |
philpem@5 | 179 | </File> |
philpem@5 | 180 | </Filter> |
philpem@5 | 181 | <Filter |
philpem@5 | 182 | Name="Fichiers d'en-tête" |
philpem@5 | 183 | Filter="h;hpp;hxx;hm;inl;inc;xsd" |
philpem@5 | 184 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" |
philpem@5 | 185 | > |
philpem@5 | 186 | <File |
philpem@5 | 187 | RelativePath="..\..\CImg.h" |
philpem@5 | 188 | > |
philpem@5 | 189 | </File> |
philpem@5 | 190 | </Filter> |
philpem@5 | 191 | <Filter |
philpem@5 | 192 | Name="Fichiers de ressources" |
philpem@5 | 193 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" |
philpem@5 | 194 | UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" |
philpem@5 | 195 | > |
philpem@5 | 196 | </Filter> |
philpem@5 | 197 | </Files> |
philpem@5 | 198 | <Globals> |
philpem@5 | 199 | </Globals> |
philpem@5 | 200 | </VisualStudioProject> |