summaryrefslogtreecommitdiff
path: root/src/classlibnative/Dirs.proj
diff options
context:
space:
mode:
Diffstat (limited to 'src/classlibnative/Dirs.proj')
-rw-r--r--src/classlibnative/Dirs.proj29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/classlibnative/Dirs.proj b/src/classlibnative/Dirs.proj
deleted file mode 100644
index 0007a40314..0000000000
--- a/src/classlibnative/Dirs.proj
+++ /dev/null
@@ -1,29 +0,0 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.props" />
-
- <PropertyGroup>
- <BuildInPhase1>true</BuildInPhase1>
- <BuildInPhaseDefault>false</BuildInPhaseDefault>
- <BuildCoreBinaries>true</BuildCoreBinaries>
- <BuildSysBinaries>true</BuildSysBinaries>
- </PropertyGroup>
-
- <!--The following projects will build during PHASE 1 DESKTOP -->
- <ItemGroup Condition="'$(BuildExePhase)' == '1' and '$(FeatureCoreclr)' != 'true'">
- <ProjectFile Include="bcltype\bcltype.nativeproj" />
- <ProjectFile Include="cryptography\cryptography.nativeproj" />
- <ProjectFile Include="float\float.nativeproj" />
- <ProjectFile Include="nls\nls.nativeproj" />
- <ProjectFile Include="remoting\remoting.nativeproj" />
- </ItemGroup>
-
- <!--The following projects will build during PHASE 1 CORE -->
- <ItemGroup Condition="'$(BuildExePhase)' == '1' and '$(FeatureCoreclr)' == 'true'">
- <ProjectFile Include="bcltype\bcltype.nativeproj" />
- <ProjectFile Include="cryptography\cryptography.nativeproj" />
- <ProjectFile Include="float\float.nativeproj" />
- <ProjectFile Include="nls\nls.nativeproj" Condition="'$(FeatureCoreFxGlobalization)' != 'true'"/>
- </ItemGroup>
-
- <Import Project="$(_NTDRIVE)$(_NTROOT)\tools\Microsoft.DevDiv.Traversal.targets" />
-</Project>