~manishsinha/zeitgeist-sharp/fix-651345

« back to all changes in this revision

Viewing changes to Zeitgeist.Cli/Zeitgeist.Cli.csproj

  • Committer: Manish Sinha
  • Date: 2010-09-19 19:43:25 UTC
  • Revision ID: manishsinha.tech@gmail.com-20100919194325-mv829qe498v3ge0c
Removed Zeitgeist.Cli Project and updated build scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
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)' == '' ">x86</Platform>
6
 
    <ProductVersion>8.0.50727</ProductVersion>
7
 
    <SchemaVersion>2.0</SchemaVersion>
8
 
    <ProjectGuid>{314FBB69-2D33-460C-8BC4-3C0A50305EA1}</ProjectGuid>
9
 
    <OutputType>Exe</OutputType>
10
 
    <RootNamespace>Zeitgeist.ZeitgeistSharp.Cli</RootNamespace>
11
 
    <AssemblyName>Zeitgeist.Cli</AssemblyName>
12
 
  </PropertyGroup>
13
 
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
14
 
    <DebugSymbols>true</DebugSymbols>
15
 
    <DebugType>full</DebugType>
16
 
    <Optimize>false</Optimize>
17
 
    <OutputPath>bin\Debug</OutputPath>
18
 
    <DefineConstants>DEBUG</DefineConstants>
19
 
    <ErrorReport>prompt</ErrorReport>
20
 
    <WarningLevel>4</WarningLevel>
21
 
    <PlatformTarget>x86</PlatformTarget>
22
 
    <Externalconsole>true</Externalconsole>
23
 
  </PropertyGroup>
24
 
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
25
 
    <DebugType>none</DebugType>
26
 
    <Optimize>false</Optimize>
27
 
    <OutputPath>bin\Release</OutputPath>
28
 
    <ErrorReport>prompt</ErrorReport>
29
 
    <WarningLevel>4</WarningLevel>
30
 
    <PlatformTarget>x86</PlatformTarget>
31
 
    <Externalconsole>true</Externalconsole>
32
 
  </PropertyGroup>
33
 
  <ItemGroup>
34
 
    <Reference Include="System" />
35
 
    <Reference Include="NDesk.DBus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099">
36
 
      <Package>ndesk-dbus-1.0</Package>
37
 
    </Reference>
38
 
    <Reference Include="NDesk.DBus.GLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099">
39
 
      <Package>ndesk-dbus-glib-1.0</Package>
40
 
    </Reference>
41
 
  </ItemGroup>
42
 
  <ItemGroup>
43
 
    <Compile Include="Main.cs" />
44
 
    <Compile Include="AssemblyInfo.cs" />
45
 
  </ItemGroup>
46
 
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
47
 
  <ProjectExtensions>
48
 
    <MonoDevelop>
49
 
      <Properties InternalTargetFrameworkVersion="3.5" />
50
 
    </MonoDevelop>
51
 
  </ProjectExtensions>
52
 
  <ItemGroup>
53
 
    <ProjectReference Include="..\Zeitgeist\Zeitgeist.csproj">
54
 
      <Project>{A8352F1A-F10C-41E6-B6B0-655703358EF4}</Project>
55
 
      <Name>Zeitgeist</Name>
56
 
    </ProjectReference>
57
 
  </ItemGroup>
58
 
</Project>
 
 
b'\\ No newline at end of file'