Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTijoy Tom Kalathiparambil <tijoytk@microsoft.com>2015-12-31 01:13:29 +0300
committerJan Kotas <jkotas@microsoft.com>2015-12-31 02:57:57 +0300
commit6dad702ef61a3c5be3c6977d43ca5a560e7e8e63 (patch)
tree77b3280e87342af78255195908d91a1867c35000 /src/System.Private.Interop
parentec8865f2166aabd2a3e39f84f42ece6f088446eb (diff)
Cleanup System.Private.CoreLib.csproj
[tfs-changeset: 1560598]
Diffstat (limited to 'src/System.Private.Interop')
-rw-r--r--src/System.Private.Interop/src/System.Private.Interop.csproj25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/System.Private.Interop/src/System.Private.Interop.csproj b/src/System.Private.Interop/src/System.Private.Interop.csproj
index 6257583f9..32d5dcedc 100644
--- a/src/System.Private.Interop/src/System.Private.Interop.csproj
+++ b/src/System.Private.Interop/src/System.Private.Interop.csproj
@@ -186,30 +186,5 @@
</ItemGroup>
-->
- <!--TODO : Not sure how this get shared with RHTest.This target never seem to execute when open.target is included
- (see System.Private.Interop.NetNative.csproj) since open.target does it's own resource generation and the resource strings
- appear in N binary.Also have to split the resource strings between N and CoreRT.We don't probably need many of the
- N specific resource strings in CoreRT-->
- <Target Name="AfterBuild" DependsOnTargets="SystemInteropCoreCLR_PreparePostBuildResourceGeneration;SystemInteropCoreCLR_PostBuildResourceGeneration" />
- <Target Name="SystemInteropCoreCLR_PreparePostBuildResourceGeneration">
- <!-- Generate SR.cs under InterIncAPICandidate\Interop path and always using /debug switch -->
- <!-- to force generating the English strings which are required in rhtestcl -->
- <PropertyGroup>
- <InteropResInputFileFullPath>$(MSBuildProjectDirectory)\Resources\Strings.resx</InteropResInputFileFullPath>
- <InteropResOutputFileDirectory>$(FXInterIncCandidatePath)\Interop\</InteropResOutputFileDirectory>
- <InteropResOutputFileFullPath>$(InteropResOutputFileDirectory)SR.cs</InteropResOutputFileFullPath>
- <_IntermediateResOutputFileFullPath>$(IntermediateOutputPath)SR.cs</_IntermediateResOutputFileFullPath>
- <InteropResArgs>/debug</InteropResArgs>
- <InteropResArgs>$(InteropResArgs) $(InteropResInputFileFullPath)</InteropResArgs>
- <InteropResArgs>$(InteropResArgs) $(_IntermediateResOutputFileFullPath)</InteropResArgs>
- <InteropResArgs>$(InteropResArgs) $(AssemblyName)</InteropResArgs>
- <InteropResCmd>$(ResPath) $(InteropResArgs)</InteropResCmd>
- </PropertyGroup>
-
- </Target>
- <Target Name="SystemInteropCoreCLR_PostBuildResourceGeneration" Inputs="$(InteropResInputFileFullPath)" Outputs="$(_IntermediateResOutputFileFullPath)">
- <MakeDir Directories="$(InteropResOutputFileDirectory)" />
- <Exec Command="$(InteropResCmd)" StandardOutputImportance="low" />
- </Target>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>