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

« back to all changes in this revision

Viewing changes to Wrapper/FreeImage.NET/cs/SourceFileMerger/SourceFileMerger.csproj

  • 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
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
2
  <PropertyGroup>
 
3
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
4
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
5
    <ProductVersion>8.0.50727</ProductVersion>
 
6
    <SchemaVersion>2.0</SchemaVersion>
 
7
    <ProjectGuid>{2AD35641-C1EA-492C-B081-F4AA5AAE8FA1}</ProjectGuid>
 
8
    <OutputType>Exe</OutputType>
 
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
 
10
    <RootNamespace>FreeImageNET_SFM</RootNamespace>
 
11
    <AssemblyName>sourcefilemerger</AssemblyName>
 
12
  </PropertyGroup>
 
13
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
14
    <DebugSymbols>true</DebugSymbols>
 
15
    <DebugType>full</DebugType>
 
16
    <Optimize>false</Optimize>
 
17
    <OutputPath>bin\Debug\</OutputPath>
 
18
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
19
    <ErrorReport>none</ErrorReport>
 
20
    <WarningLevel>4</WarningLevel>
 
21
    <UseVSHostingProcess>false</UseVSHostingProcess>
 
22
    <FileAlignment>512</FileAlignment>
 
23
  </PropertyGroup>
 
24
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
25
    <DebugType>none</DebugType>
 
26
    <Optimize>true</Optimize>
 
27
    <OutputPath>bin\Release\</OutputPath>
 
28
    <DefineConstants>TRACE</DefineConstants>
 
29
    <ErrorReport>none</ErrorReport>
 
30
    <WarningLevel>4</WarningLevel>
 
31
    <UseVSHostingProcess>false</UseVSHostingProcess>
 
32
  </PropertyGroup>
 
33
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
 
34
    <DebugSymbols>true</DebugSymbols>
 
35
    <OutputPath>bin\Debug\</OutputPath>
 
36
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
37
    <FileAlignment>512</FileAlignment>
 
38
    <DebugType>full</DebugType>
 
39
    <PlatformTarget>x86</PlatformTarget>
 
40
    <UseVSHostingProcess>false</UseVSHostingProcess>
 
41
    <ErrorReport>none</ErrorReport>
 
42
  </PropertyGroup>
 
43
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
 
44
    <OutputPath>bin\Release\</OutputPath>
 
45
    <DefineConstants>TRACE</DefineConstants>
 
46
    <Optimize>true</Optimize>
 
47
    <DebugType>
 
48
    </DebugType>
 
49
    <PlatformTarget>x86</PlatformTarget>
 
50
    <UseVSHostingProcess>false</UseVSHostingProcess>
 
51
    <ErrorReport>none</ErrorReport>
 
52
  </PropertyGroup>
 
53
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
 
54
    <DebugSymbols>true</DebugSymbols>
 
55
    <OutputPath>bin\Debug\</OutputPath>
 
56
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
57
    <FileAlignment>512</FileAlignment>
 
58
    <DebugType>full</DebugType>
 
59
    <PlatformTarget>x64</PlatformTarget>
 
60
    <UseVSHostingProcess>false</UseVSHostingProcess>
 
61
    <ErrorReport>none</ErrorReport>
 
62
  </PropertyGroup>
 
63
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
 
64
    <OutputPath>bin\Release\</OutputPath>
 
65
    <DefineConstants>TRACE</DefineConstants>
 
66
    <Optimize>true</Optimize>
 
67
    <DebugType>
 
68
    </DebugType>
 
69
    <PlatformTarget>x64</PlatformTarget>
 
70
    <UseVSHostingProcess>false</UseVSHostingProcess>
 
71
    <ErrorReport>none</ErrorReport>
 
72
  </PropertyGroup>
 
73
  <ItemGroup>
 
74
    <Reference Include="System" />
 
75
  </ItemGroup>
 
76
  <ItemGroup>
 
77
    <Compile Include="Program.cs" />
 
78
    <Compile Include="Properties\AssemblyInfo.cs" />
 
79
  </ItemGroup>
 
80
  <ItemGroup>
 
81
    <None Include="FreeImage.cs.template">
 
82
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
 
83
    </None>
 
84
  </ItemGroup>
 
85
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
86
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 
87
       Other similar extension points exist, see Microsoft.Common.targets.
 
88
  <Target Name="BeforeBuild">
 
89
  </Target>
 
90
  <Target Name="AfterBuild">
 
91
  </Target>
 
92
  -->
 
93
  <PropertyGroup>
 
94
    <PostBuildEvent>
 
95
    </PostBuildEvent>
 
96
  </PropertyGroup>
 
97
</Project>
 
 
b'\\ No newline at end of file'