You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

120 line
5.5 KiB

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