Skip to content

Commit

Permalink
Give fsi.exe and fsiAnyCpu.exe nice icons
Browse files Browse the repository at this point in the history
commit 6aff88a6c396711ccc980a57eb6f8de5d8021b11
Author: latkin <[email protected]>
Date:   Wed Jan 7 12:40:34 2015 -0800

    Make sure to include default win32 manifest in .res file

commit f5795ad24f6f43661c5e57020ba98aa4b983de0d
Author: latkin <[email protected]>
Date:   Tue Jan 6 16:56:40 2015 -0800

    Update fsianycpu with new icon

commit 0ee3f33717c498ea3630b59e1c4902546c0526bd
Author: latkin <[email protected]>
Date:   Tue Jan 6 16:56:23 2015 -0800

    Update .res with new icon and add .rc file needed to create the .res

commit 4f84e44b6f6cbd51cd863d6d9f32de79e60f4644
Author: latkin <[email protected]>
Date:   Tue Jan 6 16:27:34 2015 -0800

    Changing icon to approved F# script icon used in VS

commit 985fbdd5b202cf635ce32e04b438bc5972300ca7
Merge: f11c636 4a81a68
Author: latkin <[email protected]>
Date:   Tue Jan 6 16:07:15 2015 -0800

    Merge branch 'master' of https://git01.codeplex.com/forks/brettv/visualfsharp into icon

commit 4a81a680de761dc4ed7036bd993d6f80b9282667
Author: brettv <[email protected]>
Date:   Thu Jul 24 17:36:02 2014 -0700

    add icon for fsi.exe
  • Loading branch information
brettfo authored and latkin committed Jan 8, 2015
1 parent af6fe4e commit df8b476
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/fsharp/fsi/Fsi.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<TargetFrameworkVersion Condition="'$(TargetFramework)'=='net20'">v3.5</TargetFrameworkVersion>
<AllowCrossTargeting>true</AllowCrossTargeting>
<OtherFlags>$(OtherFlags) --warnon:1182</OtherFlags>
<Win32Resource>fsi.res</Win32Resource>
</PropertyGroup>
<ItemGroup>
<FsSrGen Include="FSIstrings.txt">
Expand Down
Binary file added src/fsharp/fsi/fsi.ico
Binary file not shown.
5 changes: 5 additions & 0 deletions src/fsharp/fsi/fsi.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// compile fsi.res by running Windows SDK tool rc.exe like so
// > rc.exe /i "C:\Program Files (x86)\MSBuild\12.0\Bin" /r fsi.rc
// (can replace msbuild path with any path containing default.win32manifest)
1 ICON "fsi.ico"
1 24 "default.win32manifest"
Binary file added src/fsharp/fsi/fsi.res
Binary file not shown.
1 change: 1 addition & 0 deletions src/fsharp/fsiAnyCpu/FsiAnyCPU.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<TargetFrameworkVersion Condition="'$(TargetFramework)'=='net20'">v3.5</TargetFrameworkVersion>
<AllowCrossTargeting>true</AllowCrossTargeting>
<OtherFlags>$(OtherFlags) --warnon:1182</OtherFlags>
<Win32Resource>..\fsi\fsi.res</Win32Resource>
</PropertyGroup>
<!-- MonoDevelop likes these here to recognise the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' " />
Expand Down

0 comments on commit df8b476

Please sign in to comment.