Browse Source

fixed build error: sharpDevelop.ico has an absolute path from Mike. Now the path is relativ and should work for everyone.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@26 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Andrea Paatz 22 years ago
parent
commit
d9e5452a40
  1. 4
      src/Main/StartUp/Project/StartUp.csproj

4
src/Main/StartUp/Project/StartUp.csproj

@ -14,7 +14,7 @@
<SignAssembly>true</SignAssembly> <SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Resources\StartUp.snk</AssemblyOriginatorKeyFile> <AssemblyOriginatorKeyFile>Resources\StartUp.snk</AssemblyOriginatorKeyFile>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<ApplicationIcon>C:\Dokumente und Einstellungen\Omnibrain.DIABLO\Eigene Dateien\trunk\SharpDevelop\src\Main\StartUp\Project\Resources\SharpDevelop.ico</ApplicationIcon> <ApplicationIcon>.\Resources\SharpDevelop.ico</ApplicationIcon>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols> <DebugSymbols>True</DebugSymbols>
@ -68,4 +68,4 @@
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
</Project> </Project>

Loading…
Cancel
Save