You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82 lines
3.6 KiB
82 lines
3.6 KiB
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
<PropertyGroup> |
|
<OutputType>WinExe</OutputType> |
|
<TargetFramework>net6.0</TargetFramework> |
|
<ApplicationIcon>favicon.ico</ApplicationIcon> |
|
<StartupObject /> |
|
<LangVersion>9.0</LangVersion> |
|
<AssemblyName>DevicesService</AssemblyName> |
|
<Platforms>AnyCPU;x86</Platforms> |
|
<PlatformTarget>x86</PlatformTarget> |
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
<DefineConstants /> |
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'"> |
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
<DefineConstants /> |
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
<None Remove="Commen\COMUtils.cs~RF189d1fe.TMP" /> |
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
<Content Include="favicon.ico" /> |
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
<PackageReference Include="Aspose.Words" Version="19.11.0" /> |
|
<PackageReference Include="NAudio" Version="2.2.1" /> |
|
<PackageReference Include="NAudio.Asio" Version="2.2.1" /> |
|
<PackageReference Include="NAudio.Core" Version="2.2.1" /> |
|
<PackageReference Include="NAudio.Midi" Version="2.2.1" /> |
|
<PackageReference Include="NAudio.Wasapi" Version="2.2.1" /> |
|
<PackageReference Include="NAudio.WinMM" Version="2.2.1" /> |
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
|
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0" /> |
|
<PackageReference Include="System.Drawing.Common" Version="8.0.4" /> |
|
<PackageReference Include="System.IO" Version="4.3.0" /> |
|
<PackageReference Include="System.IO.Ports" Version="8.0.0" /> |
|
<PackageReference Include="System.Net.Http" Version="4.3.4" /> |
|
<PackageReference Include="System.Speech" Version="8.0.0" /> |
|
<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0" /> |
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
<Reference Include="Device.ApiCommonModel"> |
|
<HintPath>C:\Users\admin\source\repos\DevicesService\DevicesService\bin\x86\Debug\Device.ApiCommonModel.dll</HintPath> |
|
</Reference> |
|
<Reference Include="Device.ApiModel"> |
|
<HintPath>C:\Users\admin\source\repos\DevicesService\DevicesService\bin\x86\Debug\Device.ApiModel.dll</HintPath> |
|
</Reference> |
|
<Reference Include="Device.Caller"> |
|
<HintPath>C:\Users\admin\source\repos\DevicesService\DevicesService\bin\x86\Debug\Device.Caller.dll</HintPath> |
|
</Reference> |
|
<Reference Include="Device.IICCardReader"> |
|
<HintPath>C:\Users\admin\source\repos\DevicesService\DevicesService\bin\x86\Debug\Device.IICCardReader.dll</HintPath> |
|
</Reference> |
|
<Reference Include="Device.TextMessager"> |
|
<HintPath>C:\Users\admin\source\repos\DevicesService\DevicesService\bin\x86\Debug\Device.TextMessager.dll</HintPath> |
|
</Reference> |
|
<Reference Include="DeviceBase"> |
|
<HintPath>C:\Users\admin\source\repos\DevicesService\DevicesService\bin\x86\Debug\DeviceBase.dll</HintPath> |
|
</Reference> |
|
<Reference Include="Functions"> |
|
<HintPath>C:\Users\admin\source\repos\DevicesService\DevicesService\bin\x86\Debug\Functions.dll</HintPath> |
|
</Reference> |
|
<Reference Include="Functions.PDF"> |
|
<HintPath>C:\Users\admin\source\repos\DevicesService\DevicesService\bin\x86\Debug\Functions.PDF.dll</HintPath> |
|
</Reference> |
|
<Reference Include="IDevice"> |
|
<HintPath>C:\Users\admin\source\repos\DevicesService\DevicesService\bin\x86\Debug\IDevice.dll</HintPath> |
|
</Reference> |
|
</ItemGroup> |
|
|
|
</Project>
|
|
|