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

« back to all changes in this revision

Viewing changes to Wrapper/FreeImage.NET/cs/Samples/Sample 11 - Using the FreeImageBitmap class/Sample 11 - Using the FreeImageBitmap class.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>{996068CD-D07A-42E0-856F-ACC71E8565EF}</ProjectGuid>
 
8
    <OutputType>WinExe</OutputType>
 
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
 
10
    <RootNamespace>Sample11</RootNamespace>
 
11
    <AssemblyName>Sample11</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
    <FileAlignment>512</FileAlignment>
 
22
    <UseVSHostingProcess>false</UseVSHostingProcess>
 
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
    <FileAlignment>512</FileAlignment>
 
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
    <FileAlignment>512</FileAlignment>
 
48
    <DebugType>
 
49
    </DebugType>
 
50
    <PlatformTarget>x86</PlatformTarget>
 
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
    <FileAlignment>512</FileAlignment>
 
68
    <DebugType>
 
69
    </DebugType>
 
70
    <PlatformTarget>x64</PlatformTarget>
 
71
    <ErrorReport>none</ErrorReport>
 
72
  </PropertyGroup>
 
73
  <ItemGroup>
 
74
    <Reference Include="System" />
 
75
    <Reference Include="System.Drawing" />
 
76
    <Reference Include="System.Windows.Forms" />
 
77
  </ItemGroup>
 
78
  <ItemGroup>
 
79
    <Compile Include="MainForm.cs">
 
80
      <SubType>Form</SubType>
 
81
    </Compile>
 
82
    <Compile Include="MainForm.Designer.cs">
 
83
      <DependentUpon>MainForm.cs</DependentUpon>
 
84
    </Compile>
 
85
    <Compile Include="MetaDataFrame.cs">
 
86
      <SubType>Form</SubType>
 
87
    </Compile>
 
88
    <Compile Include="MetaDataFrame.Designer.cs">
 
89
      <DependentUpon>MetaDataFrame.cs</DependentUpon>
 
90
    </Compile>
 
91
    <Compile Include="Properties\AssemblyInfo.cs" />
 
92
    <EmbeddedResource Include="MainForm.resx">
 
93
      <SubType>Designer</SubType>
 
94
      <DependentUpon>MainForm.cs</DependentUpon>
 
95
    </EmbeddedResource>
 
96
    <EmbeddedResource Include="MetaDataFrame.resx">
 
97
      <SubType>Designer</SubType>
 
98
      <DependentUpon>MetaDataFrame.cs</DependentUpon>
 
99
    </EmbeddedResource>
 
100
  </ItemGroup>
 
101
  <ItemGroup>
 
102
    <ProjectReference Include="..\..\Library\Library.csproj">
 
103
      <Project>{6598A7CD-8F27-4D3F-A675-5AE63113A7C3}</Project>
 
104
      <Name>Library</Name>
 
105
    </ProjectReference>
 
106
  </ItemGroup>
 
107
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
108
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 
109
       Other similar extension points exist, see Microsoft.Common.targets.
 
110
  <Target Name="BeforeBuild">
 
111
  </Target>
 
112
  <Target Name="AfterBuild">
 
113
  </Target>
 
114
  -->
 
115
</Project>
 
 
b'\\ No newline at end of file'