summaryrefslogtreecommitdiff
path: root/src/debug/dirs.proj
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/dirs.proj')
-rw-r--r--src/debug/dirs.proj23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/debug/dirs.proj b/src/debug/dirs.proj
deleted file mode 100644
index 43aa2dd262..0000000000
--- a/src/debug/dirs.proj
+++ /dev/null
@@ -1,23 +0,0 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <!--Import the settings-->
- <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-->
- <ItemGroup Condition="'$(BuildExePhase)' == '1'">
- <ProjectFile Include="ee\dirs.proj" />
- <ProjectFile Condition="'$(FeatureDbiDebugging)'=='true'" Include="di\dirs.proj" />
- <ProjectFile Include="ildbsymlib\dirs.proj" />
- <ProjectFile Include="daccess\dirs.proj" />
- <ProjectFile Include="shim\dirs.proj" />
- </ItemGroup>
-
- <!--Import the targets-->
- <Import Project="$(_NTDRIVE)$(_NTROOT)\tools\Microsoft.DevDiv.Traversal.targets" />
-</Project>