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, 29 insertions, 0 deletions
diff --git a/src/classlibnative/Dirs.proj b/src/classlibnative/Dirs.proj
new file mode 100644
index 0000000000..0007a40314
--- /dev/null
+++ b/src/classlibnative/Dirs.proj
@@ -0,0 +1,29 @@
+<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>