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>] [<ListCommand>]
[<Parameters "none">] [<Parameters "none">]
[<Description "Exits of out the program.">] [<Description "Exits out of the program.">]
[<Usage "exit">] [<Usage "exit">]
let exit () = Environment.Exit (Environment.ExitCode) let exit () = Environment.Exit (Environment.ExitCode)

8
SmoulderingBeachBallCLI/SmoulderingBeachBallCLI.fsproj

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

Loading…
Cancel
Save