From d24d4f9d732997946f1b0828da3eef7e9c6f47c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Wed, 7 Oct 2015 17:41:06 -0700 Subject: [PATCH] Fix project GUID in the ProjectReference from ILToNative Managed to get the GUID wrong. Build.cmd doesn't care about it, but Visual Studio project system does. --- src/ILToNative/src/ILToNative.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ILToNative/src/ILToNative.csproj b/src/ILToNative/src/ILToNative.csproj index 49541d09f9f..f7c8e9d6bd4 100644 --- a/src/ILToNative/src/ILToNative.csproj +++ b/src/ILToNative/src/ILToNative.csproj @@ -36,7 +36,7 @@ - {dd5b6baa-d41a-4a6e-9e7d-83060f394b10} + {1a9df196-43a9-44bb-b2c6-d62aa56b0e49} ILToNative.TypeSystem