Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit d67cf6d

Browse files
committed
Merge pull request #2373 from stephentoub/project_guids
Ensure that all .csproj files contain a ProjectGuid
2 parents d947a7a + e403a61 commit d67cf6d

File tree

11 files changed

+11
-0
lines changed

11 files changed

+11
-0
lines changed

src/System.ComponentModel.Annotations/tests/System.ComponentModel.Annotations.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<PropertyGroup>
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
66
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7+
<ProjectGuid>{6E48765E-D6AC-4A79-9C2E-B5EE67EEDECF}</ProjectGuid>
78
<OutputType>Library</OutputType>
89
<RootNamespace>System.ComponentModel.Annotations.Tests</RootNamespace>
910
<AssemblyName>System.ComponentModel.Annotations.Tests</AssemblyName>

src/System.Diagnostics.Tools/src/System.Diagnostics.Tools.CoreCLR.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<PropertyGroup>
66
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
77
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8+
<ProjectGuid>{0B68298B-4672-4CA0-AD25-2F9ABEA1FF95}</ProjectGuid>
89
<OutputType>Library</OutputType>
910
<AssemblyName>System.Diagnostics.Tools</AssemblyName>
1011
<AssemblyVersion>4.0.0.0</AssemblyVersion>

src/System.Diagnostics.Tools/tests/System.Diagnostics.Tools.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<PropertyGroup>
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
66
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7+
<ProjectGuid>{41BF89E4-8C67-45A6-8044-13009E363220}</ProjectGuid>
78
<OutputType>Library</OutputType>
89
<RootNamespace>System</RootNamespace>
910
<AssemblyName>System.Diagnostics.Tools.Tests</AssemblyName>

src/System.Numerics.Vectors.WindowsRuntime/src/System.Numerics.Vectors.WindowsRuntime.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<PropertyGroup>
66
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
77
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8+
<ProjectGuid>{25FD0CB0-D3A8-4258-9408-30E69EEB0FF3}</ProjectGuid>
89
<OutputType>Library</OutputType>
910
<AppDesignerFolder>Properties</AppDesignerFolder>
1011
<RootNamespace>System.Numerics</RootNamespace>

src/System.Private.Uri/src/System.Private.Uri.CoreCLR.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
44

55
<PropertyGroup>
6+
<ProjectGuid>{4AC5343E-6E31-4BA5-A795-0493AE7E9008}</ProjectGuid>
67
<AssemblyName>System.Private.Uri</AssemblyName>
78
<AssemblyVersion>4.0.0.0</AssemblyVersion>
89
<OutputType>Library</OutputType>

src/System.Runtime.Extensions/src/System.Runtime.Extensions.CoreCLR.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
44

55
<PropertyGroup>
6+
<ProjectGuid>{845D2B72-D8A4-42E5-9BE9-17639EC4FC1A}</ProjectGuid>
67
<AssemblyName>System.Runtime.Extensions</AssemblyName>
78
<AssemblyVersion>4.0.10.0</AssemblyVersion>
89
<OutputType>Library</OutputType>

src/System.Runtime.Handles/src/System.Runtime.Handles.CoreCLR.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
44

55
<PropertyGroup>
6+
<ProjectGuid>{D85EE71C-F05B-4331-9300-8E2833D49E19}</ProjectGuid>
67
<AssemblyName>System.Runtime.Handles</AssemblyName>
78
<AssemblyVersion>4.0.0.0</AssemblyVersion>
89
<OutputType>Library</OutputType>

src/System.Runtime.InteropServices/src/System.Runtime.InteropServices.CoreCLR.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
44

55
<PropertyGroup>
6+
<ProjectGuid>{EC6AA4D9-B3E8-4CCA-8AB1-8BBFD89266AE}</ProjectGuid>
67
<AssemblyName>System.Runtime.InteropServices</AssemblyName>
78
<AssemblyVersion>4.0.20.0</AssemblyVersion>
89
<OutputType>Library</OutputType>

src/System.Runtime/src/System.Runtime.CoreCLR.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
44

55
<PropertyGroup>
6+
<ProjectGuid>{56B9D0A9-44D3-488E-8B42-C14A6E30CAB2}</ProjectGuid>
67
<AssemblyName>System.Runtime</AssemblyName>
78
<AssemblyVersion>4.0.20.0</AssemblyVersion>
89
<OutputType>Library</OutputType>

src/System.Threading.Tasks/src/System.Threading.Tasks.CoreCLR.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
44

55
<PropertyGroup>
6+
<ProjectGuid>{3BCAEAA6-3A29-49EC-B334-6E7BE8BE9ABA}</ProjectGuid>
67
<AssemblyName>System.Threading.Tasks</AssemblyName>
78
<AssemblyVersion>4.0.10.0</AssemblyVersion>
89
<OutputType>Library</OutputType>

0 commit comments

Comments
 (0)