Browse Source

make the path to appicon.res relative and fixed typo.

master
Craig Oates 6 years ago
parent
commit
f66fd9a5b1
  1. 2
      SmoulderingBeachBallCLI/ConsoleCommands.fs
  2. 8
      SmoulderingBeachBallCLI/SmoulderingBeachBallCLI.fsproj

2
SmoulderingBeachBallCLI/ConsoleCommands.fs

@ -41,7 +41,7 @@
[<ListCommand>]
[<Parameters "none">]
[<Description "Exits of out the program.">]
[<Description "Exits out of the program.">]
[<Usage "exit">]
let exit () = Environment.Exit (Environment.ExitCode)

8
SmoulderingBeachBallCLI/SmoulderingBeachBallCLI.fsproj

@ -13,7 +13,7 @@
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<UseStandardResourceNames>true</UseStandardResourceNames>
<Name>SmoulderingBeachBallCLI</Name>
<Win32Resource>D:\SmoulderingBeachBall\SmoulderingBeachBallCLI\AppIcon.res</Win32Resource>
<Win32Resource>..\SmoulderingBeachBallCLI\AppIcon.res</Win32Resource>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@ -24,7 +24,8 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<WarningLevel>3</WarningLevel>
<PlatformTarget>AnyCPU</PlatformTarget>
<DocumentationFile>bin\$(Configuration)\$(AssemblyName).XML</DocumentationFile>
<DocumentationFile>
</DocumentationFile>
<Prefer32Bit>false</Prefer32Bit>
<OtherFlags>
</OtherFlags>
@ -37,7 +38,8 @@
<DefineConstants>TRACE</DefineConstants>
<WarningLevel>3</WarningLevel>
<PlatformTarget>AnyCPU</PlatformTarget>
<DocumentationFile>bin\$(Configuration)\$(AssemblyName).XML</DocumentationFile>
<DocumentationFile>
</DocumentationFile>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>

Loading…
Cancel
Save