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, 15 insertions, 0 deletions
diff --git a/src/ildasm/dirs.proj b/src/ildasm/dirs.proj
new file mode 100644
index 0000000000..86d561e3f8
--- /dev/null
+++ b/src/ildasm/dirs.proj
@@ -0,0 +1,15 @@
+<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>