18 строки
562 B
XML
18 строки
562 B
XML
<!-- Copyright (c) Microsoft Corporation.
|
|
Licensed under the MIT license. -->
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="FileHelpers" Version="3.4.0" />
|
|
<PackageReference Include="Microsoft.Quantum.Standard" Version="0.24.208024" />
|
|
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.24.208024" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|