summaryrefslogtreecommitdiff
path: root/src/Clients/Booter/Booter.csproj
blob: 405c5533eb87b91a7dbc45504e5d81cb39857b7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.50727</ProductVersion>
    <OutputType>Exe</OutputType>
    <UseParentDirectoryAsNamespace>true</UseParentDirectoryAsNamespace>
    <AssemblyName>Banshee</AssemblyName>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{4B890CB0-F5C8-4B1B-A1B8-3813BF5126C0}</ProjectGuid>
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    <SourceAnalysisOverrideSettingsFile>C:\Documents and Settings\Administrator\Application Data\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile>
    <Optimize>true</Optimize>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <ReleaseVersion>1.3</ReleaseVersion>
    <RootNamespace>Booter</RootNamespace>
    <AssemblyOriginatorKeyFile>.</AssemblyOriginatorKeyFile>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <OutputPath>..\..\..\bin</OutputPath>
    <WarningLevel>4</WarningLevel>
    <Optimize>false</Optimize>
    <ConsolePause>false</ConsolePause>
    <Commandlineparameters>--debug --uninstalled</Commandlineparameters>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Windows|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <PlatformTarget>x86</PlatformTarget>
    <Externalconsole>true</Externalconsole>
    <OutputPath>..\..\..\bin</OutputPath>
    <WarningLevel>4</WarningLevel>
    <Optimize>false</Optimize>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="NDesk.DBus">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\bin\NDesk.DBus.dll</HintPath>
    </Reference>
    <Reference Include="Mono.Posix">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\bin\Mono.Posix.dll</HintPath>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\Core\Banshee.Services\Banshee.Services.csproj">
      <Project>{B28354F0-BA87-44E8-989F-B864A3C7C09F}</Project>
      <Name>Banshee.Services</Name>
      <Private>False</Private>
    </ProjectReference>
    <ProjectReference Include="..\..\Core\Banshee.Core\Banshee.Core.csproj">
      <Project>{2ADB831A-A050-47D0-B6B9-9C19D60233BB}</Project>
      <Name>Banshee.Core</Name>
      <Private>False</Private>
    </ProjectReference>
    <ProjectReference Include="..\..\Hyena\Hyena.Data.Sqlite\Hyena.Data.Sqlite.csproj">
      <Project>{95374549-9553-4C1E-9D89-667755F90E13}</Project>
      <Name>Hyena.Data.Sqlite</Name>
      <Private>False</Private>
    </ProjectReference>
    <ProjectReference Include="..\..\Hyena\Hyena\Hyena.csproj">
      <Project>{95374549-9553-4C1E-9D89-667755F90E12}</Project>
      <Name>Hyena</Name>
      <Private>False</Private>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Booter\Entry.cs" />
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <ProjectExtensions>
    <MonoDevelop>
      <Properties>
        <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="Makefile.am">
          <BuildFilesVar Sync="true" Name="SOURCES" />
          <DeployFilesVar />
          <ResourcesVar />
          <OthersVar />
          <GacRefVar />
          <AsmRefVar />
          <ProjectRefVar />
        </MonoDevelop.Autotools.MakefileInfo>
      </Properties>
    </MonoDevelop>
  </ProjectExtensions>
</Project>