|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <Project name="ThePimp" fileversion="2.0" Description="The Pathetic Image Manipulation Program" language="C#" clr-version="Net_2_0" ctype="DotNetProject">
- <Configurations active="Debug">
- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
- <CustomCommands>
- <Command type="AfterBuild" command="cp ${CombineDir}/pipi-sharp/pipi-sharp.dll.config ${TargetDir}" workingdir="" />
- </CustomCommands>
- <Output directory="." assemblyKeyFile="." assembly="Pimp" />
- <Build debugmode="True" target="Exe" />
- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" definesymbols="DEBUG" generatexmldocumentation="False" win32Icon="." ctype="CSharpCompilerParameters" />
- </Configuration>
- <Configuration name="Release" ctype="DotNetProjectConfiguration">
- <CustomCommands>
- <Command type="AfterBuild" command="cp ${CombineDir}/pipi-sharp/pipi-sharp.dll.config ${TargetDir}" />
- </CustomCommands>
- <Output directory="." assemblyKeyFile="." assembly="Pimp" />
- <Build debugmode="False" target="Exe" />
- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" generatexmldocumentation="False" win32Icon="." ctype="CSharpCompilerParameters" />
- </Configuration>
- </Configurations>
- <Contents>
- <File name="gtk-gui/gui.stetic" subtype="Code" buildaction="EmbedAsResource" />
- <File name="gtk-gui/generated.cs" subtype="Code" buildaction="Compile" />
- <File name="MainWindow.cs" subtype="Code" buildaction="Compile" />
- <File name="gtk-gui/MainWindow.cs" subtype="Code" buildaction="Compile" />
- <File name="Main.cs" subtype="Code" buildaction="Compile" />
- <File name="AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
- <File name="app.desktop" subtype="Code" buildaction="FileCopy" DeployService.TargetDirectoryId="Linux.DesktopApplications" />
- <File name="OpenFile.cs" subtype="Code" buildaction="Compile" />
- <File name="gtk-gui/Pimp.OpenFile.cs" subtype="Code" buildaction="Compile" />
- <File name="gtk-gui/objects.xml" subtype="Code" buildaction="EmbedAsResource" />
- <File name="PictureView.cs" subtype="Code" buildaction="Compile" />
- <File name="gtk-gui/ThePimp.PictureView.cs" subtype="Code" buildaction="Compile" />
- </Contents>
- <References>
- <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <ProjectReference type="Gac" localcopy="True" refto="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <ProjectReference type="Gac" localcopy="True" refto="glade-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <ProjectReference type="Gac" localcopy="True" refto="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
- <ProjectReference type="Project" localcopy="True" refto="pipi-sharp" />
- </References>
- <Deployment.LinuxDeployData />
- <GtkDesignInfo gtkVersion="2.12.1">
- <ExportedWidgets>
- <Widget>ThePimp.PictureView</Widget>
- </ExportedWidgets>
- </GtkDesignInfo>
- </Project>
|