|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
<ApplicationIcon>favicon.ico</ApplicationIcon>
|
|
|
|
<StartupObject />
|
|
|
|
<LangVersion>9.0</LangVersion>
|
|
|
|
<AssemblyName>DevicesService</AssemblyName>
|
|
|
|
<Platforms>AnyCPU;x86</Platforms>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
<DefineConstants />
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
<Optimize>False</Optimize>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
<DefineConstants />
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
<Optimize>False</Optimize>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
|
|
<Optimize>True</Optimize>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
|
|
|
|
<Optimize>True</Optimize>
|
|
|
|
</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="Microsoft.AspNetCore" Version="2.2.0" />
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.2.0" />
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.2.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>
|