source: libpipi/trunk/ThePimp/ThePimp.mdp @ 2951

Last change on this file since 2951 was 2949, checked in by Sam Hocevar, 15 years ago

ThePimp?: switch back to GTK# 2.12 now that it works on Windows.

File size: 5.3 KB
Line 
1<Project name="ThePimp" fileversion="2.0" Description="The Pathetic Image Manipulation Program" language="C#" clr-version="Net_2_0" ctype="DotNetProject">
2  <Configurations active="Debug">
3    <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4      <CustomCommands>
5        <Command type="AfterBuild" command="cp ${CombineDir}/pipi-sharp/pipi-sharp.dll.config ${TargetDir}" workingdir="" />
6        <Command type="AfterBuild" command="cp ${CombineDir}/pipi-sharp/pipi-sharp.dll.mdb ${TargetDir}" />
7        <Command type="AfterClean" command="rm -f ${TargetDir}/pipi-sharp.dll.config" />
8        <Command type="AfterClean" command="rm -f ${TargetDir}/pipi-sharp.dll.mdb" />
9      </CustomCommands>
10      <Output directory="." assemblyKeyFile="." assembly="ThePimp" />
11      <Build debugmode="True" target="WinExe" />
12      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
13      <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" definesymbols="DEBUG" generatexmldocumentation="False" win32Icon="." ctype="CSharpCompilerParameters" />
14    </Configuration>
15    <Configuration name="Release" ctype="DotNetProjectConfiguration">
16      <CustomCommands>
17        <Command type="AfterBuild" command="cp ${CombineDir}/pipi-sharp/pipi-sharp.dll.config ${TargetDir}" />
18        <Command type="AfterBuild" command="cp ${CombineDir}/pipi-sharp/pipi-sharp.dll.mdb ${TargetDir}" />
19        <Command type="AfterClean" command="rm -f ${TargetDir}/pipi-sharp.dll.config" />
20        <Command type="AfterClean" command="rm -f ${TargetDir}/pipi-sharp.dll.mdb" />
21      </CustomCommands>
22      <Output directory="." assemblyKeyFile="." assembly="ThePimp" />
23      <Build debugmode="False" target="WinExe" />
24      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
25      <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" generatexmldocumentation="False" win32Icon="." ctype="CSharpCompilerParameters" />
26    </Configuration>
27  </Configurations>
28  <Contents>
29    <File name="gtk-gui/gui.stetic" subtype="Code" buildaction="EmbedAsResource" />
30    <File name="gtk-gui/generated.cs" subtype="Code" buildaction="Compile" />
31    <File name="MainWindow.cs" subtype="Code" buildaction="Compile" />
32    <File name="gtk-gui/ThePimp.MainWindow.cs" subtype="Code" buildaction="Compile" />
33    <File name="Main.cs" subtype="Code" buildaction="Compile" />
34    <File name="AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
35    <File name="app.desktop" subtype="Code" buildaction="FileCopy" DeployService.TargetDirectoryId="Linux.DesktopApplications" />
36    <File name="gtk-gui/objects.xml" subtype="Code" buildaction="EmbedAsResource" />
37    <File name="PictureView.cs" subtype="Code" buildaction="Compile" />
38    <File name="gtk-gui/ThePimp.PictureView.cs" subtype="Code" buildaction="Compile" />
39    <File name="OpenFile.cs" subtype="Code" buildaction="Compile" />
40    <File name="gtk-gui/ThePimp.OpenFile.cs" subtype="Code" buildaction="Compile" />
41    <File name="ToolBox.cs" subtype="Code" buildaction="Compile" />
42    <File name="gtk-gui/ThePimp.ToolBox.cs" subtype="Code" buildaction="Compile" />
43    <File name="SaveFile.cs" subtype="Code" buildaction="Compile" />
44    <File name="gtk-gui/ThePimp.SaveFile.cs" subtype="Code" buildaction="Compile" />
45    <File name="images/about.png" subtype="Code" buildaction="EmbedAsResource" resource_id="ThePimp.images.about.png" />
46    <File name="AboutWindow.cs" subtype="Code" buildaction="Compile" />
47    <File name="gtk-gui/ThePimp.AboutWindow.cs" subtype="Code" buildaction="Compile" />
48    <File name="NewFile.cs" subtype="Code" buildaction="Compile" />
49    <File name="gtk-gui/ThePimp.NewFile.cs" subtype="Code" buildaction="Compile" />
50    <File name="gtk-gui/ThePimp.ErrorWindow.cs" subtype="Code" buildaction="Compile" />
51    <File name="ErrorWindow.cs" subtype="Code" buildaction="Compile" />
52  </Contents>
53  <References>
54    <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
55    <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
56    <ProjectReference type="Project" localcopy="True" refto="pipi-sharp" />
57    <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
58    <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
59    <ProjectReference type="Gac" localcopy="True" refto="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
60    <ProjectReference type="Gac" localcopy="True" refto="glade-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
61    <ProjectReference type="Gac" localcopy="True" refto="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
62  </References>
63  <Deployment.LinuxDeployData scriptName="pimp" />
64  <GtkDesignInfo isWidgetLibrary="True" gtkVersion="2.12.1">
65    <ExportedWidgets>
66      <Widget>ThePimp.PictureView</Widget>
67      <Widget>ThePimp.ToolBox</Widget>
68    </ExportedWidgets>
69  </GtkDesignInfo>
70</Project>
Note: See TracBrowser for help on using the repository browser.