-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy pathFSharp.Data.GraphQL.Client.DesignTime.fsproj
More file actions
44 lines (44 loc) · 2.35 KB
/
Copy pathFSharp.Data.GraphQL.Client.DesignTime.fsproj
File metadata and controls
44 lines (44 loc) · 2.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\netfx.props" />
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFrameworks>netstandard2.0;netcoreapp2.0;net461</TargetFrameworks>
<DefineConstants>NO_GENERATIVE;$(DefineConstants)</DefineConstants>
<Optimize>true</Optimize>
<Tailcalls>true</Tailcalls>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\paket-files\common\fsprojects\FSharp.TypeProviders.SDK\src\ProvidedTypes.fsi">
<Paket>True</Paket>
<Link>paket-files/ProvidedTypes.fsi</Link>
</Compile>
<Compile Include="..\..\paket-files\common\fsprojects\FSharp.TypeProviders.SDK\src\ProvidedTypes.fs">
<Paket>True</Paket>
<Link>paket-files/ProvidedTypes.fs</Link>
</Compile>
<Compile Include="..\FSharp.Data.GraphQL.Client\TextConversions.fs" />
<Compile Include="..\FSharp.Data.GraphQL.Client\JsonValue.fs" />
<Compile Include="..\FSharp.Data.GraphQL.Client\Extensions.fs" />
<Compile Include="..\FSharp.Data.GraphQL.Client\Schema.fs" />
<Compile Include="..\FSharp.Data.GraphQL.Client\ReflectionPatterns.fs" />
<Compile Include="..\FSharp.Data.GraphQL.Client\Serialization.fs" />
<Compile Include="..\FSharp.Data.GraphQL.Client\Subscriptions.fs" />
<Compile Include="..\FSharp.Data.GraphQL.Client\GraphQLClient.fs" />
<Compile Include="..\FSharp.Data.GraphQL.Client\GraphQLProviderRuntimeContext.fs" />
<Compile Include="..\FSharp.Data.GraphQL.Client\Locations.fs" />
<Compile Include="..\FSharp.Data.GraphQL.Client\BaseTypes.fs" />
<Compile Include="DesignTimeCache.fs" />
<Compile Include="ProvidedTypesHelper.fs" />
<Compile Include="GraphQLProvider.DesignTime.fs" />
<None Include="paket.references" />
<None Include="..\..\packages\common\NETStandard.Library.NETFramework\build\net461\lib\netstandard.dll" Condition="'$(TargetFramework)' == 'net461'">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<ProjectReference Include="..\FSharp.Data.GraphQL.Shared\FSharp.Data.GraphQL.Shared.fsproj" />
</ItemGroup>
<Import Project="..\..\.paket\Paket.Restore.targets" />
</Project>