Files
Aaru.Server/DiscImageChef.Settings/DiscImageChef.Settings.csproj

106 lines
7.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{5C4C7BAA-CF60-4233-84ED-39CB2312AF38}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>DiscImageChef.Settings</RootNamespace>
<AssemblyName>DiscImageChef.Settings</AssemblyName>
<ReleaseVersion>3.2.99.2</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml.Serialization" />
<Reference Include="System.Xml" />
<Reference Include="plist-cil">
<HintPath>..\packages\plist-cil.1.14\lib\plist-cil.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Settings.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DiscImageChef.Interop\DiscImageChef.Interop.csproj">
<Project>{9183F2E0-A879-4F23-9EE3-C6908F1332B2}</Project>
<Name>DiscImageChef.Interop</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="docs\ChangeLog.txt" />
<None Include="docs\LICENSE.txt" />
<None Include="docs\README.txt" />
<None Include="docs\html\index.html" />
<None Include="docs\html\Claunia.PropertyList\ASCIIPropertyListParser.html" />
<None Include="docs\html\Claunia.PropertyList\BinaryPropertyListParser.html" />
<None Include="docs\html\Claunia.PropertyList\BinaryPropertyListWriter.html" />
<None Include="docs\html\Claunia.PropertyList\NSArray.html" />
<None Include="docs\html\Claunia.PropertyList\NSData.html" />
<None Include="docs\html\Claunia.PropertyList\NSDate.html" />
<None Include="docs\html\Claunia.PropertyList\NSDictionary.html" />
<None Include="docs\html\Claunia.PropertyList\NSNumber.html" />
<None Include="docs\html\Claunia.PropertyList\NSObject.html" />
<None Include="docs\html\Claunia.PropertyList\NSSet.html" />
<None Include="docs\html\Claunia.PropertyList\NSString.html" />
<None Include="docs\html\Claunia.PropertyList\PropertyListFormatException.html" />
<None Include="docs\html\Claunia.PropertyList\PropertyListParser.html" />
<None Include="docs\html\Claunia.PropertyList\UID.html" />
<None Include="docs\html\Claunia.PropertyList\XmlPropertyListParser.html" />
<None Include="docs\html\Claunia.PropertyList\index.html" />
<None Include="docs\mono\index.xml" />
<None Include="docs\mono\ns-Claunia.PropertyList.xml" />
<None Include="docs\mono\Claunia.PropertyList\ASCIIPropertyListParser.xml" />
<None Include="docs\mono\Claunia.PropertyList\BinaryPropertyListParser.xml" />
<None Include="docs\mono\Claunia.PropertyList\BinaryPropertyListWriter.xml" />
<None Include="docs\mono\Claunia.PropertyList\NSArray.xml" />
<None Include="docs\mono\Claunia.PropertyList\NSData.xml" />
<None Include="docs\mono\Claunia.PropertyList\NSDate.xml" />
<None Include="docs\mono\Claunia.PropertyList\NSDictionary.xml" />
<None Include="docs\mono\Claunia.PropertyList\NSNumber.xml" />
<None Include="docs\mono\Claunia.PropertyList\NSObject.xml" />
<None Include="docs\mono\Claunia.PropertyList\NSSet.xml" />
<None Include="docs\mono\Claunia.PropertyList\NSString.xml" />
<None Include="docs\mono\Claunia.PropertyList\PropertyListFormatException.xml" />
<None Include="docs\mono\Claunia.PropertyList\PropertyListParser.xml" />
<None Include="docs\mono\Claunia.PropertyList\UID.xml" />
<None Include="docs\mono\Claunia.PropertyList\XmlPropertyListParser.xml" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\LICENSE.LGPL">
<Link>LICENSE.LGPL</Link>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ProjectExtensions>
<MonoDevelop>
<Properties>
<Policies>
<StandardHeader Text="/***************************************************************************&#xA;The Disc Image Chef&#xA;----------------------------------------------------------------------------&#xA; &#xA;Filename : ${FileName}&#xA;Author(s) : ${AuthorName} &lt;${AuthorEmail}&gt;&#xA;&#xA;Component : Component&#xA; &#xA;--[ Description ] ----------------------------------------------------------&#xA; &#xA; Description&#xA; &#xA;--[ License ] --------------------------------------------------------------&#xA; &#xA; This library is free software; you can redistribute it and/or modify&#xA; it under the terms of the GNU Lesser General Public License as&#xA; published by the Free Software Foundation; either version 2.1 of the&#xA; License, or (at your option) any later version.&#xA;&#xA; This library is distributed in the hope that it will be useful, but&#xA; WITHOUT ANY WARRANTY; without even the implied warranty of&#xA; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU&#xA; Lesser General Public License for more details.&#xA;&#xA; You should have received a copy of the GNU Lesser General Public&#xA; License along with this library; if not, see &lt;http://www.gnu.org/licenses/&gt;.&#xA;&#xA;----------------------------------------------------------------------------&#xA;Copyright © 2011-${Year} ${CopyrightHolder}&#xA;****************************************************************************/" IncludeInNewFiles="True" />
<TextStylePolicy FileWidth="120" inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/x-csharp" />
<CSharpFormattingPolicy IndentSwitchSection="True" NewLinesForBracesInProperties="True" NewLinesForBracesInAccessors="True" NewLinesForBracesInAnonymousMethods="True" NewLinesForBracesInControlBlocks="True" NewLinesForBracesInAnonymousTypes="True" NewLinesForBracesInObjectCollectionArrayInitializers="True" NewLinesForBracesInLambdaExpressionBody="True" NewLineForElse="True" NewLineForCatch="True" NewLineForFinally="True" NewLineForMembersInObjectInit="True" NewLineForMembersInAnonymousTypes="True" NewLineForClausesInQuery="True" SpacingAfterMethodDeclarationName="False" SpaceAfterMethodCallName="False" SpaceAfterControlFlowStatementKeyword="False" SpaceBeforeOpenSquareBracket="False" inheritsSet="Mono" inheritsScope="text/x-csharp" scope="text/x-csharp" />
</Policies>
</Properties>
</MonoDevelop>
</ProjectExtensions>
</Project>