summaryrefslogtreecommitdiff
path: root/Zeitgeist/Zeitgeist.csproj
blob: 4f105d47ecad89dde6c9326d4f552fe490116110 (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
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.50727</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{A8352F1A-F10C-41E6-B6B0-655703358EF4}</ProjectGuid>
    <OutputType>Library</OutputType>
    <RootNamespace>Zeitgeist</RootNamespace>
    <AssemblyName>zeitgeist-sharp</AssemblyName>
    <SignAssembly>true</SignAssembly>
    <AssemblyOriginatorKeyFile>zeitgeist-sharp.snk</AssemblyOriginatorKeyFile>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Debug</OutputPath>
    <DefineConstants>DEBUG</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <ConsolePause>false</ConsolePause>
    <GenerateDocumentation>true</GenerateDocumentation>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>none</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Release</OutputPath>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <ConsolePause>false</ConsolePause>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System, Version=2.0.0.0" />
    <Reference Include="System.Core, Version=3.5.0.0" />
    <Reference Include="NDesk.DBus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099">
      <Package>ndesk-dbus-1.0</Package>
    </Reference>
    <Reference Include="NDesk.DBus.GLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099">
      <Package>ndesk-dbus-glib-1.0</Package>
    </Reference>
    <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
      <Package>glib-sharp-2.0</Package>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Datamodel\Event.cs" />
    <Compile Include="Datamodel\Subject.cs" />
    <Compile Include="Datamodel\ResultType.cs" />
    <Compile Include="Datamodel\TimeRange.cs" />
    <Compile Include="Datamodel\StorageState.cs" />
    <Compile Include="Datamodel\DataSource.cs" />
    <Compile Include="Delegates.cs" />
    <Compile Include="Client\IDataSource.cs" />
    <Compile Include="Client\IBlacklist.cs" />
    <Compile Include="Client\ILog.cs" />
    <Compile Include="DataSourceClient.cs" />
    <Compile Include="BlacklistClient.cs" />
    <Compile Include="LogClient.cs" />
    <Compile Include="ZsUtils.cs" />
    <Compile Include="Datamodel\Interpretation.cs" />
    <Compile Include="Datamodel\Manifestation.cs" />
    <Compile Include="Datamodel\NameUri.cs" />
    <Compile Include="Datamodel\Monitor.cs" />
    <Compile Include="Datamodel\Delegates.cs" />
    <Compile Include="AssemblyInfo.cs" />
  </ItemGroup>
  <ItemGroup>
    <Folder Include="Datamodel\" />
    <Folder Include="Client\" />
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>