Browse Source

automatic .fproj formatting.

master
Craig Oates 5 years ago
parent
commit
f68567f928
  1. 6
      TestCentre/TestCentre.fsproj

6
TestCentre/TestCentre.fsproj

@ -45,14 +45,14 @@
</PropertyGroup> </PropertyGroup>
<Import Project="$(FSharpTargetsPath)" /> <Import Project="$(FSharpTargetsPath)" />
<ItemGroup> <ItemGroup>
<Content Include="SavingTestArea\folder-info.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Compile Include="AssemblyInfo.fs" /> <Compile Include="AssemblyInfo.fs" />
<Compile Include="ConsoleTests.fs" /> <Compile Include="ConsoleTests.fs" />
<Compile Include="LibraryTests.fs" /> <Compile Include="LibraryTests.fs" />
<None Include="Script.fsx" /> <None Include="Script.fsx" />
<Content Include="packages.config" /> <Content Include="packages.config" />
<Content Include="SavingTestArea\folder-info.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Reference Include="FsCheck"> <Reference Include="FsCheck">

Loading…
Cancel
Save