1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
3 | <PropertyGroup>
|
---|
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
6 | <ProductVersion>8.0.50727</ProductVersion>
|
---|
7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
8 | <ProjectGuid>{D681A55E-B8E2-4741-87E6-49500109D6E0}</ProjectGuid>
|
---|
9 | <OutputType>WinExe</OutputType>
|
---|
10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
11 | <RootNamespace>ThePimp</RootNamespace>
|
---|
12 | <AssemblyName>Pimp</AssemblyName>
|
---|
13 | </PropertyGroup>
|
---|
14 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
15 | <DebugSymbols>true</DebugSymbols>
|
---|
16 | <DebugType>full</DebugType>
|
---|
17 | <Optimize>false</Optimize>
|
---|
18 | <OutputPath>..\win32\Debug\bin\</OutputPath>
|
---|
19 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
20 | <ErrorReport>prompt</ErrorReport>
|
---|
21 | <WarningLevel>4</WarningLevel>
|
---|
22 | <OutputType>WinExe</OutputType>
|
---|
23 | <RootNamespace>ThePimp</RootNamespace>
|
---|
24 | <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
---|
25 | <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
|
---|
26 | </PropertyGroup>
|
---|
27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
28 | <DebugType>pdbonly</DebugType>
|
---|
29 | <Optimize>true</Optimize>
|
---|
30 | <OutputPath>..\win32\Release\bin\</OutputPath>
|
---|
31 | <DefineConstants>TRACE</DefineConstants>
|
---|
32 | <ErrorReport>prompt</ErrorReport>
|
---|
33 | <WarningLevel>4</WarningLevel>
|
---|
34 | <OutputType>WinExe</OutputType>
|
---|
35 | <DebugSymbols>true</DebugSymbols>
|
---|
36 | <RootNamespace>ThePimp</RootNamespace>
|
---|
37 | <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
---|
38 | <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
|
---|
39 | </PropertyGroup>
|
---|
40 | <ItemGroup>
|
---|
41 | <Reference Include="atk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
|
---|
42 | <SpecificVersion>False</SpecificVersion>
|
---|
43 | <HintPath>..\win32\assembly\atk-sharp.dll</HintPath>
|
---|
44 | </Reference>
|
---|
45 | <Reference Include="gdk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
|
---|
46 | <SpecificVersion>False</SpecificVersion>
|
---|
47 | <HintPath>..\win32\assembly\gdk-sharp.dll</HintPath>
|
---|
48 | </Reference>
|
---|
49 | <Reference Include="glade-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
|
---|
50 | <SpecificVersion>False</SpecificVersion>
|
---|
51 | <HintPath>..\win32\assembly\glade-sharp.dll</HintPath>
|
---|
52 | </Reference>
|
---|
53 | <Reference Include="glib-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
|
---|
54 | <SpecificVersion>False</SpecificVersion>
|
---|
55 | <HintPath>..\win32\assembly\glib-sharp.dll</HintPath>
|
---|
56 | </Reference>
|
---|
57 | <Reference Include="gtk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
|
---|
58 | <SpecificVersion>False</SpecificVersion>
|
---|
59 | <HintPath>..\win32\assembly\gtk-sharp.dll</HintPath>
|
---|
60 | </Reference>
|
---|
61 | <Reference Include="gtkglarea-sharp, Version=0.0.3.0, Culture=neutral, PublicKeyToken=7df758c0fb49fe62">
|
---|
62 | <SpecificVersion>False</SpecificVersion>
|
---|
63 | <HintPath>..\win32\assembly\gtkglarea-sharp.dll</HintPath>
|
---|
64 | </Reference>
|
---|
65 | <Reference Include="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
|
---|
66 | <SpecificVersion>False</SpecificVersion>
|
---|
67 | <HintPath>..\win32\assembly\Mono.Posix.dll</HintPath>
|
---|
68 | </Reference>
|
---|
69 | <Reference Include="pango-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
|
---|
70 | <SpecificVersion>False</SpecificVersion>
|
---|
71 | <HintPath>..\win32\assembly\pango-sharp.dll</HintPath>
|
---|
72 | </Reference>
|
---|
73 | <Reference Include="System" />
|
---|
74 | <Reference Include="System.Data" />
|
---|
75 | </ItemGroup>
|
---|
76 | <ItemGroup>
|
---|
77 | <Compile Include="AboutWindow.cs" />
|
---|
78 | <Compile Include="AssemblyInfo.cs" />
|
---|
79 | <Compile Include="Main.cs" />
|
---|
80 | <Compile Include="MainWindow.cs" />
|
---|
81 | <Compile Include="NewFile.cs" />
|
---|
82 | <Compile Include="OpenFile.cs" />
|
---|
83 | <Compile Include="PictureView.cs" />
|
---|
84 | <Compile Include="SaveFile.cs" />
|
---|
85 | <Compile Include="ToolBox.cs" />
|
---|
86 | <Compile Include="gtk-gui\generated.cs" />
|
---|
87 | <Compile Include="gtk-gui\ThePimp.AboutWindow.cs" />
|
---|
88 | <Compile Include="gtk-gui\ThePimp.MainWindow.cs" />
|
---|
89 | <Compile Include="gtk-gui\ThePimp.NewFile.cs" />
|
---|
90 | <Compile Include="gtk-gui\ThePimp.OpenFile.cs" />
|
---|
91 | <Compile Include="gtk-gui\ThePimp.PictureView.cs" />
|
---|
92 | <Compile Include="gtk-gui\ThePimp.SaveFile.cs" />
|
---|
93 | <Compile Include="gtk-gui\ThePimp.ToolBox.cs" />
|
---|
94 | <Compile Include="ErrorWindow.cs" />
|
---|
95 | <Compile Include="gtk-gui\ThePimp.ErrorWindow.cs" />
|
---|
96 | </ItemGroup>
|
---|
97 | <ItemGroup>
|
---|
98 | <ProjectReference Include="..\pipi-sharp\pipi-sharp.csproj">
|
---|
99 | <Project>{FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}</Project>
|
---|
100 | <Name>pipi-sharp</Name>
|
---|
101 | </ProjectReference>
|
---|
102 | </ItemGroup>
|
---|
103 | <ItemGroup>
|
---|
104 | <EmbeddedResource Include="gtk-gui\gui.stetic" />
|
---|
105 | <EmbeddedResource Include="images\about.png" />
|
---|
106 | <EmbeddedResource Include="gtk-gui\objects.xml" />
|
---|
107 | </ItemGroup>
|
---|
108 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
109 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
110 | Other similar extension points exist, see Microsoft.Common.targets. -->
|
---|
111 | <Target Name="BeforeBuild">
|
---|
112 | <CreateItem Include="..\win32\dist\**\*.*" Exclude="..\win32\**\.svn\**">
|
---|
113 | <Output TaskParameter="Include" ItemName="DistInclude" />
|
---|
114 | </CreateItem>
|
---|
115 | <Copy Sourcefiles="@(DistInclude)" DestinationFolder="$(OutDir)\..\%(RecursiveDir)" />
|
---|
116 | </Target>
|
---|
117 | <Target Name="AfterBuild">
|
---|
118 | </Target>
|
---|
119 | <ProjectExtensions>
|
---|
120 | <MonoDevelop>
|
---|
121 | <Properties>
|
---|
122 | <GtkDesignInfo gtkVersion="2.12.1">
|
---|
123 | <ExportedWidgets>
|
---|
124 | <Widget>ThePimp.PictureView</Widget>
|
---|
125 | <Widget>ThePimp.ToolBox</Widget>
|
---|
126 | </ExportedWidgets>
|
---|
127 | </GtkDesignInfo>
|
---|
128 | </Properties>
|
---|
129 | </MonoDevelop>
|
---|
130 | <VisualStudio />
|
---|
131 | </ProjectExtensions>
|
---|
132 | </Project>
|
---|