2017-02-22 21:25:31 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
2015-02-19 18:59:47 +00:00
|
|
|
|
<PropertyGroup>
|
2017-02-22 21:25:31 +00:00
|
|
|
|
<TargetFrameworks>netcoreapp1.0;net40</TargetFrameworks>
|
2015-02-19 18:59:47 +00:00
|
|
|
|
</PropertyGroup>
|
2017-02-22 21:25:31 +00:00
|
|
|
|
|
2015-02-19 18:59:47 +00:00
|
|
|
|
<ItemGroup>
|
2017-02-22 21:25:31 +00:00
|
|
|
|
<PackageReference Include="NUnit" Version="3.6.0" />
|
2015-02-19 18:59:47 +00:00
|
|
|
|
</ItemGroup>
|
2017-02-22 21:25:31 +00:00
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp1.0'">
|
|
|
|
|
|
<DefineConstants>NETCOREAPP1_0;NETCORE</DefineConstants>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2015-02-19 18:59:47 +00:00
|
|
|
|
<ItemGroup>
|
2017-02-22 21:25:31 +00:00
|
|
|
|
<ProjectReference Include="..\plist-cil\plist-cil.csproj" />
|
2015-02-19 18:59:47 +00:00
|
|
|
|
</ItemGroup>
|
2017-02-22 21:25:31 +00:00
|
|
|
|
|
2015-02-19 18:59:47 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="..\test-files\test1-ascii-gnustep.plist">
|
2015-02-19 19:01:02 +00:00
|
|
|
|
<Link>test-files\test1-ascii-gnustep.plist</Link>
|
2015-02-19 18:59:47 +00:00
|
|
|
|
<Gettext-ScanForTranslations>False</Gettext-ScanForTranslations>
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Include="..\test-files\test1-ascii.plist">
|
2015-02-19 19:01:02 +00:00
|
|
|
|
<Link>test-files\test1-ascii.plist</Link>
|
2015-02-19 18:59:47 +00:00
|
|
|
|
<Gettext-ScanForTranslations>False</Gettext-ScanForTranslations>
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Include="..\test-files\test1.plist">
|
2015-02-19 19:01:02 +00:00
|
|
|
|
<Link>test-files\test1.plist</Link>
|
2015-02-19 18:59:47 +00:00
|
|
|
|
<Gettext-ScanForTranslations>False</Gettext-ScanForTranslations>
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Include="..\test-files\testNegative-bin.plist">
|
2015-02-19 19:01:02 +00:00
|
|
|
|
<Link>test-files\testNegative-bin.plist</Link>
|
2015-02-19 18:59:47 +00:00
|
|
|
|
<Gettext-ScanForTranslations>False</Gettext-ScanForTranslations>
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Include="..\test-files\testNegative-xml.plist">
|
2015-02-19 19:01:02 +00:00
|
|
|
|
<Link>test-files\testNegative-xml.plist</Link>
|
2015-02-19 18:59:47 +00:00
|
|
|
|
<Gettext-ScanForTranslations>False</Gettext-ScanForTranslations>
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Include="..\test-files\issue4.plist">
|
2015-02-19 19:01:02 +00:00
|
|
|
|
<Link>test-files\issue4.plist</Link>
|
2015-02-19 18:59:47 +00:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
<Gettext-ScanForTranslations>False</Gettext-ScanForTranslations>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Include="..\test-files\issue16.plist">
|
2015-02-19 19:01:02 +00:00
|
|
|
|
<Link>test-files\issue16.plist</Link>
|
2015-02-19 18:59:47 +00:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
<Gettext-ScanForTranslations>False</Gettext-ScanForTranslations>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Include="..\test-files\issue21.plist">
|
2015-02-19 19:01:02 +00:00
|
|
|
|
<Link>test-files\issue21.plist</Link>
|
2015-02-19 18:59:47 +00:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
<Gettext-ScanForTranslations>False</Gettext-ScanForTranslations>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Include="..\test-files\issue22-emoji-xml.plist">
|
2015-02-19 19:01:02 +00:00
|
|
|
|
<Link>test-files\issue22-emoji-xml.plist</Link>
|
2015-02-19 18:59:47 +00:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
<Gettext-ScanForTranslations>False</Gettext-ScanForTranslations>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Include="..\test-files\issue22-emoji.plist">
|
2015-02-19 19:01:02 +00:00
|
|
|
|
<Link>test-files\issue22-emoji.plist</Link>
|
2015-02-19 18:59:47 +00:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
<Gettext-ScanForTranslations>False</Gettext-ScanForTranslations>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Include="..\test-files\issue30.plist">
|
2015-02-19 19:01:02 +00:00
|
|
|
|
<Link>test-files\issue30.plist</Link>
|
2015-02-19 18:59:47 +00:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
<Gettext-ScanForTranslations>False</Gettext-ScanForTranslations>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Include="..\test-files\issue33.pbxproj">
|
2015-02-19 19:01:02 +00:00
|
|
|
|
<Link>test-files\issue33.pbxproj</Link>
|
2015-02-19 18:59:47 +00:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
<Gettext-ScanForTranslations>False</Gettext-ScanForTranslations>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Include="..\test-files\issue49.plist">
|
2015-02-19 19:01:02 +00:00
|
|
|
|
<Link>test-files\issue49.plist</Link>
|
2015-02-19 18:59:47 +00:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
<Gettext-ScanForTranslations>False</Gettext-ScanForTranslations>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Include="..\test-files\test-ascii.plist">
|
2015-02-19 19:01:02 +00:00
|
|
|
|
<Link>test-files\test-ascii.plist</Link>
|
2015-02-19 18:59:47 +00:00
|
|
|
|
<Gettext-ScanForTranslations>False</Gettext-ScanForTranslations>
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
2016-05-24 22:49:37 +02:00
|
|
|
|
<None Include="test-files\ResourceRules.plist">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
2016-05-24 23:33:34 +02:00
|
|
|
|
<None Include="test-files\Roundtrip.plist">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
2015-02-19 18:59:47 +00:00
|
|
|
|
</ItemGroup>
|
2017-02-22 21:25:31 +00:00
|
|
|
|
|
|
|
|
|
|
</Project>
|