Skip to content

Commit

Permalink
Added CoreGlobalTool.fsproj fsprojects#252
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Jun 6, 2018
1 parent 8dc07a6 commit 5528aba
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/Fantomas.CoreGlobalTool/Fantomas.CoreGlobalTool.fsproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<ToolCommandName>fantomas</ToolCommandName>
<PackAsTool>True</PackAsTool>
<Version>2.7.1</Version>
<AssemblyName>fantomas-tool</AssemblyName>
</PropertyGroup>
<ItemGroup>
<None Include="paket.references" />
<Compile Include="..\Fantomas.Cmd\AssemblyInfo.fs" />
<Compile Include="..\Fantomas.Cmd\Arg.fsi" />
<Compile Include="..\Fantomas.Cmd\Arg.fs" />
<Compile Include="..\Fantomas.Cmd\Program.fs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Fantomas\Fantomas.fsproj" />
</ItemGroup>
<Import Project="..\..\.paket\Paket.Restore.targets" />
</Project>
2 changes: 2 additions & 0 deletions src/Fantomas.CoreGlobalTool/paket.references
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FSharp.Core
FSharp.Compiler.Service

0 comments on commit 5528aba

Please sign in to comment.