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

« back to all changes in this revision

Viewing changes to Wrapper/FreeImage.NET/cs/Samples/Sample 05 - Working with pixels/Sample 05 - Working with pixels.csproj

  • Committer: Stefano Rivera
  • Date: 2010-07-24 15:35:51 UTC
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: stefanor@ubuntu.com-20100724153551-6s3fth1653huk31a
Tags: upstream-3.13.1
Import upstream version 3.31.1

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>{A501F134-8FB6-460B-AFE9-884A696C1C07}</ProjectGuid>
 
8
    <OutputType>Exe</OutputType>
 
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
 
10
    <RootNamespace>Sample05</RootNamespace>
 
11
    <AssemblyName>Sample05</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>prompt</ErrorReport>
 
20
    <WarningLevel>4</WarningLevel>
 
21
    <UseVSHostingProcess>false</UseVSHostingProcess>
 
22
  </PropertyGroup>
 
23
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
24
    <DebugType>none</DebugType>
 
25
    <Optimize>true</Optimize>
 
26
    <OutputPath>bin\Release\</OutputPath>
 
27
    <DefineConstants>TRACE</DefineConstants>
 
28
    <ErrorReport>prompt</ErrorReport>
 
29
    <WarningLevel>4</WarningLevel>
 
30
    <UseVSHostingProcess>false</UseVSHostingProcess>
 
31
  </PropertyGroup>
 
32
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
 
33
    <DebugSymbols>true</DebugSymbols>
 
34
    <OutputPath>bin\Debug\</OutputPath>
 
35
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
36
    <DebugType>full</DebugType>
 
37
    <PlatformTarget>x86</PlatformTarget>
 
38
    <UseVSHostingProcess>false</UseVSHostingProcess>
 
39
    <ErrorReport>prompt</ErrorReport>
 
40
  </PropertyGroup>
 
41
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
 
42
    <OutputPath>bin\Release\</OutputPath>
 
43
    <DefineConstants>TRACE</DefineConstants>
 
44
    <Optimize>true</Optimize>
 
45
    <DebugType>
 
46
    </DebugType>
 
47
    <PlatformTarget>x86</PlatformTarget>
 
48
    <UseVSHostingProcess>false</UseVSHostingProcess>
 
49
    <ErrorReport>prompt</ErrorReport>
 
50
  </PropertyGroup>
 
51
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
 
52
    <DebugSymbols>true</DebugSymbols>
 
53
    <OutputPath>bin\Debug\</OutputPath>
 
54
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
55
    <DebugType>full</DebugType>
 
56
    <PlatformTarget>x64</PlatformTarget>
 
57
    <UseVSHostingProcess>false</UseVSHostingProcess>
 
58
    <ErrorReport>prompt</ErrorReport>
 
59
  </PropertyGroup>
 
60
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
 
61
    <OutputPath>bin\Release\</OutputPath>
 
62
    <DefineConstants>TRACE</DefineConstants>
 
63
    <Optimize>true</Optimize>
 
64
    <DebugType>
 
65
    </DebugType>
 
66
    <PlatformTarget>x64</PlatformTarget>
 
67
    <UseVSHostingProcess>false</UseVSHostingProcess>
 
68
    <ErrorReport>prompt</ErrorReport>
 
69
  </PropertyGroup>
 
70
  <ItemGroup>
 
71
    <Compile Include="Program.cs" />
 
72
    <Compile Include="Properties\AssemblyInfo.cs" />
 
73
  </ItemGroup>
 
74
  <ItemGroup>
 
75
    <Reference Include="System" />
 
76
    <Reference Include="System.Drawing" />
 
77
  </ItemGroup>
 
78
  <ItemGroup>
 
79
    <None Include="Sample.jpg">
 
80
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
 
81
    </None>
 
82
    <None Include="Sample.tif">
 
83
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
 
84
    </None>
 
85
  </ItemGroup>
 
86
  <ItemGroup>
 
87
    <ProjectReference Include="..\..\Library\Library.csproj">
 
88
      <Project>{6598A7CD-8F27-4D3F-A675-5AE63113A7C3}</Project>
 
89
      <Name>Library</Name>
 
90
    </ProjectReference>
 
91
  </ItemGroup>
 
92
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
93
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 
94
       Other similar extension points exist, see Microsoft.Common.targets.
 
95
  <Target Name="BeforeBuild">
 
96
  </Target>
 
97
  <Target Name="AfterBuild">
 
98
  </Target>
 
99
  -->
 
100
</Project>
 
 
b'\\ No newline at end of file'