summaryrefslogtreecommitdiff
path: root/src/ildasm/rcdll/ildasmrc.nativeproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/ildasm/rcdll/ildasmrc.nativeproj')
-rw-r--r--src/ildasm/rcdll/ildasmrc.nativeproj19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ildasm/rcdll/ildasmrc.nativeproj b/src/ildasm/rcdll/ildasmrc.nativeproj
new file mode 100644
index 0000000000..9fae17ca1f
--- /dev/null
+++ b/src/ildasm/rcdll/ildasmrc.nativeproj
@@ -0,0 +1,19 @@
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="dogfood">
+ <!--Import the settings-->
+ <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.props" />
+ <!--Leaf project Properties-->
+ <PropertyGroup>
+ <IsDesktopTool>true</IsDesktopTool>
+ <OutputName>ildasmrc</OutputName>
+ <TargetType>DYNLINK</TargetType>
+ <LinkSubsystem>windows</LinkSubsystem>
+ <RCAdditionalOptions>$(RCAdditionalOptions) -r</RCAdditionalOptions>
+ <LinkResourceOnlyDll>true</LinkResourceOnlyDll>
+ </PropertyGroup>
+ <!--Leaf Project Items-->
+ <ItemGroup>
+ <RCResourceFile Include="..\dasm.rc" />
+ </ItemGroup>
+ <!--Import the targets-->
+ <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.targets" />
+</Project>