forked from plotly/Plotly.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPlotly.NET.Tests.fsproj
More file actions
23 lines (23 loc) · 854 Bytes
/
Copy pathPlotly.NET.Tests.fsproj
File metadata and controls
23 lines (23 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net47</TargetFramework>
<RootNamespace>FSharp.Plotly.Tests</RootNamespace>
<AssemblyName>FSharp.Plotly.Tests</AssemblyName>
<Name>FSharp.Plotly.Tests</Name>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Configurations>Debug;Release;Dotnet</Configurations>
</PropertyGroup>
<ItemGroup>
<Compile Include="Generators.fs" />
<Compile Include="Tests.fs" />
<Compile Include="RunTests.fs" />
<None Include="paket.references" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Plotly.NET\Plotly.NET.fsproj" />
</ItemGroup>
<Import Project="..\..\.paket\Paket.Restore.targets" />
</Project>