Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

129 rader
5.8 KiB

  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\gtksharp\bin\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\gtksharp\bin\gdk-sharp.dll</HintPath>
  48. </Reference>
  49. <Reference Include="glib-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
  50. <SpecificVersion>False</SpecificVersion>
  51. <HintPath>..\win32\gtksharp\bin\glib-sharp.dll</HintPath>
  52. </Reference>
  53. <Reference Include="gtk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
  54. <SpecificVersion>False</SpecificVersion>
  55. <HintPath>..\win32\gtksharp\bin\gtk-sharp.dll</HintPath>
  56. </Reference>
  57. <Reference Include="gtkglarea-sharp, Version=0.0.3.0, Culture=neutral, PublicKeyToken=7df758c0fb49fe62">
  58. <SpecificVersion>False</SpecificVersion>
  59. <HintPath>..\win32\gtksharp\bin\gtkglarea-sharp.dll</HintPath>
  60. </Reference>
  61. <Reference Include="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
  62. <SpecificVersion>False</SpecificVersion>
  63. <HintPath>..\win32\gtksharp\bin\Mono.Posix.dll</HintPath>
  64. </Reference>
  65. <Reference Include="pango-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
  66. <SpecificVersion>False</SpecificVersion>
  67. <HintPath>..\win32\gtksharp\bin\pango-sharp.dll</HintPath>
  68. </Reference>
  69. <Reference Include="System" />
  70. <Reference Include="System.Data" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <Compile Include="src\AssemblyInfo.cs" />
  74. <Compile Include="src\Main.cs" />
  75. <Compile Include="gtk-gui\generated.cs" />
  76. <Compile Include="src\AboutWindow.cs" />
  77. <Compile Include="gtk-gui\ThePimp.AboutWindow.cs" />
  78. <Compile Include="src\MainWindow.cs" />
  79. <Compile Include="gtk-gui\ThePimp.MainWindow.cs" />
  80. <Compile Include="src\NewFile.cs" />
  81. <Compile Include="gtk-gui\ThePimp.NewFile.cs" />
  82. <Compile Include="src\OpenFile.cs" />
  83. <Compile Include="gtk-gui\ThePimp.OpenFile.cs" />
  84. <Compile Include="src\PictureView.cs" />
  85. <Compile Include="gtk-gui\ThePimp.PictureView.cs" />
  86. <Compile Include="src\SaveFile.cs" />
  87. <Compile Include="gtk-gui\ThePimp.SaveFile.cs" />
  88. <Compile Include="src\ToolBox.cs" />
  89. <Compile Include="gtk-gui\ThePimp.ToolBox.cs" />
  90. <Compile Include="src\ErrorWindow.cs" />
  91. <Compile Include="gtk-gui\ThePimp.ErrorWindow.cs" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <ProjectReference Include="..\pipi-sharp\pipi-sharp.csproj">
  95. <Project>{FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}</Project>
  96. <Name>pipi-sharp</Name>
  97. </ProjectReference>
  98. </ItemGroup>
  99. <ItemGroup>
  100. <EmbeddedResource Include="gtk-gui\gui.stetic" />
  101. <EmbeddedResource Include="images\about.png" />
  102. <EmbeddedResource Include="gtk-gui\objects.xml" />
  103. </ItemGroup>
  104. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  105. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  106. Other similar extension points exist, see Microsoft.Common.targets. -->
  107. <Target Name="BeforeBuild">
  108. <CreateItem Include="..\win32\gtksharp\**\*.*" Exclude="..\win32\**\.svn\**">
  109. <Output TaskParameter="Include" ItemName="DistInclude" />
  110. </CreateItem>
  111. <Copy Sourcefiles="@(DistInclude)" DestinationFolder="$(OutDir)\..\%(RecursiveDir)" />
  112. </Target>
  113. <Target Name="AfterBuild">
  114. </Target>
  115. <ProjectExtensions>
  116. <MonoDevelop>
  117. <Properties>
  118. <GtkDesignInfo gtkVersion="2.12.1">
  119. <ExportedWidgets>
  120. <Widget>ThePimp.PictureView</Widget>
  121. <Widget>ThePimp.ToolBox</Widget>
  122. </ExportedWidgets>
  123. </GtkDesignInfo>
  124. </Properties>
  125. </MonoDevelop>
  126. <VisualStudio />
  127. </ProjectExtensions>
  128. </Project>