summaryrefslogtreecommitdiff
path: root/src/dlls/dirs.proj
diff options
context:
space:
mode:
authorJiyoung Yun <jy910.yun@samsung.com>2017-02-10 20:35:12 +0900
committerJiyoung Yun <jy910.yun@samsung.com>2017-02-10 20:35:12 +0900
commit4b11dc566a5bbfa1378d6266525c281b028abcc8 (patch)
treeb48831a898906734f8884d08b6e18f1144ee2b82 /src/dlls/dirs.proj
parentdb20f3f1bb8595633a7e16c8900fd401a453a6b5 (diff)
downloadcoreclr-4b11dc566a5bbfa1378d6266525c281b028abcc8.tar.gz
coreclr-4b11dc566a5bbfa1378d6266525c281b028abcc8.tar.bz2
coreclr-4b11dc566a5bbfa1378d6266525c281b028abcc8.zip
Imported Upstream version 1.0.0.9910upstream/1.0.0.9910
Diffstat (limited to 'src/dlls/dirs.proj')
-rw-r--r--src/dlls/dirs.proj50
1 files changed, 0 insertions, 50 deletions
diff --git a/src/dlls/dirs.proj b/src/dlls/dirs.proj
deleted file mode 100644
index de81b7f5d3..0000000000
--- a/src/dlls/dirs.proj
+++ /dev/null
@@ -1,50 +0,0 @@
-<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-->
- <ItemGroup Condition="'$(BuildExePhase)' == '1'">
- <ProjectFile Include="clretwrc\clretwrc.nativeproj" />
- <ProjectFile Include="mscoree\dirs.proj" />
- <ProjectFile Include="mscorrc\dirs.proj" />
- <ProjectFile Include="mscordac\dirs.proj" />
- <ProjectFile Include="mscordbi\dirs.proj" />
- <ProjectFile Include="standalonemd-ro\standalonemd-ro.nativeproj" />
- </ItemGroup>
-
- <!--The following projects will build during PHASE 1 of the Desktop build-->
- <ItemGroup Condition="'$(BuildExePhase)' == '1' and '$(FeatureCoreClr)' != 'true'">
- <ProjectFile Include="mscoruef\mscoruef.nativeproj" />
- <ProjectFile Include="shim\mscoreei.nativeproj" />
- <ProjectFile Include="shimr_v2\mscorees.proj" />
- <ProjectFile Include="shell_shim\mscoree.proj" />
- <ProjectFile Include="shimr\mscoreeis.nativeproj" />
- <ProjectFile Include="mscorpe\dirs.proj" />
- <ProjectFile Include="mscorsn\mscorsn.nativeproj" />
- <ProjectFile Include="culture\dirs.proj" />
- <ProjectFile Include="normalization\dirs.proj" />
- <ProjectFile Include="nlssorting\nlssorting.nativeproj" />
- <ProjectFile Include="sort00001000\sort00001000.nativeproj" />
- <ProjectFile Include="sort00060101\sort00060101.nativeproj" />
- <ProjectFile Include="fusion\fusion.nativeproj" />
- <ProjectFile Include="mscorier\mscorier.proj" />
- <ProjectFile Include="mscorsecimpl\mscorsecimpl.nativeproj" />
- <ProjectFile Include="mscorsecr\mscorsecr.nativeproj" />
- <ProjectFile Include="mscorsvc\dirs.proj" />
- <ProjectFile Include="bindingdisplay\bindingdisplay.nativeproj" />
- <ProjectFile Include="standalonemd-rw\Standalonemd-rw.nativeproj" />
- </ItemGroup>
-
- <!--The following projects will build during PHASE 1 of the CoreCLR build-->
- <ItemGroup Condition="'$(BuildExePhase)' == '1' and '$(FeatureCoreclr)' == 'true'">
- <ProjectFile Include="dbgshim\dirs.proj" />
- </ItemGroup>
-
- <Import Project="$(_NTDRIVE)$(_NTROOT)\tools\Microsoft.DevDiv.Traversal.targets" />
-</Project>