Updated Danish translation
[banshee.git] / build / GConfSchemaExtractor.csproj
blob72ab63b3b15155ee1fa680416d5983cc5204c77b
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)' == '' ">x86</Platform>
6 <ProductVersion>10.0.0</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{1E874712-E2F2-4FC1-BBB7-62CBF7A126B9}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <RootNamespace>GConfSchemaExtractor</RootNamespace>
11 <AssemblyName>GConfSchemaExtractor</AssemblyName>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
14 <DebugSymbols>True</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>False</Optimize>
17 <OutputPath>.</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>True</Optimize>
27 <OutputPath>.</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="nunit.framework, Version=2.6.0.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
36 <Private>False</Private>
37 </Reference>
38 </ItemGroup>
39 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
40 <ItemGroup>
41 <Compile Include="GConfSchemaExtractor.cs" />
42 <Compile Include="GConfSchemaExtractorTests.cs" />
43 </ItemGroup>
44 <ItemGroup>
45 <ProjectReference Include="..\src\Core\Banshee.Core\Banshee.Core.csproj">
46 <Project>{2ADB831A-A050-47D0-B6B9-9C19D60233BB}</Project>
47 <Name>Banshee.Core</Name>
48 </ProjectReference>
49 <ProjectReference Include="..\src\Hyena\Hyena\Hyena.csproj">
50 <Project>{95374549-9553-4C1E-9D89-667755F90E12}</Project>
51 <Name>Hyena</Name>
52 </ProjectReference>
53 </ItemGroup>
54 </Project>