2015-01-26 11:13:54 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-07-31 13:20:03 -04:00
|
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2015-01-26 11:13:54 +01:00
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProjectGuid>{B68F2214-951F-4F78-8488-66E1ED3F50BF}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<RootNamespace>Duplicati.Library.Localization</RootNamespace>
|
|
|
|
|
<AssemblyName>Duplicati.Library.Localization</AssemblyName>
|
|
|
|
|
<AssemblyOriginatorKeyFile>..\Main\Duplicati.snk</AssemblyOriginatorKeyFile>
|
2020-07-26 18:12:54 -07:00
|
|
|
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
|
2015-01-26 11:13:54 +01:00
|
|
|
<TargetFrameworkProfile />
|
2016-12-29 23:12:41 +01:00
|
|
|
<UseMSBuildEngine>false</UseMSBuildEngine>
|
2015-01-26 11:13:54 +01:00
|
|
|
</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>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release</OutputPath>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<ConsolePause>false</ConsolePause>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2019-08-31 16:42:12 -04:00
|
|
|
<Reference Include="NGettext, Version=0.6.1.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\..\packages\NGettext.0.6.4\lib\net46\NGettext.dll</HintPath>
|
2017-09-23 14:43:33 +02:00
|
|
|
</Reference>
|
2019-07-26 09:18:16 -04:00
|
|
|
<Reference Include="System" />
|
2017-09-23 14:43:33 +02:00
|
|
|
<Reference Include="Microsoft.CSharp" />
|
2015-01-26 11:13:54 +01:00
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="LocalizationService.cs" />
|
|
|
|
|
<Compile Include="ILocalizationService.cs" />
|
|
|
|
|
<Compile Include="MockLocalizationService.cs" />
|
|
|
|
|
<Compile Include="Short.cs" />
|
2016-10-05 18:03:04 +02:00
|
|
|
<Compile Include="MoLocalizationService.cs" />
|
2016-09-27 20:46:11 +02:00
|
|
|
<Compile Include="LocalizationContext.cs" />
|
|
|
|
|
</ItemGroup>
|
2019-07-26 09:18:16 -04:00
|
|
|
<ItemGroup>
|
2016-10-07 10:44:19 +02:00
|
|
|
<EmbeddedResource Include="..\..\..\Localizations\duplicati\*.mo" />
|
2015-01-26 11:13:54 +01:00
|
|
|
</ItemGroup>
|
2017-09-23 14:43:33 +02:00
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
</ItemGroup>
|
2015-01-26 11:13:54 +01:00
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
2014-06-13 17:34:53 +02:00
|
|
|
</Project>
|