Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add WinRT support to fix AdvancedFrame #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions FreshEssentials.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,7 @@ Attached Properties
<file src="src\Droid\bin\Release\FreshEssentials*.*" target="lib\MonoAndroid10" />

<file src="src\UWP\bin\Release\FreshEssentials*.*" target="lib\uap10.0" />

<file src="src\WinRT\bin\Release\FreshEssentials*.*" target="lib\win81" />
</files>
</package>
92 changes: 54 additions & 38 deletions src/FreshEssentials.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
VisualStudioVersion = 14.0.25123.0
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreshEssentials", "FreshEssentials\FreshEssentials.csproj", "{99D84C84-D9FF-49AA-8AF0-3D7FD4E5C616}"
EndProject
Expand All @@ -13,6 +13,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreshEssentials.UWP", "UWP\
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Licenses", "Licenses", "{7463B33D-C1CF-4780-A10C-D34BA5F6E00B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreshEssentials.WinRT", "WinRT\FreshEssentials.WinRT.csproj", "{ACC040D3-4DAF-458B-B7E5-4A3992D2970A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -25,38 +27,6 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{167E5096-F7F8-4069-9200-5AA0C350D96B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{167E5096-F7F8-4069-9200-5AA0C350D96B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{167E5096-F7F8-4069-9200-5AA0C350D96B}.Debug|ARM.ActiveCfg = Debug|Any CPU
{167E5096-F7F8-4069-9200-5AA0C350D96B}.Debug|ARM.Build.0 = Debug|Any CPU
{167E5096-F7F8-4069-9200-5AA0C350D96B}.Debug|x64.ActiveCfg = Debug|Any CPU
{167E5096-F7F8-4069-9200-5AA0C350D96B}.Debug|x64.Build.0 = Debug|Any CPU
{167E5096-F7F8-4069-9200-5AA0C350D96B}.Debug|x86.ActiveCfg = Debug|Any CPU
{167E5096-F7F8-4069-9200-5AA0C350D96B}.Debug|x86.Build.0 = Debug|Any CPU
{167E5096-F7F8-4069-9200-5AA0C350D96B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{167E5096-F7F8-4069-9200-5AA0C350D96B}.Release|Any CPU.Build.0 = Release|Any CPU
{167E5096-F7F8-4069-9200-5AA0C350D96B}.Release|ARM.ActiveCfg = Release|Any CPU
{167E5096-F7F8-4069-9200-5AA0C350D96B}.Release|ARM.Build.0 = Release|Any CPU
{167E5096-F7F8-4069-9200-5AA0C350D96B}.Release|x64.ActiveCfg = Release|Any CPU
{167E5096-F7F8-4069-9200-5AA0C350D96B}.Release|x64.Build.0 = Release|Any CPU
{167E5096-F7F8-4069-9200-5AA0C350D96B}.Release|x86.ActiveCfg = Release|Any CPU
{167E5096-F7F8-4069-9200-5AA0C350D96B}.Release|x86.Build.0 = Release|Any CPU
{33C343D6-8FA2-46E1-B753-422CA1554E40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33C343D6-8FA2-46E1-B753-422CA1554E40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33C343D6-8FA2-46E1-B753-422CA1554E40}.Debug|ARM.ActiveCfg = Debug|ARM
{33C343D6-8FA2-46E1-B753-422CA1554E40}.Debug|ARM.Build.0 = Debug|ARM
{33C343D6-8FA2-46E1-B753-422CA1554E40}.Debug|x64.ActiveCfg = Debug|x64
{33C343D6-8FA2-46E1-B753-422CA1554E40}.Debug|x64.Build.0 = Debug|x64
{33C343D6-8FA2-46E1-B753-422CA1554E40}.Debug|x86.ActiveCfg = Debug|x86
{33C343D6-8FA2-46E1-B753-422CA1554E40}.Debug|x86.Build.0 = Debug|x86
{33C343D6-8FA2-46E1-B753-422CA1554E40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33C343D6-8FA2-46E1-B753-422CA1554E40}.Release|Any CPU.Build.0 = Release|Any CPU
{33C343D6-8FA2-46E1-B753-422CA1554E40}.Release|ARM.ActiveCfg = Release|ARM
{33C343D6-8FA2-46E1-B753-422CA1554E40}.Release|ARM.Build.0 = Release|ARM
{33C343D6-8FA2-46E1-B753-422CA1554E40}.Release|x64.ActiveCfg = Release|x64
{33C343D6-8FA2-46E1-B753-422CA1554E40}.Release|x64.Build.0 = Release|x64
{33C343D6-8FA2-46E1-B753-422CA1554E40}.Release|x86.ActiveCfg = Release|x86
{33C343D6-8FA2-46E1-B753-422CA1554E40}.Release|x86.Build.0 = Release|x86
{99D84C84-D9FF-49AA-8AF0-3D7FD4E5C616}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99D84C84-D9FF-49AA-8AF0-3D7FD4E5C616}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99D84C84-D9FF-49AA-8AF0-3D7FD4E5C616}.Debug|ARM.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -89,13 +59,59 @@ Global
{BE93CF9E-D82C-40D8-A2E3-76C669BD13E8}.Release|x64.Build.0 = Release|Any CPU
{BE93CF9E-D82C-40D8-A2E3-76C669BD13E8}.Release|x86.ActiveCfg = Release|Any CPU
{BE93CF9E-D82C-40D8-A2E3-76C669BD13E8}.Release|x86.Build.0 = Release|Any CPU
{167E5096-F7F8-4069-9200-5AA0C350D96B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{167E5096-F7F8-4069-9200-5AA0C350D96B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{167E5096-F7F8-4069-9200-5AA0C350D96B}.Debug|ARM.ActiveCfg = Debug|Any CPU
{167E5096-F7F8-4069-9200-5AA0C350D96B}.Debug|ARM.Build.0 = Debug|Any CPU
{167E5096-F7F8-4069-9200-5AA0C350D96B}.Debug|x64.ActiveCfg = Debug|Any CPU
{167E5096-F7F8-4069-9200-5AA0C350D96B}.Debug|x64.Build.0 = Debug|Any CPU
{167E5096-F7F8-4069-9200-5AA0C350D96B}.Debug|x86.ActiveCfg = Debug|Any CPU
{167E5096-F7F8-4069-9200-5AA0C350D96B}.Debug|x86.Build.0 = Debug|Any CPU
{167E5096-F7F8-4069-9200-5AA0C350D96B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{167E5096-F7F8-4069-9200-5AA0C350D96B}.Release|Any CPU.Build.0 = Release|Any CPU
{167E5096-F7F8-4069-9200-5AA0C350D96B}.Release|ARM.ActiveCfg = Release|Any CPU
{167E5096-F7F8-4069-9200-5AA0C350D96B}.Release|ARM.Build.0 = Release|Any CPU
{167E5096-F7F8-4069-9200-5AA0C350D96B}.Release|x64.ActiveCfg = Release|Any CPU
{167E5096-F7F8-4069-9200-5AA0C350D96B}.Release|x64.Build.0 = Release|Any CPU
{167E5096-F7F8-4069-9200-5AA0C350D96B}.Release|x86.ActiveCfg = Release|Any CPU
{167E5096-F7F8-4069-9200-5AA0C350D96B}.Release|x86.Build.0 = Release|Any CPU
{33C343D6-8FA2-46E1-B753-422CA1554E40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33C343D6-8FA2-46E1-B753-422CA1554E40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33C343D6-8FA2-46E1-B753-422CA1554E40}.Debug|ARM.ActiveCfg = Debug|ARM
{33C343D6-8FA2-46E1-B753-422CA1554E40}.Debug|ARM.Build.0 = Debug|ARM
{33C343D6-8FA2-46E1-B753-422CA1554E40}.Debug|x64.ActiveCfg = Debug|x64
{33C343D6-8FA2-46E1-B753-422CA1554E40}.Debug|x64.Build.0 = Debug|x64
{33C343D6-8FA2-46E1-B753-422CA1554E40}.Debug|x86.ActiveCfg = Debug|x86
{33C343D6-8FA2-46E1-B753-422CA1554E40}.Debug|x86.Build.0 = Debug|x86
{33C343D6-8FA2-46E1-B753-422CA1554E40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33C343D6-8FA2-46E1-B753-422CA1554E40}.Release|Any CPU.Build.0 = Release|Any CPU
{33C343D6-8FA2-46E1-B753-422CA1554E40}.Release|ARM.ActiveCfg = Release|ARM
{33C343D6-8FA2-46E1-B753-422CA1554E40}.Release|ARM.Build.0 = Release|ARM
{33C343D6-8FA2-46E1-B753-422CA1554E40}.Release|x64.ActiveCfg = Release|x64
{33C343D6-8FA2-46E1-B753-422CA1554E40}.Release|x64.Build.0 = Release|x64
{33C343D6-8FA2-46E1-B753-422CA1554E40}.Release|x86.ActiveCfg = Release|x86
{33C343D6-8FA2-46E1-B753-422CA1554E40}.Release|x86.Build.0 = Release|x86
{ACC040D3-4DAF-458B-B7E5-4A3992D2970A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ACC040D3-4DAF-458B-B7E5-4A3992D2970A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ACC040D3-4DAF-458B-B7E5-4A3992D2970A}.Debug|ARM.ActiveCfg = Debug|ARM
{ACC040D3-4DAF-458B-B7E5-4A3992D2970A}.Debug|ARM.Build.0 = Debug|ARM
{ACC040D3-4DAF-458B-B7E5-4A3992D2970A}.Debug|x64.ActiveCfg = Debug|x64
{ACC040D3-4DAF-458B-B7E5-4A3992D2970A}.Debug|x64.Build.0 = Debug|x64
{ACC040D3-4DAF-458B-B7E5-4A3992D2970A}.Debug|x86.ActiveCfg = Debug|x86
{ACC040D3-4DAF-458B-B7E5-4A3992D2970A}.Debug|x86.Build.0 = Debug|x86
{ACC040D3-4DAF-458B-B7E5-4A3992D2970A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ACC040D3-4DAF-458B-B7E5-4A3992D2970A}.Release|Any CPU.Build.0 = Release|Any CPU
{ACC040D3-4DAF-458B-B7E5-4A3992D2970A}.Release|ARM.ActiveCfg = Release|ARM
{ACC040D3-4DAF-458B-B7E5-4A3992D2970A}.Release|ARM.Build.0 = Release|ARM
{ACC040D3-4DAF-458B-B7E5-4A3992D2970A}.Release|x64.ActiveCfg = Release|x64
{ACC040D3-4DAF-458B-B7E5-4A3992D2970A}.Release|x64.Build.0 = Release|x64
{ACC040D3-4DAF-458B-B7E5-4A3992D2970A}.Release|x86.ActiveCfg = Release|x86
{ACC040D3-4DAF-458B-B7E5-4A3992D2970A}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 1.1.0
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
159 changes: 159 additions & 0 deletions src/WinRT/FreshEssentials.WinRT.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,159 @@
<?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>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{ACC040D3-4DAF-458B-B7E5-4A3992D2970A}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>FreshEssentials.WinRT</RootNamespace>
<AssemblyName>FreshEssentials.WinRT</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformVersion>8.1</TargetPlatformVersion>
<MinimumVisualStudioVersion>12</MinimumVisualStudioVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\ARM\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
<NoWarn>;2008</NoWarn>
<DebugType>full</DebugType>
<PlatformTarget>ARM</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
<OutputPath>bin\ARM\Release\</OutputPath>
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
<Optimize>true</Optimize>
<NoWarn>;2008</NoWarn>
<DebugType>pdbonly</DebugType>
<PlatformTarget>ARM</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
<NoWarn>;2008</NoWarn>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
<Optimize>true</Optimize>
<NoWarn>;2008</NoWarn>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
<NoWarn>;2008</NoWarn>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants>
<Optimize>true</Optimize>
<NoWarn>;2008</NoWarn>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
<ProjectReference Include="..\FreshEssentials\FreshEssentials.csproj">
<Project>{99d84c84-d9ff-49aa-8af0-3d7fd4e5c616}</Project>
<Name>FreshEssentials</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Renderers\AdvancedFrameRendererWinRT.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Forms.2.3.0.107\lib\win81\Xamarin.Forms.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Xamarin.Forms.Platform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Forms.2.3.0.107\lib\win81\Xamarin.Forms.Platform.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Xamarin.Forms.Platform.WinRT, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Forms.2.3.0.107\lib\win81\Xamarin.Forms.Platform.WinRT.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Xamarin.Forms.Platform.WinRT.Tablet, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Forms.2.3.0.107\lib\win81\Xamarin.Forms.Platform.WinRT.Tablet.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Forms.2.3.0.107\lib\win81\Xamarin.Forms.Xaml.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '12.0' ">
<VisualStudioVersion>12.0</VisualStudioVersion>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
<Import Project="..\packages\Xamarin.Forms.2.3.0.107\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.2.3.0.107\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\Xamarin.Forms.2.3.0.107\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Xamarin.Forms.2.3.0.107\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets'))" />
</Target>
<!-- 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>
29 changes: 29 additions & 0 deletions src/WinRT/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -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("FreshEssentials.WinRT")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("FreshEssentials.WinRT")]
[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)]
Loading