-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathViewEngineTests.fsproj
More file actions
24 lines (24 loc) · 864 Bytes
/
Copy pathViewEngineTests.fsproj
File metadata and controls
24 lines (24 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="Common.fs"/>
<Compile Include="GiraffeViewEngine.fs"/>
<Compile Include="ByteViewEngine.fs"/>
<Compile Include="ByteViewEngineAsync.fs"/>
<Compile Include="ByteViewsAsync.fs"/>
<Compile Include="GiraffeViews.fs"/>
<Compile Include="ByteViews.fs"/>
<Compile Include="XmlViewEngine.fs"/>
<Compile Include="TemplateViewEngine.fs"/>
<Compile Include="TemplateViews.fs"/>
<Compile Include="XmlViews.fs"/>
<Compile Include="Program.fs"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.10.11"/>
<PackageReference Include="Giraffe.Tasks" Version="0.1.0-beta-010"/>
</ItemGroup>
</Project>