/SparkleShare/SparkleShare.csproj

http://github.com/hbons/SparkleShare · MSBuild · 82 lines · 82 code · 0 blank · 0 comment · 4 complexity · d190f3e27e810ca5f6a47a51b9735735 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.50727</ProductVersion>
  7. <ProjectGuid>{728483AA-E34B-4441-BF2C-C8BC2901E4E0}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <AssemblyName>SparkleShare</AssemblyName>
  10. <SchemaVersion>2.0</SchemaVersion>
  11. <RootNamespace>SparkleShare</RootNamespace>
  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</DefineConstants>
  19. <ErrorReport>prompt</ErrorReport>
  20. <WarningLevel>4</WarningLevel>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  23. <DebugType>none</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>..\bin</OutputPath>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  30. <ItemGroup>
  31. <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
  32. </Reference>
  33. <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
  34. </Reference>
  35. <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
  36. </Reference>
  37. <Reference Include="System" />
  38. <Reference Include="Mono.Posix" />
  39. <Reference Include="notify-sharp, Version=0.4.0.0, Culture=neutral, PublicKeyToken=2df29c54e245917a">
  40. <Private>False</Private>
  41. </Reference>
  42. </ItemGroup>
  43. <ProjectExtensions>
  44. <MonoDevelop>
  45. <Properties>
  46. <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="Makefile.am">
  47. <BuildFilesVar Sync="true" Name="SOURCES" />
  48. <DeployFilesVar />
  49. <ResourcesVar />
  50. <OthersVar />
  51. <GacRefVar />
  52. <AsmRefVar />
  53. <ProjectRefVar />
  54. </MonoDevelop.Autotools.MakefileInfo>
  55. </Properties>
  56. </MonoDevelop>
  57. </ProjectExtensions>
  58. <ItemGroup>
  59. <Compile Include="SparkleBubbles.cs" />
  60. <Compile Include="SparkleBubblesController.cs" />
  61. <Compile Include="SparkleController.cs" />
  62. <Compile Include="SparkleEntry.cs" />
  63. <Compile Include="SparkleSetup.cs" />
  64. <Compile Include="SparkleSetupController.cs" />
  65. <Compile Include="SparkleSetupWindow.cs" />
  66. <Compile Include="Program.cs" />
  67. <Compile Include="SparkleSpinner.cs" />
  68. <Compile Include="SparkleStatusIcon.cs" />
  69. <Compile Include="SparkleStatusIconController.cs" />
  70. <Compile Include="SparkleUI.cs" />
  71. <Compile Include="SparkleUIHelpers.cs" />
  72. <Compile Include="SparkleEventLogController.cs" />
  73. <Compile Include="SparkleEventLog.cs" />
  74. <Compile Include="SparkleAboutController.cs" />
  75. <Compile Include="SparkleAbout.cs" />
  76. <Compile Include="SparkleExtensions.cs" />
  77. <Compile Include="SparkleControllerBase.cs" />
  78. <Compile Include="SparklePlugin.cs" />
  79. <Compile Include="SparkleOptions.cs" />
  80. <Compile Include="SparkleInvite.cs" />
  81. </ItemGroup>
  82. </Project>