Skip to content

Commit

Permalink
Merge pull request #262 from SAFE-Stack/forki-patch-4
Browse files Browse the repository at this point in the history
Set Fable variable on client project
  • Loading branch information
theimowski authored May 20, 2019
2 parents e6636d4 + 7a1899d commit 0226f9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Content/src/Client/Client.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<DefineConstants>FABLE_COMPILER</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\Shared\Shared.fs" />
<Compile Include="Client.fs" />
</ItemGroup>
<Import Project="..\..\.paket\Paket.Restore.targets" />
</Project>
</Project>

0 comments on commit 0226f9c

Please sign in to comment.