~cosme/ubuntu/precise/freeimage/freeimage-3.15.1

« back to all changes in this revision

Viewing changes to Wrapper/FreeImage.NET/contributions/FreeImageIO/FreeImageIO.Net.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Cosme Domínguez Díaz
  • Date: 2010-07-20 13:42:15 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100720134215-xt1454zaedv3b604
Tags: 3.13.1-0ubuntu1
* New upstream release. Closes: (LP: #607800)
 - Updated debian/freeimage-get-orig-source script.
 - Removing no longer necessary debian/patches/* and
   the patch system in debian/rules.
 - Updated debian/rules to work with the new Makefiles.
 - Drop from -O3 to -O2 and use lzma compression saves
   ~10 MB of free space. 
* lintian stuff
 - fixed debhelper-but-no-misc-depends
 - fixed ldconfig-symlink-missing-for-shlib

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="Windows-1252"?>
2
 
<VisualStudioProject
3
 
        ProjectType="Visual C++"
4
 
        Version="7.10"
5
 
        Name="FreeImageIO.Net"
6
 
        ProjectGUID="{E87923FF-1FBD-450D-9287-539A90DE9776}"
7
 
        RootNamespace="FreeImageIONet"
8
 
        Keyword="ManagedCProj">
9
 
        <Platforms>
10
 
                <Platform
11
 
                        Name="Win32"/>
12
 
        </Platforms>
13
 
        <Configurations>
14
 
                <Configuration
15
 
                        Name="Debug|Win32"
16
 
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
17
 
                        IntermediateDirectory="$(ConfigurationName)"
18
 
                        ConfigurationType="2"
19
 
                        CharacterSet="2"
20
 
                        ManagedExtensions="TRUE">
21
 
                        <Tool
22
 
                                Name="VCCLCompilerTool"
23
 
                                AdditionalOptions="/Zl"
24
 
                                Optimization="0"
25
 
                                PreprocessorDefinitions="WIN32;_DEBUG"
26
 
                                MinimalRebuild="FALSE"
27
 
                                BasicRuntimeChecks="0"
28
 
                                RuntimeLibrary="1"
29
 
                                UsePrecompiledHeader="3"
30
 
                                WarningLevel="3"
31
 
                                DebugInformationFormat="3"/>
32
 
                        <Tool
33
 
                                Name="VCCustomBuildTool"/>
34
 
                        <Tool
35
 
                                Name="VCLinkerTool"
36
 
                                AdditionalOptions="/noentry"
37
 
                                AdditionalDependencies="nochkclr.obj mscoree.lib msvcrt.lib FreeImaged.lib"
38
 
                                OutputFile="$(OutDir)\$(ProjectName).dll"
39
 
                                LinkIncremental="2"
40
 
                                GenerateDebugInformation="TRUE"
41
 
                                AssemblyDebug="1"/>
42
 
                        <Tool
43
 
                                Name="VCMIDLTool"/>
44
 
                        <Tool
45
 
                                Name="VCPostBuildEventTool"/>
46
 
                        <Tool
47
 
                                Name="VCPreBuildEventTool"/>
48
 
                        <Tool
49
 
                                Name="VCPreLinkEventTool"/>
50
 
                        <Tool
51
 
                                Name="VCResourceCompilerTool"/>
52
 
                        <Tool
53
 
                                Name="VCWebServiceProxyGeneratorTool"/>
54
 
                        <Tool
55
 
                                Name="VCXMLDataGeneratorTool"/>
56
 
                        <Tool
57
 
                                Name="VCWebDeploymentTool"/>
58
 
                        <Tool
59
 
                                Name="VCManagedWrapperGeneratorTool"/>
60
 
                        <Tool
61
 
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
62
 
                </Configuration>
63
 
                <Configuration
64
 
                        Name="Release|Win32"
65
 
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
66
 
                        IntermediateDirectory="$(ConfigurationName)"
67
 
                        ConfigurationType="2"
68
 
                        CharacterSet="2"
69
 
                        ManagedExtensions="TRUE">
70
 
                        <Tool
71
 
                                Name="VCCLCompilerTool"
72
 
                                AdditionalOptions="/Zl"
73
 
                                PreprocessorDefinitions="WIN32;NDEBUG"
74
 
                                MinimalRebuild="FALSE"
75
 
                                RuntimeLibrary="0"
76
 
                                UsePrecompiledHeader="3"
77
 
                                WarningLevel="3"
78
 
                                DebugInformationFormat="3"/>
79
 
                        <Tool
80
 
                                Name="VCCustomBuildTool"/>
81
 
                        <Tool
82
 
                                Name="VCLinkerTool"
83
 
                                AdditionalOptions="/noentry"
84
 
                                AdditionalDependencies="nochkclr.obj mscoree.lib msvcrt.lib FreeImage.lib"
85
 
                                OutputFile="$(OutDir)\$(ProjectName).dll"
86
 
                                LinkIncremental="1"
87
 
                                GenerateDebugInformation="TRUE"/>
88
 
                        <Tool
89
 
                                Name="VCMIDLTool"/>
90
 
                        <Tool
91
 
                                Name="VCPostBuildEventTool"/>
92
 
                        <Tool
93
 
                                Name="VCPreBuildEventTool"/>
94
 
                        <Tool
95
 
                                Name="VCPreLinkEventTool"/>
96
 
                        <Tool
97
 
                                Name="VCResourceCompilerTool"/>
98
 
                        <Tool
99
 
                                Name="VCWebServiceProxyGeneratorTool"/>
100
 
                        <Tool
101
 
                                Name="VCXMLDataGeneratorTool"/>
102
 
                        <Tool
103
 
                                Name="VCWebDeploymentTool"/>
104
 
                        <Tool
105
 
                                Name="VCManagedWrapperGeneratorTool"/>
106
 
                        <Tool
107
 
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
108
 
                </Configuration>
109
 
        </Configurations>
110
 
        <References>
111
 
                <AssemblyReference
112
 
                        RelativePath="mscorlib.dll"/>
113
 
                <AssemblyReference
114
 
                        RelativePath="System.dll"/>
115
 
                <AssemblyReference
116
 
                        RelativePath="System.Data.dll"/>
117
 
        </References>
118
 
        <Files>
119
 
                <Filter
120
 
                        Name="Source Files"
121
 
                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
122
 
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
123
 
                        <File
124
 
                                RelativePath=".\AssemblyInfo.cpp">
125
 
                        </File>
126
 
                        <File
127
 
                                RelativePath=".\FreeImageIO.Net.cpp">
128
 
                        </File>
129
 
                        <File
130
 
                                RelativePath=".\Stdafx.cpp">
131
 
                                <FileConfiguration
132
 
                                        Name="Debug|Win32">
133
 
                                        <Tool
134
 
                                                Name="VCCLCompilerTool"
135
 
                                                UsePrecompiledHeader="1"/>
136
 
                                </FileConfiguration>
137
 
                                <FileConfiguration
138
 
                                        Name="Release|Win32">
139
 
                                        <Tool
140
 
                                                Name="VCCLCompilerTool"
141
 
                                                UsePrecompiledHeader="1"/>
142
 
                                </FileConfiguration>
143
 
                        </File>
144
 
                </Filter>
145
 
                <Filter
146
 
                        Name="Header Files"
147
 
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
148
 
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
149
 
                        <File
150
 
                                RelativePath=".\FreeImageIO.Net.h">
151
 
                        </File>
152
 
                        <File
153
 
                                RelativePath=".\resource.h">
154
 
                        </File>
155
 
                        <File
156
 
                                RelativePath=".\Stdafx.h">
157
 
                        </File>
158
 
                </Filter>
159
 
                <Filter
160
 
                        Name="Resource Files"
161
 
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
162
 
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
163
 
                        <File
164
 
                                RelativePath=".\app.ico">
165
 
                        </File>
166
 
                        <File
167
 
                                RelativePath=".\app.rc">
168
 
                        </File>
169
 
                </Filter>
170
 
                <File
171
 
                        RelativePath=".\ReadMe.txt">
172
 
                </File>
173
 
        </Files>
174
 
        <Globals>
175
 
        </Globals>
176
 
</VisualStudioProject>