Browse Source

Fix build.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4814 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Daniel Grunwald 17 years ago
parent
commit
2d27ca98aa
  1. 9
      src/AddIns/Misc/ComponentInspector/ComponentInspector/ComponentInspector.csproj

9
src/AddIns/Misc/ComponentInspector/ComponentInspector/ComponentInspector.csproj

@ -44,12 +44,10 @@ @@ -44,12 +44,10 @@
<ItemGroup>
<Compile Include="Configuration\AssemblyInfo.cs" />
<Compile Include="Src\ComponentInspectorApplication.cs" />
<EmbeddedResource Include="..\..\..\..\Main\StartUp\Project\Resources\StringResources.resources">
<Link>Resources\StringResources.resources</Link>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Content Include="app.config" />
<Folder Include="Resources" />
<ProjectReference Include="..\ComponentInspector.Core\ComponentInspector.Core.csproj">
<Project>{E6F4983F-DE41-4AEC-88E7-1FA9AFB4E6FF}</Project>
<Name>ComponentInspector.Core</Name>
@ -61,6 +59,11 @@ @@ -61,6 +59,11 @@
</ProjectReference>
<Folder Include="Resources" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\..\..\..\..\data\resources\StringResources.resx">
<Link>Resources\StringResources.resx</Link>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
<Import Project="PostBuildEvent.proj" />
</Project>
Loading…
Cancel
Save