Switch to XamMac full framework.

This commit is contained in:
Martin Baulig 2015-09-10 17:25:50 +02:00
Родитель 4df4390968
Коммит a243c9ccf4
2 изменённых файлов: 3 добавлений и 5 удалений

Просмотреть файл

@ -9,10 +9,9 @@
<RootNamespace>Mono.Security.NewTls</RootNamespace>
<MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
<AssemblyName>Mono.Security.NewTls</AssemblyName>
<TargetFrameworkIdentifier>Xamarin.Mac</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\new-tls.snk</AssemblyOriginatorKeyFile>
<UseXamMacFullFramework>true</UseXamMacFullFramework>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@ -343,7 +342,7 @@
<Compile Include="..\..\Mono.Security.Providers\common\Consts.cs">
<Link>common\Consts.cs</Link>
</Compile>
<Compile Include="\Users\martin\Documents\MartinContext.cs">
<Compile Include="..\..\..\..\..\..\Users\martin\Documents\MartinContext.cs">
<Link>Mono.Security.NewTls\MartinContext.cs</Link>
</Compile>
</ItemGroup>

Просмотреть файл

@ -9,10 +9,9 @@
<RootNamespace>Mono.Security.Providers.NewTls</RootNamespace>
<MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
<AssemblyName>Mono.Security.Providers.NewTls</AssemblyName>
<TargetFrameworkIdentifier>Xamarin.Mac</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\new-tls.snk</AssemblyOriginatorKeyFile>
<UseXamMacFullFramework>true</UseXamMacFullFramework>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>