Updated German translation
[banshee.git] / extras / metrics / metrics.csproj
blobf064bb313a63934d4f150eb68d3b7700d2f5f268
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{6D17167C-AC3F-4D40-A652-46627276A9A1}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <RootNamespace>metrics</RootNamespace>
11 <ReleaseVersion>1.3</ReleaseVersion>
12 <AssemblyName>Metrics</AssemblyName>
13 </PropertyGroup>
14 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15 <DebugSymbols>true</DebugSymbols>
16 <DebugType>full</DebugType>
17 <Optimize>false</Optimize>
18 <OutputPath>.</OutputPath>
19 <DefineConstants>DEBUG</DefineConstants>
20 <ErrorReport>prompt</ErrorReport>
21 <WarningLevel>4</WarningLevel>
22 </PropertyGroup>
23 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
24 <DebugType>none</DebugType>
25 <Optimize>false</Optimize>
26 <OutputPath>.</OutputPath>
27 <ErrorReport>prompt</ErrorReport>
28 <WarningLevel>4</WarningLevel>
29 </PropertyGroup>
30 <ItemGroup>
31 <Reference Include="System" />
32 <Reference Include="System.Core" />
33 <Reference Include="ICSharpCode.SharpZipLib" />
34 </ItemGroup>
35 <ItemGroup>
36 <Compile Include="MultiUserSample.cs" />
37 <Compile Include="MetaMetrics.cs" />
38 <Compile Include="Main.cs" />
39 <Compile Include="Database.cs" />
40 <Compile Include="Metric.cs" />
41 <Compile Include="User.cs" />
42 </ItemGroup>
43 <ItemGroup>
44 <ProjectReference Include="..\..\src\Core\Banshee.Services\Banshee.Services.csproj">
45 <Project>{B28354F0-BA87-44E8-989F-B864A3C7C09F}</Project>
46 <Name>Banshee.Services</Name>
47 </ProjectReference>
48 <ProjectReference Include="..\..\src\Hyena\Hyena\Hyena.csproj">
49 <Project>{95374549-9553-4C1E-9D89-667755F90E12}</Project>
50 <Name>Hyena</Name>
51 </ProjectReference>
52 </ItemGroup>
53 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
54 </Project>