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:
authorHugh Bellamy <hughbellars@gmail.com>2017-06-20 08:03:43 +0300
committerDan Moseley <danmose@microsoft.com>2017-06-20 08:03:43 +0300
commit29b59607b6a4c57590ab6117becc65299619483e (patch)
tree95d74388716edf70b1ecd670fc49e489febc68a3 /src/shims/manual/mscorlib.csproj
parent14cc4df89886c0928e1f9daf9f54fd88f13cf672 (diff)
Add Corefx.Private.Test.Utilities solution (#21254)
* Add CoreFx.Private.TestUtilities solution file * Update VS configurations across corefx
Diffstat (limited to 'src/shims/manual/mscorlib.csproj')
-rw-r--r--src/shims/manual/mscorlib.csproj7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/shims/manual/mscorlib.csproj b/src/shims/manual/mscorlib.csproj
index f6dd71cb18..3a319db727 100644
--- a/src/shims/manual/mscorlib.csproj
+++ b/src/shims/manual/mscorlib.csproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<BuildConfigurations>
@@ -19,10 +19,13 @@
<GenFacadesIgnoreMissingTypes>true</GenFacadesIgnoreMissingTypes>
<IsRuntimeAssembly>true</IsRuntimeAssembly>
<DefineConstants Condition="'$(TargetGroup)' == 'netcoreapp'">$(DefineConstants);netcoreapp</DefineConstants>
+ <ProjectGuid>{CEAE2042-461E-490A-974C-AD7FBD4E294E}</ProjectGuid>
</PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'" />
<ItemGroup>
<Compile Include="mscorlib.forwards.cs" />
<ReferencePath Include="$(RuntimePath)System.*.dll;$(RuntimePath)Microsoft.*.dll" Exclude="$(RuntimePath)Microsoft.Diagnostics.Tracing.TraceEvent.dll" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-</Project>
+</Project> \ No newline at end of file