|
10 | 10 | <TargetFramework>net6.0</TargetFramework> |
11 | 11 | </PropertyGroup> |
12 | 12 |
|
| 13 | + <PropertyGroup> |
| 14 | + <OutputType>Exe</OutputType> |
| 15 | + <Configurations>Debug;Release;Fable;Fable3</Configurations> |
| 16 | + <Platforms>AnyCPU</Platforms> |
| 17 | + <LangVersion Condition=" '$(Configuration)' == 'Fable' OR '$(Configuration)' == 'Fable3' ">6.0</LangVersion> |
| 18 | + <DefineConstants Condition=" '$(Configuration)' == 'Fable'">$(DefineConstants);FABLE_COMPILER;FABLE_COMPILER_FAKE</DefineConstants> |
| 19 | + <DefineConstants Condition=" '$(Configuration)' == 'Fable3'">$(DefineConstants);FABLE_COMPILER;FABLE_COMPILER_3;FABLE_COMPILER_FAKE</DefineConstants> |
| 20 | + <TargetFramework>net6.0</TargetFramework> |
| 21 | + </PropertyGroup> |
13 | 22 |
|
14 | | - <ItemGroup> |
15 | | - <Compile Include="Util.fs" /> |
16 | | - <Compile Include="FSharpTests/General/Util.fs" /> |
17 | | - <Compile Include="FSharpTests/General/Splits.fs" /> |
18 | | - <Compile Include="FSharpTests/General/MonoidCompile.fs" /> |
19 | | - <Compile Include="FSharpTests/General/Monoid.fs" /> |
20 | | - <Compile Include="FSharpTests/General/Functor.fs" /> |
21 | | - <Compile Include="FSharpTests/General/Collections.fs" /> |
22 | | - <Compile Include="FSharpTests/General/Monad.fs" /> |
23 | | - <Compile Include="FSharpTests/General/Applicative.fs" /> |
24 | | - <Compile Include="FSharpTests/General/Alternative.fs" /> |
25 | | - <Compile Include="FSharpTests/General/Foldable.fs" /> |
26 | | - <Compile Include="FSharpTests/General/Indexable.fs" /> |
27 | | - <Compile Include="FSharpTests/General/Parsing.fs" /> |
28 | | - <Compile Include="FSharpTests/General/Traversable.fs" /> |
29 | | - <Compile Include="FSharpTests/General/Lensing.fs" /> |
30 | | - <Compile Include="FSharpTests/General/Numeric.fs" /> |
31 | | - <Compile Include="FSharpTests/General.fs" /> |
32 | | - <Compile Include="FSharpTests/Extensions.fs" /> |
33 | | - <Compile Include="Tests.fs" /> |
34 | | - </ItemGroup> |
| 23 | + <ItemGroup> |
| 24 | + <Compile Include="Util.fs" /> |
| 25 | + <Compile Include="FSharpTests/General/Util.fs" /> |
| 26 | + <Compile Include="FSharpTests/General/Splits.fs" /> |
| 27 | + <Compile Include="FSharpTests/General/MonoidCompile.fs" /> |
| 28 | + <Compile Include="FSharpTests/General/Monoid.fs" /> |
| 29 | + <Compile Include="FSharpTests/General/Functor.fs" /> |
| 30 | + <Compile Include="FSharpTests/General/Collections.fs" /> |
| 31 | + <Compile Include="FSharpTests/General/Monad.fs" /> |
| 32 | + <Compile Include="FSharpTests/General/Applicative.fs" /> |
| 33 | + <Compile Include="FSharpTests/General/Alternative.fs" /> |
| 34 | + <Compile Include="FSharpTests/General/Foldable.fs" /> |
| 35 | + <Compile Include="FSharpTests/General/Indexable.fs" /> |
| 36 | + <Compile Include="FSharpTests/General/Parsing.fs" /> |
| 37 | + <Compile Include="FSharpTests/General/Traversable.fs" /> |
| 38 | + <Compile Include="FSharpTests/General/Lensing.fs" /> |
| 39 | + <Compile Include="FSharpTests/General/Numeric.fs" /> |
| 40 | + <Compile Include="FSharpTests/General.fs" /> |
| 41 | + <Compile Include="FSharpTests/Extensions.fs" /> |
| 42 | + <Compile Include="Tests.fs" /> |
| 43 | + </ItemGroup> |
35 | 44 |
|
36 | 45 |
|
37 | | - <ItemGroup> |
38 | | - <PackageReference Include="Fable.Core" Version="3.2.5" /> |
39 | | - <PackageReference Include="Fable.Promise" Version="2.2.0" /> |
40 | | - <PackageReference Include="Fable.Fetch" Version="2.2.0" /> |
41 | | - <PackageReference Include="Fuchu" Version="1.2.0-beta-1" /> |
42 | | - </ItemGroup> |
| 46 | + <ItemGroup> |
| 47 | + <PackageReference Include="Fable.Core" Version="3.2.5" /> |
| 48 | + <PackageReference Include="Fable.Promise" Version="2.2.0" /> |
| 49 | + <PackageReference Include="Fable.Fetch" Version="2.2.0" /> |
| 50 | + <PackageReference Include="Fuchu" Version="1.2.0-beta-1" /> |
| 51 | + </ItemGroup> |
43 | 52 |
|
44 | | - <ItemGroup> |
45 | | - <ProjectReference Include="..\..\src\FSharpPlus\FSharpPlus.fsproj"> |
46 | | - <Private>True</Private> |
47 | | - </ProjectReference> |
48 | | - <PackageReference Update="FSharp.Core" Version="6.0.6" /> |
49 | | - </ItemGroup> |
| 53 | + <ItemGroup> |
| 54 | + <ProjectReference Include="..\..\src\FSharpPlus\FSharpPlus.fsproj"> |
| 55 | + <Private>True</Private> |
| 56 | + </ProjectReference> |
| 57 | + <PackageReference Update="FSharp.Core" Version="6.0.6" /> |
| 58 | + </ItemGroup> |
50 | 59 | </Project> |
0 commit comments