summaryrefslogtreecommitdiff
path: root/dirs.proj
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2015-01-30 14:14:42 -0800
committerdotnet-bot <dotnet-bot@microsoft.com>2015-01-30 14:14:42 -0800
commitef1e2ab328087c61a6878c1e84f4fc5d710aebce (patch)
treedee1bbb89e9d722e16b0d1485e3cdd1b6c8e2cfa /dirs.proj
downloadcoreclr-ef1e2ab328087c61a6878c1e84f4fc5d710aebce.tar.gz
coreclr-ef1e2ab328087c61a6878c1e84f4fc5d710aebce.tar.bz2
coreclr-ef1e2ab328087c61a6878c1e84f4fc5d710aebce.zip
Initial commit to populate CoreCLR repo
[tfs-changeset: 1407945]
Diffstat (limited to 'dirs.proj')
-rw-r--r--dirs.proj25
1 files changed, 25 insertions, 0 deletions
diff --git a/dirs.proj b/dirs.proj
new file mode 100644
index 0000000000..51df66a3fa
--- /dev/null
+++ b/dirs.proj
@@ -0,0 +1,25 @@
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <!--Import the settings-->
+ <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.props" />
+
+ <ItemDefinitionGroup>
+ <ProjectFile>
+ <ProductGroups>VS;FX</ProductGroups>
+ </ProjectFile>
+ </ItemDefinitionGroup>
+
+ <PropertyGroup>
+ <BuildInPhase0>true</BuildInPhase0>
+ <BuildInPhase1>true</BuildInPhase1>
+ <BuildInPhase2>true</BuildInPhase2>
+ <BuildSysBinaries>true</BuildSysBinaries>
+ </PropertyGroup>
+
+ <!-- Build in all phases -->
+ <ItemGroup>
+ <ProjectFile Include="src\dirs.proj" Condition="'$(BuildSysBuildOnlyForARM64)' == 'true'" />
+ </ItemGroup>
+
+ <!--Import the targets-->
+ <Import Project="$(_NTDRIVE)$(_NTROOT)\tools\Microsoft.DevDiv.Traversal.targets" />
+</Project>