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, 0 insertions, 19 deletions
diff --git a/src/ildasm/rcdll/ildasmrc.nativeproj b/src/ildasm/rcdll/ildasmrc.nativeproj
deleted file mode 100644
index 9fae17ca1f..0000000000
--- a/src/ildasm/rcdll/ildasmrc.nativeproj
+++ /dev/null
@@ -1,19 +0,0 @@
-<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>