Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric St. John <ericstj@microsoft.com>2015-08-14 03:07:57 +0300
committerEric St. John <ericstj@microsoft.com>2015-08-14 03:07:57 +0300
commit40723b795917f2e98b64d45c17effb2546dd0cae (patch)
treec50738992e93690b22004cf0c116208f5d437068 /src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj
parent600c6a323c1c7cf08d499b61684b7c7492821b65 (diff)
Update the version of all assemblies
This change updates the assembly versions of all of the corefx assemblies as needed after we shipped stable versions. Assemblies with API differences get a minor version bump. Assemblies with only bugfixes get a build version bump. In order to facilitate this I had to update the reference assemblies, so I took the opportunity to port them all to the open. [tfs-changeset: 1514419]
Diffstat (limited to 'src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj')
-rw-r--r--src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj b/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj
new file mode 100644
index 0000000000..23d8734c29
--- /dev/null
+++ b/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
+ <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
+ <PropertyGroup>
+ <UseECMAKey>true</UseECMAKey>
+ <!--
+ NOTE: Suppress false positive warning for the special case where we're building System.Runtime.WindowsRuntime itself
+ at a version other than 4.0.0.0, which is referenced indirectly via the mscorlib.dll design-time facade, which
+ in turn is a required compile-time-only reference when building anything with a reference to a WinMD.
+
+ error CS1698: Warning as Error: Circular assembly reference 'System.Runtime.WindowsRuntime,
+ Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' does not
+ match the output assembly name 'System.Runtime.WindowsRuntime, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
+ -->
+ <NoWarn>1698</NoWarn>
+ <AssemblyVersion>4.0.11.0</AssemblyVersion>
+ <OutputType>Library</OutputType>
+ </PropertyGroup>
+ <ItemGroup>
+ <Compile Include="System.Runtime.WindowsRuntime.cs" />
+ <Compile Include="System.Runtime.WindowsRuntime.Manual.cs" />
+ </ItemGroup>
+ <ItemGroup>
+ <ReferencePath Include="$(ExternalAPIsPath)\NetFX\Contracts\DesignTimeFacades\mscorlib.dll" />
+ <ReferencePath Include="$(ExternalAPIsPath)\Windows\8.0\ref\Windows.winmd" />
+ </ItemGroup>
+ <ItemGroup>
+ <None Include="project.json" />
+ </ItemGroup>
+ <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
+</Project> \ No newline at end of file