summaryrefslogtreecommitdiff
path: root/src/dlls/mscorrc/full/mscorrc.nativeproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/dlls/mscorrc/full/mscorrc.nativeproj')
-rw-r--r--src/dlls/mscorrc/full/mscorrc.nativeproj25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/dlls/mscorrc/full/mscorrc.nativeproj b/src/dlls/mscorrc/full/mscorrc.nativeproj
new file mode 100644
index 0000000000..66262603c5
--- /dev/null
+++ b/src/dlls/mscorrc/full/mscorrc.nativeproj
@@ -0,0 +1,25 @@
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="dogfood">
+
+ <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.props" />
+
+ <PropertyGroup>
+ <BuildCoreBinaries>true</BuildCoreBinaries>
+ <BuildSysBinaries>true</BuildSysBinaries>
+ <OutputName Condition="'$(FeatureCoreclr)'=='true'">mscorrc.debug</OutputName>
+ <OutputName Condition="'$(FeatureCoreclr)'!='true'">mscorrc</OutputName>
+ <TargetType>DYNLINK</TargetType>
+ <LinkSubsystem>windows</LinkSubsystem>
+ <LinkResourceOnlyDll>true</LinkResourceOnlyDll>
+ <IsProjectKLibrary>true</IsProjectKLibrary>
+ <IsTestNetCoreRuntimeLibrary>true</IsTestNetCoreRuntimeLibrary>
+ <IsPhoneLibrary>true</IsPhoneLibrary>
+ <IsDesktopTool>true</IsDesktopTool>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <RCResourceFile Include="..\include.rc" />
+ </ItemGroup>
+
+ <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.targets" />
+
+</Project>