-
Notifications
You must be signed in to change notification settings - Fork 4
/
MultiplyChannels.csproj
27 lines (27 loc) · 1.04 KB
/
MultiplyChannels.csproj
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
<Project Sdk="Microsoft.NET.Sdk">
<!-- <ItemGroup>
<Reference Include="Knx.Ets.Xml.ObjectModel">
<HintPath>C:\Program Files (x86)\ETS5\Knx.Ets.Xml.ObjectModel.dll</HintPath>
</Reference>
</ItemGroup> -->
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.6.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.7.0" />
<!-- <PackageReference Include="System.Text.Encoding.CodePages" Version="4.7.0" /> -->
</ItemGroup>
<ItemGroup>
<Content Remove="NewDevice.xml" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="NewDevice.xml" />
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<!-- <PublishTrimmed>false</PublishTrimmed> -->
<!-- <PublishReadyToRun>true</PublishReadyToRun> -->
<!-- <PublishSingleFile>true</PublishSingleFile> -->
<!-- <RuntimeIdentifier>win-x64</RuntimeIdentifier> -->
</PropertyGroup>
</Project>