~mantas/pinta/stable

« back to all changes in this revision

Viewing changes to Pinta/Pinta.csproj

  • Committer: Iain Lane
  • Date: 2010-03-13 18:20:18 UTC
  • mfrom: (1.1.2)
  • Revision ID: git-v1:1781694a68ecf232d0110c0b2f3d4a1b96c74ec2
Merge commit 'upstream/0.2'

Conflicts:
        debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
    <DebugSymbols>true</DebugSymbols>
16
16
    <DebugType>full</DebugType>
17
17
    <Optimize>false</Optimize>
18
 
    <OutputPath>bin</OutputPath>
 
18
    <OutputPath>..\bin</OutputPath>
19
19
    <DefineConstants>DEBUG</DefineConstants>
20
20
    <ErrorReport>prompt</ErrorReport>
21
21
    <WarningLevel>4</WarningLevel>
22
22
    <PlatformTarget>x86</PlatformTarget>
 
23
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
 
24
    <Commandlineparameters>"/home/hari/Pictures/irenka i krzys/sierpien 2009/24082009799.jpg"</Commandlineparameters>
23
25
  </PropertyGroup>
24
26
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
25
27
    <DebugType>none</DebugType>
26
28
    <Optimize>false</Optimize>
27
 
    <OutputPath>bin</OutputPath>
 
29
    <OutputPath>..\bin</OutputPath>
28
30
    <ErrorReport>prompt</ErrorReport>
29
31
    <WarningLevel>4</WarningLevel>
30
32
    <PlatformTarget>x86</PlatformTarget>
 
33
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
31
34
  </PropertyGroup>
32
35
  <ItemGroup>
33
36
    <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
35
38
    <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
36
39
    <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
37
40
    <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
41
    <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
38
42
    <Reference Include="System.Core">
39
43
    </Reference>
40
 
    <Reference Include="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
41
 
    <Reference Include="Mono.Cairo, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
 
44
    <Reference Include="Mono.Posix" />
 
45
    <Reference Include="Mono.Cairo" />
 
46
    <Reference Include="libstetic, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
 
47
      <SpecificVersion>False</SpecificVersion>
 
48
      <HintPath>..\..\..\..\opt\mono\lib\monodevelop\AddIns\MonoDevelop.GtkCore\libstetic.dll</HintPath>
 
49
    </Reference>
42
50
  </ItemGroup>
43
51
  <ItemGroup>
44
52
    <EmbeddedResource Include="gtk-gui\gui.stetic">
46
54
    </EmbeddedResource>
47
55
  </ItemGroup>
48
56
  <ItemGroup>
 
57
    <Compile Include="ConfigurableEffects\BrightnessContrastEffect.cs" />
 
58
    <Compile Include="ConfigurableEffects\PencilSketchEffect.cs" />
 
59
    <Compile Include="ConfigurableEffects\OilPaintingEffect.cs" />
 
60
    <Compile Include="ConfigurableEffects\GlowEffect.cs" />
 
61
    <Compile Include="ConfigurableEffects\GaussianBlurEffect.cs">
 
62
      <SubType>Code</SubType>
 
63
    </Compile>
 
64
    <Compile Include="ConfigurableEffects\HueSaturationEffect.cs" />
 
65
    <Compile Include="ConfigurableEffects\InkSketchEffect.cs" />
 
66
    <Compile Include="ConfigurableEffects\PosterizeEffect.cs" />
 
67
    <Compile Include="Dialogs\PosterizeDialog.cs" />
49
68
    <Compile Include="gtk-gui\generated.cs" />
 
69
    <Compile Include="gtk-gui\Pinta.HScaleSpinButtonWidget.cs" />
 
70
    <Compile Include="gtk-gui\Pinta.PosterizeDialog.cs" />
50
71
    <Compile Include="MainWindow.cs" />
51
72
    <Compile Include="Main.cs" />
52
73
    <Compile Include="AssemblyInfo.cs" />
53
74
    <Compile Include="gtk-gui\Pinta.MainWindow.cs" />
 
75
    <Compile Include="Options.cs" />
 
76
    <Compile Include="Widgets\CellRendererSurface.cs" />
54
77
    <Compile Include="Widgets\ColorPaletteWidget.cs" />
 
78
    <Compile Include="Widgets\HScaleSpinButtonWidget.cs" />
55
79
    <Compile Include="Widgets\LayersListWidget.cs" />
56
80
    <Compile Include="Dialogs\NewImageDialog.cs" />
57
81
    <Compile Include="gtk-gui\Pinta.NewImageDialog.cs" />
62
86
    <Compile Include="gtk-gui\Pinta.ResizeImageDialog.cs" />
63
87
    <Compile Include="Dialogs\ResizeCanvasDialog.cs" />
64
88
    <Compile Include="gtk-gui\Pinta.ResizeCanvasDialog.cs" />
65
 
  </ItemGroup>
66
 
  <ItemGroup>
67
 
    <None Include="Pinta.pkgxml" />
 
89
    <Compile Include="gtk-gui\Pinta.CurvesDialog.cs" />
 
90
    <Compile Include="ConfigurableEffects\LevelsEffect.cs" />
 
91
    <Compile Include="gtk-gui\Pinta.LevelsDialog.cs" />
 
92
    <Compile Include="Widgets\ColorGradientWidget.cs" />
 
93
    <Compile Include="gtk-gui\Pinta.ColorGradientWidget.cs" />
 
94
    <Compile Include="Widgets\HistogramWidget.cs" />
 
95
    <Compile Include="gtk-gui\Pinta.HistogramWidget.cs" />
 
96
    <Compile Include="Dialogs\LevelsDialog.cs" />
 
97
    <Compile Include="Widgets\ColorPanelWidget.cs" />
 
98
    <Compile Include="gtk-gui\Pinta.ColorPanelWidget.cs" />
 
99
    <Compile Include="Dialogs\CurvesDialog.cs" />
 
100
    <Compile Include="ConfigurableEffects\CurvesEffect.cs" />
 
101
    <Compile Include="Platform.cs" />
 
102
    <Compile Include="IgeMacMenu.cs" />
68
103
  </ItemGroup>
69
104
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
70
105
  <ItemGroup>
76
111
      <Project>{50AFF341-655E-45EF-83CA-58F8254E4C8B}</Project>
77
112
      <Name>Pinta.Resources</Name>
78
113
    </ProjectReference>
 
114
    <ProjectReference Include="..\Pinta.Gui.Widgets\Pinta.Gui.Widgets.csproj">
 
115
      <Project>{83F0C0AD-D587-457C-B72A-1A184D6D76B3}</Project>
 
116
      <Name>Pinta.Gui.Widgets</Name>
 
117
    </ProjectReference>
79
118
  </ItemGroup>
80
 
</Project>
 
 
b'\\ No newline at end of file'
 
119
</Project>