Added an empty UWP forms project
This commit is contained in:
Родитель
5858c9c404
Коммит
ee55368482
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?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>
|
||||
|
@ -8,7 +8,7 @@
|
|||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>SkiaSharp.Views.Forms</RootNamespace>
|
||||
<AssemblyName>SkiaSharp.Views.Forms</AssemblyName>
|
||||
<TargetFrameworkVersion>v6.0</TargetFrameworkVersion>
|
||||
<TargetFrameworkVersion>v7.0</TargetFrameworkVersion>
|
||||
<AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
|
||||
<AndroidResgenClass>Resource</AndroidResgenClass>
|
||||
<MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
|
||||
|
|
|
@ -1,31 +1,84 @@
|
|||
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 2012
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SkiaSharp.Views.Forms", "SkiaSharp.Views.Forms\SkiaSharp.Views.Forms.csproj", "{1555D119-8598-4E4D-91AC-D313F94A1673}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SkiaSharp.Views.Forms.iOS", "SkiaSharp.Views.Forms.iOS\SkiaSharp.Views.Forms.iOS.csproj", "{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}"
|
||||
EndProject
|
||||
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "SkiaSharp.Views.Forms.Shared", "SkiaSharp.Views.Forms.Shared\SkiaSharp.Views.Forms.Shared.shproj", "{794B3FB8-5BCF-42FB-9D18-6BA595187B94}"
|
||||
# Visual Studio 14
|
||||
VisualStudioVersion = 14.0.25420.1
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "SkiaSharp.Views.Forms.Shared", "SkiaSharp.Views.Forms.Shared\SkiaSharp.Views.Forms.Shared.shproj", "{314FB505-9858-4E03-B799-91B0BA627D05}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SkiaSharp.Views.Forms.Android", "SkiaSharp.Views.Forms.Android\SkiaSharp.Views.Forms.Android.csproj", "{2F94F024-1841-47E8-B521-74AA4E3EBA54}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SkiaSharp.Views.Forms.iOS", "SkiaSharp.Views.Forms.iOS\SkiaSharp.Views.Forms.iOS.csproj", "{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SkiaSharp.Views.Forms", "SkiaSharp.Views.Forms\SkiaSharp.Views.Forms.csproj", "{1555D119-8598-4E4D-91AC-D313F94A1673}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SharedMSBuildProjectFiles) = preSolution
|
||||
SkiaSharp.Views.Forms.Shared\SkiaSharp.Views.Forms.Shared.projitems*{1555d119-8598-4e4d-91ac-d313f94a1673}*SharedItemsImports = 4
|
||||
SkiaSharp.Views.Forms.Shared\SkiaSharp.Views.Forms.Shared.projitems*{2f94f024-1841-47e8-b521-74aa4e3eba54}*SharedItemsImports = 4
|
||||
SkiaSharp.Views.Forms.Shared\SkiaSharp.Views.Forms.Shared.projitems*{314fb505-9858-4e03-b799-91b0ba627d05}*SharedItemsImports = 13
|
||||
SkiaSharp.Views.Forms.Shared\SkiaSharp.Views.Forms.Shared.projitems*{4ac36d63-bf11-445f-81ee-107c0cef4fc9}*SharedItemsImports = 4
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Debug|ARM = Debug|ARM
|
||||
Debug|x64 = Debug|x64
|
||||
Debug|x86 = Debug|x86
|
||||
Release|Any CPU = Release|Any CPU
|
||||
Release|ARM = Release|ARM
|
||||
Release|x64 = Release|x64
|
||||
Release|x86 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{2F94F024-1841-47E8-B521-74AA4E3EBA54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{2F94F024-1841-47E8-B521-74AA4E3EBA54}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{2F94F024-1841-47E8-B521-74AA4E3EBA54}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{2F94F024-1841-47E8-B521-74AA4E3EBA54}.Debug|ARM.Build.0 = Debug|Any CPU
|
||||
{2F94F024-1841-47E8-B521-74AA4E3EBA54}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{2F94F024-1841-47E8-B521-74AA4E3EBA54}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{2F94F024-1841-47E8-B521-74AA4E3EBA54}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{2F94F024-1841-47E8-B521-74AA4E3EBA54}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{2F94F024-1841-47E8-B521-74AA4E3EBA54}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{2F94F024-1841-47E8-B521-74AA4E3EBA54}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{2F94F024-1841-47E8-B521-74AA4E3EBA54}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{2F94F024-1841-47E8-B521-74AA4E3EBA54}.Release|ARM.Build.0 = Release|Any CPU
|
||||
{2F94F024-1841-47E8-B521-74AA4E3EBA54}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{2F94F024-1841-47E8-B521-74AA4E3EBA54}.Release|x64.Build.0 = Release|Any CPU
|
||||
{2F94F024-1841-47E8-B521-74AA4E3EBA54}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{2F94F024-1841-47E8-B521-74AA4E3EBA54}.Release|x86.Build.0 = Release|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Debug|ARM.Build.0 = Debug|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Release|ARM.Build.0 = Release|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Release|x64.Build.0 = Release|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Release|x86.Build.0 = Release|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Debug|ARM.Build.0 = Debug|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Release|ARM.Build.0 = Release|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Release|x64.Build.0 = Release|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Release|x86.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
||||
<HasSharedItems>true</HasSharedItems>
|
||||
<SharedGUID>{794B3FB8-5BCF-42FB-9D18-6BA595187B94}</SharedGUID>
|
||||
<SharedGUID>314fb505-9858-4e03-b799-91b0ba627d05</SharedGUID>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="Configuration">
|
||||
<Import_RootNamespace>SkiaSharp.Views.Forms.Shared</Import_RootNamespace>
|
||||
<Import_RootNamespace>SkiaSharp.Views.Forms</Import_RootNamespace>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="$(MSBuildThisFileDirectory)SKPaintGLSurfaceEventArgs.cs" />
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{794B3FB8-5BCF-42FB-9D18-6BA595187B94}</ProjectGuid>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>314fb505-9858-4e03-b799-91b0ba627d05</ProjectGuid>
|
||||
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.Common.Default.props" />
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.Common.props" />
|
||||
<PropertyGroup />
|
||||
<Import Project="SkiaSharp.Views.Forms.Shared.projitems" Label="Shared" />
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.CSharp.targets" />
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
|
@ -0,0 +1,29 @@
|
|||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
[assembly: AssemblyTitle("SkiaSharp.Views.Forms.UWP")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("SkiaSharp.Views.Forms.UWP")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2016")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
[assembly: ComVisible(false)]
|
|
@ -0,0 +1,33 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
This file contains Runtime Directives, specifications about types your application accesses
|
||||
through reflection and other dynamic code patterns. Runtime Directives are used to control the
|
||||
.NET Native optimizer and ensure that it does not remove code accessed by your library. If your
|
||||
library does not do any reflection, then you generally do not need to edit this file. However,
|
||||
if your library reflects over types, especially types passed to it or derived from its types,
|
||||
then you should write Runtime Directives.
|
||||
|
||||
The most common use of reflection in libraries is to discover information about types passed
|
||||
to the library. Runtime Directives have three ways to express requirements on types passed to
|
||||
your library.
|
||||
|
||||
1. Parameter, GenericParameter, TypeParameter, TypeEnumerableParameter
|
||||
Use these directives to reflect over types passed as a parameter.
|
||||
|
||||
2. SubTypes
|
||||
Use a SubTypes directive to reflect over types derived from another type.
|
||||
|
||||
3. AttributeImplies
|
||||
Use an AttributeImplies directive to indicate that your library needs to reflect over
|
||||
types or methods decorated with an attribute.
|
||||
|
||||
For more information on writing Runtime Directives for libraries, please visit
|
||||
http://go.microsoft.com/fwlink/?LinkID=391919
|
||||
-->
|
||||
<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
|
||||
<Library Name="SkiaSharp.Views.Forms.UWP">
|
||||
|
||||
<!-- add directives for your library here -->
|
||||
|
||||
</Library>
|
||||
</Directives>
|
|
@ -0,0 +1,125 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{3A1277B5-CFAE-48CC-B64B-4DAE1222A3EB}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>SkiaSharp.Views.Forms</RootNamespace>
|
||||
<AssemblyName>SkiaSharp.Views.Forms</AssemblyName>
|
||||
<DefaultLanguage>en-US</DefaultLanguage>
|
||||
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
|
||||
<TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion>
|
||||
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
|
||||
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<OutputPath>bin\x86\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
||||
<NoWarn>;2008</NoWarn>
|
||||
<DebugType>full</DebugType>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<UseVSHostingProcess>false</UseVSHostingProcess>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<OutputPath>bin\x86\Release\</OutputPath>
|
||||
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
||||
<Optimize>true</Optimize>
|
||||
<NoWarn>;2008</NoWarn>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<UseVSHostingProcess>false</UseVSHostingProcess>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
|
||||
<PlatformTarget>ARM</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<OutputPath>bin\ARM\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
||||
<NoWarn>;2008</NoWarn>
|
||||
<DebugType>full</DebugType>
|
||||
<PlatformTarget>ARM</PlatformTarget>
|
||||
<UseVSHostingProcess>false</UseVSHostingProcess>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
|
||||
<PlatformTarget>ARM</PlatformTarget>
|
||||
<OutputPath>bin\ARM\Release\</OutputPath>
|
||||
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
||||
<Optimize>true</Optimize>
|
||||
<NoWarn>;2008</NoWarn>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<PlatformTarget>ARM</PlatformTarget>
|
||||
<UseVSHostingProcess>false</UseVSHostingProcess>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<OutputPath>bin\x64\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
||||
<NoWarn>;2008</NoWarn>
|
||||
<DebugType>full</DebugType>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<UseVSHostingProcess>false</UseVSHostingProcess>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<OutputPath>bin\x64\Release\</OutputPath>
|
||||
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
||||
<Optimize>true</Optimize>
|
||||
<NoWarn>;2008</NoWarn>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<UseVSHostingProcess>false</UseVSHostingProcess>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
|
||||
<None Include="project.json" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<EmbeddedResource Include="Properties\SkiaSharp.Views.Forms.UWP.rd.xml" />
|
||||
</ItemGroup>
|
||||
<Import Project="..\SkiaSharp.Views.Forms.Shared\SkiaSharp.Views.Forms.Shared.projitems" Label="Shared" />
|
||||
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0' ">
|
||||
<VisualStudioVersion>14.0</VisualStudioVersion>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.UniversalWindowsPlatform": "5.1.0"
|
||||
},
|
||||
"frameworks": {
|
||||
"uap10.0": {}
|
||||
},
|
||||
"runtimes": {
|
||||
"win10-arm": {},
|
||||
"win10-arm-aot": {},
|
||||
"win10-x86": {},
|
||||
"win10-x86-aot": {},
|
||||
"win10-x64": {},
|
||||
"win10-x64-aot": {}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,65 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 14
|
||||
VisualStudioVersion = 14.0.25420.1
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "SkiaSharp.Views.Forms.Shared", "SkiaSharp.Views.Forms.Shared\SkiaSharp.Views.Forms.Shared.shproj", "{314FB505-9858-4E03-B799-91B0BA627D05}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SkiaSharp.Views.Forms.UWP", "SkiaSharp.Views.Forms.UWP\SkiaSharp.Views.Forms.UWP.csproj", "{3A1277B5-CFAE-48CC-B64B-4DAE1222A3EB}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SkiaSharp.Views.Forms", "SkiaSharp.Views.Forms\SkiaSharp.Views.Forms.csproj", "{1555D119-8598-4E4D-91AC-D313F94A1673}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SharedMSBuildProjectFiles) = preSolution
|
||||
SkiaSharp.Views.Forms.Shared\SkiaSharp.Views.Forms.Shared.projitems*{1555d119-8598-4e4d-91ac-d313f94a1673}*SharedItemsImports = 4
|
||||
SkiaSharp.Views.Forms.Shared\SkiaSharp.Views.Forms.Shared.projitems*{314fb505-9858-4e03-b799-91b0ba627d05}*SharedItemsImports = 13
|
||||
SkiaSharp.Views.Forms.Shared\SkiaSharp.Views.Forms.Shared.projitems*{3a1277b5-cfae-48cc-b64b-4dae1222a3eb}*SharedItemsImports = 4
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Debug|ARM = Debug|ARM
|
||||
Debug|x64 = Debug|x64
|
||||
Debug|x86 = Debug|x86
|
||||
Release|Any CPU = Release|Any CPU
|
||||
Release|ARM = Release|ARM
|
||||
Release|x64 = Release|x64
|
||||
Release|x86 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{3A1277B5-CFAE-48CC-B64B-4DAE1222A3EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{3A1277B5-CFAE-48CC-B64B-4DAE1222A3EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{3A1277B5-CFAE-48CC-B64B-4DAE1222A3EB}.Debug|ARM.ActiveCfg = Debug|ARM
|
||||
{3A1277B5-CFAE-48CC-B64B-4DAE1222A3EB}.Debug|ARM.Build.0 = Debug|ARM
|
||||
{3A1277B5-CFAE-48CC-B64B-4DAE1222A3EB}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{3A1277B5-CFAE-48CC-B64B-4DAE1222A3EB}.Debug|x64.Build.0 = Debug|x64
|
||||
{3A1277B5-CFAE-48CC-B64B-4DAE1222A3EB}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{3A1277B5-CFAE-48CC-B64B-4DAE1222A3EB}.Debug|x86.Build.0 = Debug|x86
|
||||
{3A1277B5-CFAE-48CC-B64B-4DAE1222A3EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{3A1277B5-CFAE-48CC-B64B-4DAE1222A3EB}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{3A1277B5-CFAE-48CC-B64B-4DAE1222A3EB}.Release|ARM.ActiveCfg = Release|ARM
|
||||
{3A1277B5-CFAE-48CC-B64B-4DAE1222A3EB}.Release|ARM.Build.0 = Release|ARM
|
||||
{3A1277B5-CFAE-48CC-B64B-4DAE1222A3EB}.Release|x64.ActiveCfg = Release|x64
|
||||
{3A1277B5-CFAE-48CC-B64B-4DAE1222A3EB}.Release|x64.Build.0 = Release|x64
|
||||
{3A1277B5-CFAE-48CC-B64B-4DAE1222A3EB}.Release|x86.ActiveCfg = Release|x86
|
||||
{3A1277B5-CFAE-48CC-B64B-4DAE1222A3EB}.Release|x86.Build.0 = Release|x86
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Debug|ARM.Build.0 = Debug|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Release|ARM.Build.0 = Release|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Release|x64.Build.0 = Release|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Release|x86.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
|
@ -1,31 +1,103 @@
|
|||
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 2012
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SkiaSharp.Views.Forms", "SkiaSharp.Views.Forms\SkiaSharp.Views.Forms.csproj", "{1555D119-8598-4E4D-91AC-D313F94A1673}"
|
||||
# Visual Studio 14
|
||||
VisualStudioVersion = 14.0.25420.1
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "SkiaSharp.Views.Forms.Shared", "SkiaSharp.Views.Forms.Shared\SkiaSharp.Views.Forms.Shared.shproj", "{314FB505-9858-4E03-B799-91B0BA627D05}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SkiaSharp.Views.Forms.iOS", "SkiaSharp.Views.Forms.iOS\SkiaSharp.Views.Forms.iOS.csproj", "{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}"
|
||||
EndProject
|
||||
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "SkiaSharp.Views.Forms.Shared", "SkiaSharp.Views.Forms.Shared\SkiaSharp.Views.Forms.Shared.shproj", "{794B3FB8-5BCF-42FB-9D18-6BA595187B94}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SkiaSharp.Views.Forms.UWP", "SkiaSharp.Views.Forms.UWP\SkiaSharp.Views.Forms.UWP.csproj", "{3A1277B5-CFAE-48CC-B64B-4DAE1222A3EB}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SkiaSharp.Views.Forms.Android", "SkiaSharp.Views.Forms.Android\SkiaSharp.Views.Forms.Android.csproj", "{2F94F024-1841-47E8-B521-74AA4E3EBA54}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SkiaSharp.Views.Forms.iOS", "SkiaSharp.Views.Forms.iOS\SkiaSharp.Views.Forms.iOS.csproj", "{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SkiaSharp.Views.Forms", "SkiaSharp.Views.Forms\SkiaSharp.Views.Forms.csproj", "{1555D119-8598-4E4D-91AC-D313F94A1673}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SharedMSBuildProjectFiles) = preSolution
|
||||
SkiaSharp.Views.Forms.Shared\SkiaSharp.Views.Forms.Shared.projitems*{1555d119-8598-4e4d-91ac-d313f94a1673}*SharedItemsImports = 4
|
||||
SkiaSharp.Views.Forms.Shared\SkiaSharp.Views.Forms.Shared.projitems*{2f94f024-1841-47e8-b521-74aa4e3eba54}*SharedItemsImports = 4
|
||||
SkiaSharp.Views.Forms.Shared\SkiaSharp.Views.Forms.Shared.projitems*{314fb505-9858-4e03-b799-91b0ba627d05}*SharedItemsImports = 13
|
||||
SkiaSharp.Views.Forms.Shared\SkiaSharp.Views.Forms.Shared.projitems*{3a1277b5-cfae-48cc-b64b-4dae1222a3eb}*SharedItemsImports = 4
|
||||
SkiaSharp.Views.Forms.Shared\SkiaSharp.Views.Forms.Shared.projitems*{4ac36d63-bf11-445f-81ee-107c0cef4fc9}*SharedItemsImports = 4
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Debug|ARM = Debug|ARM
|
||||
Debug|x64 = Debug|x64
|
||||
Debug|x86 = Debug|x86
|
||||
Release|Any CPU = Release|Any CPU
|
||||
Release|ARM = Release|ARM
|
||||
Release|x64 = Release|x64
|
||||
Release|x86 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{3A1277B5-CFAE-48CC-B64B-4DAE1222A3EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{3A1277B5-CFAE-48CC-B64B-4DAE1222A3EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{3A1277B5-CFAE-48CC-B64B-4DAE1222A3EB}.Debug|ARM.ActiveCfg = Debug|ARM
|
||||
{3A1277B5-CFAE-48CC-B64B-4DAE1222A3EB}.Debug|ARM.Build.0 = Debug|ARM
|
||||
{3A1277B5-CFAE-48CC-B64B-4DAE1222A3EB}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{3A1277B5-CFAE-48CC-B64B-4DAE1222A3EB}.Debug|x64.Build.0 = Debug|x64
|
||||
{3A1277B5-CFAE-48CC-B64B-4DAE1222A3EB}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{3A1277B5-CFAE-48CC-B64B-4DAE1222A3EB}.Debug|x86.Build.0 = Debug|x86
|
||||
{3A1277B5-CFAE-48CC-B64B-4DAE1222A3EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{3A1277B5-CFAE-48CC-B64B-4DAE1222A3EB}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{3A1277B5-CFAE-48CC-B64B-4DAE1222A3EB}.Release|ARM.ActiveCfg = Release|ARM
|
||||
{3A1277B5-CFAE-48CC-B64B-4DAE1222A3EB}.Release|ARM.Build.0 = Release|ARM
|
||||
{3A1277B5-CFAE-48CC-B64B-4DAE1222A3EB}.Release|x64.ActiveCfg = Release|x64
|
||||
{3A1277B5-CFAE-48CC-B64B-4DAE1222A3EB}.Release|x64.Build.0 = Release|x64
|
||||
{3A1277B5-CFAE-48CC-B64B-4DAE1222A3EB}.Release|x86.ActiveCfg = Release|x86
|
||||
{3A1277B5-CFAE-48CC-B64B-4DAE1222A3EB}.Release|x86.Build.0 = Release|x86
|
||||
{2F94F024-1841-47E8-B521-74AA4E3EBA54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{2F94F024-1841-47E8-B521-74AA4E3EBA54}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{2F94F024-1841-47E8-B521-74AA4E3EBA54}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{2F94F024-1841-47E8-B521-74AA4E3EBA54}.Debug|ARM.Build.0 = Debug|Any CPU
|
||||
{2F94F024-1841-47E8-B521-74AA4E3EBA54}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{2F94F024-1841-47E8-B521-74AA4E3EBA54}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{2F94F024-1841-47E8-B521-74AA4E3EBA54}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{2F94F024-1841-47E8-B521-74AA4E3EBA54}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{2F94F024-1841-47E8-B521-74AA4E3EBA54}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{2F94F024-1841-47E8-B521-74AA4E3EBA54}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{2F94F024-1841-47E8-B521-74AA4E3EBA54}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{2F94F024-1841-47E8-B521-74AA4E3EBA54}.Release|ARM.Build.0 = Release|Any CPU
|
||||
{2F94F024-1841-47E8-B521-74AA4E3EBA54}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{2F94F024-1841-47E8-B521-74AA4E3EBA54}.Release|x64.Build.0 = Release|Any CPU
|
||||
{2F94F024-1841-47E8-B521-74AA4E3EBA54}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{2F94F024-1841-47E8-B521-74AA4E3EBA54}.Release|x86.Build.0 = Release|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Debug|ARM.Build.0 = Debug|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Release|ARM.Build.0 = Release|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Release|x64.Build.0 = Release|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{4AC36D63-BF11-445F-81EE-107C0CEF4FC9}.Release|x86.Build.0 = Release|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Debug|ARM.Build.0 = Debug|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Release|ARM.Build.0 = Release|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Release|x64.Build.0 = Release|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{1555D119-8598-4E4D-91AC-D313F94A1673}.Release|x86.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
|
Загрузка…
Ссылка в новой задаче