SharpCAT/Library/Library.csproj

38 lines
1.2 KiB
XML
Raw Normal View History

2019-03-06 15:41:51 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<LangVersion>default</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<LangVersion>default</LangVersion>
</PropertyGroup>
2019-03-06 15:41:51 +01:00
<ItemGroup>
<None Update="Radios\Icom\ID4100a.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Radios\Icom\ID880H.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Radios\Kenwood\THD74A.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Radios\Yaesu\FT818.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
2019-03-06 15:41:51 +01:00
<None Update="SharpCAT WPF\App.xaml">
<Generator>MSBuild:Compile</Generator>
</None>
<None Update="SharpCAT WPF\MainWindow.xaml">
<Generator>MSBuild:Compile</Generator>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.IO.Ports" Version="5.0.1" />
</ItemGroup>
2019-03-06 15:41:51 +01:00
</Project>