summaryrefslogtreecommitdiff
path: root/src/ildasm/dirs.proj
diff options
context:
space:
mode:
Diffstat (limited to 'src/ildasm/dirs.proj')
-rw-r--r--src/ildasm/dirs.proj15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/ildasm/dirs.proj b/src/ildasm/dirs.proj
deleted file mode 100644
index 86d561e3f8..0000000000
--- a/src/ildasm/dirs.proj
+++ /dev/null
@@ -1,15 +0,0 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.props" />
- <!--Leaf project Properties-->
- <!--The following projects will build during PHASE 1-->
- <PropertyGroup>
- <BuildInPhaseDefault>false</BuildInPhaseDefault>
- <BuildInPhase1>true</BuildInPhase1>
- </PropertyGroup>
- <ItemGroup Condition="'$(BuildExePhase)' == '1'">
- <ProjectFile Include="exe\ildasm.nativeproj" />
- <ProjectFile Include="rcdll\ildasmrc.nativeproj" />
- </ItemGroup>
- <!--Import the targets-->
- <Import Project="$(_NTDRIVE)$(_NTROOT)\tools\Microsoft.DevDiv.Traversal.targets" />
-</Project>