2019-03-06 15:41:51 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2021-04-23 22:42:32 +02:00
|
|
|
<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>
|
2019-03-08 18:16:37 +01:00
|
|
|
<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>
|
|
|
|
|
|
2021-04-23 22:42:32 +02:00
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="System.IO.Ports" Version="5.0.1" />
|
|
|
|
|
</ItemGroup>
|
2019-03-06 15:41:51 +01:00
|
|
|
</Project>
|