Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdf8b476

Browse files
brettfolatkin
authored andcommitted
Give fsi.exe and fsiAnyCpu.exe nice icons
commit 6aff88a6c396711ccc980a57eb6f8de5d8021b11Author: latkin <latkin@microsoft.com>Date: Wed Jan 7 12:40:34 2015 -0800 Make sure to include default win32 manifest in .res filecommit f5795ad24f6f43661c5e57020ba98aa4b983de0dAuthor: latkin <latkin@microsoft.com>Date: Tue Jan 6 16:56:40 2015 -0800 Update fsianycpu with new iconcommit 0ee3f33717c498ea3630b59e1c4902546c0526bdAuthor: latkin <latkin@microsoft.com>Date: Tue Jan 6 16:56:23 2015 -0800 Update .res with new icon and add .rc file needed to create the .rescommit 4f84e44b6f6cbd51cd863d6d9f32de79e60f4644Author: latkin <latkin@microsoft.com>Date: Tue Jan 6 16:27:34 2015 -0800 Changing icon to approved F# script icon used in VScommit 985fbdd5b202cf635ce32e04b438bc5972300ca7Merge:f11c636 4a81a68Author: latkin <latkin@microsoft.com>Date: Tue Jan 6 16:07:15 2015 -0800 Merge branch 'master' ofhttps://git01.codeplex.com/forks/brettv/visualfsharp into iconcommit 4a81a680de761dc4ed7036bd993d6f80b9282667Author: brettv <brettfo@microsoft.com>Date: Thu Jul 24 17:36:02 2014 -0700 add icon for fsi.exe
1 parentaf6fe4e commitdf8b476

File tree

5 files changed

+7
-0
lines changed

5 files changed

+7
-0
lines changed

‎src/fsharp/fsi/Fsi.fsproj‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<TargetFrameworkVersionCondition="'$(TargetFramework)'=='net20'">v3.5</TargetFrameworkVersion>
2222
<AllowCrossTargeting>true</AllowCrossTargeting>
2323
<OtherFlags>$(OtherFlags) --warnon:1182</OtherFlags>
24+
<Win32Resource>fsi.res</Win32Resource>
2425
</PropertyGroup>
2526
<ItemGroup>
2627
<FsSrGenInclude="FSIstrings.txt">

‎src/fsharp/fsi/fsi.ico‎

58.1 KB
Binary file not shown.

‎src/fsharp/fsi/fsi.rc‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// compile fsi.res by running Windows SDK tool rc.exe like so
2+
// > rc.exe /i "C:\Program Files (x86)\MSBuild\12.0\Bin" /r fsi.rc
3+
// (can replace msbuild path with any path containing default.win32manifest)
4+
1 ICON "fsi.ico"
5+
1 24 "default.win32manifest"

‎src/fsharp/fsi/fsi.res‎

59.1 KB
Binary file not shown.

‎src/fsharp/fsiAnyCpu/FsiAnyCPU.fsproj‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<TargetFrameworkVersionCondition="'$(TargetFramework)'=='net20'">v3.5</TargetFrameworkVersion>
2222
<AllowCrossTargeting>true</AllowCrossTargeting>
2323
<OtherFlags>$(OtherFlags) --warnon:1182</OtherFlags>
24+
<Win32Resource>..\fsi\fsi.res</Win32Resource>
2425
</PropertyGroup>
2526
<!-- MonoDevelop likes these here to recognise the configurations-->
2627
<PropertyGroupCondition=" '$(Configuration)|$(Platform)' == 'Debug|x86'" />

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp