Browse Source

Fix xml form resources not being found in assembly.

pull/22/merge
Matt Ward 14 years ago
parent
commit
f9c3d8002a
  1. 1
      src/Main/Base/Project/ICSharpCode.SharpDevelop.csproj

1
src/Main/Base/Project/ICSharpCode.SharpDevelop.csproj

@ -28,7 +28,6 @@
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile> <TargetFrameworkProfile>
</TargetFrameworkProfile> </TargetFrameworkProfile>
<RootNamespace>ICSharpCode.SharpDevelop</RootNamespace>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugType>Full</DebugType> <DebugType>Full</DebugType>

Loading…
Cancel
Save