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>2017-02-01 05:14:56 +0300
committerEric St. John <ericstj@microsoft.com>2017-02-01 06:25:30 +0300
commit93b36cc273391a40552613800b6fdaa8685179ae (patch)
tree09e5ed9a20119ce5a407e0be3b050866fe2ea72b /src/System.Runtime
parent285308dae05c171e1368a5306548f6a98e3d4745 (diff)
Clean up desktop Configurations
Remove all cruft from projects related to building desktop configs which now build in standard repo.
Diffstat (limited to 'src/System.Runtime')
-rw-r--r--src/System.Runtime/src/System.Runtime.csproj21
1 files changed, 1 insertions, 20 deletions
diff --git a/src/System.Runtime/src/System.Runtime.csproj b/src/System.Runtime/src/System.Runtime.csproj
index d7405ef0d7..34fdeb2b10 100644
--- a/src/System.Runtime/src/System.Runtime.csproj
+++ b/src/System.Runtime/src/System.Runtime.csproj
@@ -8,8 +8,6 @@
<GenFacadesArgs Condition="'$(TargetGroup)' == 'uap101aot' Or '$(TargetGroup)' == 'netcoreapp1.2corert'">$(GenFacadesArgs) -ignoreMissingTypes</GenFacadesArgs>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'net461-Windows_NT-Debug|AnyCPU'" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'net461-Windows_NT-Release|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Unix-Debug|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Unix-Release|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Windows_NT-Debug|AnyCPU'" />
@@ -20,15 +18,8 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'uap-Windows_NT-Release|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'uap101aot-Windows_NT-Debug|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'uap101aot-Windows_NT-Release|AnyCPU'" />
- <ItemGroup Condition="'$(TargetGroup)' == 'net461' OR '$(TargetGroup)' == 'uap101aot' OR '$(TargetGroup)' == 'netcoreapp1.2corert'">
- <ContractProject Include="..\ref\System.Runtime.csproj">
- <TargetGroup>netcoreapp</TargetGroup>
- </ContractProject>
- </ItemGroup>
<ItemGroup>
<Compile Include="System.Runtime.Forwards.cs" />
- </ItemGroup>
- <ItemGroup Condition="'$(TargetGroup)' != 'net461'">
<Compile Include="System\Action.cs" />
<Compile Include="System\Function.cs" />
<Compile Include="System\LazyOfTTMetadata.cs" />
@@ -37,8 +28,6 @@
<Compile Include="System\Reflection\RuntimeReflectionExtensions.cs" />
<Compile Include="System\Runtime\CompilerServices\Attributes.cs" />
<Compile Include="System\IO\FileAttributes.cs" />
- </ItemGroup>
- <ItemGroup Condition="'$(TargetGroup)' != 'net461'">
<Compile Include="System\Runtime\NgenServicingAttributes.cs" />
<Compile Include="System\IO\HandleInheritability.cs" />
<Compile Include="System\Runtime\ConstrainedExecution\PrePrepareMethodAttribute.cs" />
@@ -49,15 +38,7 @@
<Compile Include="System\ComponentModel\DefaultValueAttribute.cs" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\..\System.Private.Uri\src\System.Private.Uri.csproj" Condition="'$(TargetGroup)' == 'netcoreapp' or '$(TargetGroup)' == 'uap' or '$(TargetGroup)' == 'uap101aot'" />
- </ItemGroup>
- <ItemGroup Condition="'$(TargetGroup)' != 'net461'">
- <TargetingPackReference Include="System.Private.CoreLib" />
- </ItemGroup>
- <ItemGroup Condition="'$(TargetGroup)' == 'net461'">
- <TargetingPackReference Include="System" />
- <TargetingPackReference Include="System.Core" />
- <TargetingPackReference Include="System.ComponentModel.Composition" />
+ <ProjectReference Include="..\..\System.Private.Uri\src\System.Private.Uri.csproj" />
</ItemGroup>
<ItemGroup>
<ReferenceFromRuntime Include="System.Private.CoreLib" />