Renamed solution and project file
This commit is contained in:
parent
9876121e06
commit
ffbeb9dcb4
2
PInvokeSerialPort.sln → Nefarius.Peripherals.SerialPort.sln
Executable file → Normal file
2
PInvokeSerialPort.sln → Nefarius.Peripherals.SerialPort.sln
Executable file → Normal file
@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 16
|
||||
VisualStudioVersion = 16.0.29613.14
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PInvokeSerialPort", "PInvokeSerialPort\PInvokeSerialPort.csproj", "{AEC711A5-AA9B-4127-A82C-C4D8FDA9741A}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PInvokeSerialPort", "Nefarius.Peripherals.SerialPort\Nefarius.Peripherals.SerialPort.csproj", "{AEC711A5-AA9B-4127-A82C-C4D8FDA9741A}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{99052083-B245-462F-8778-4C94662ABABE}"
|
||||
ProjectSection(SolutionItems) = preProject
|
0
PInvokeSerialPort/ASCII.cs → Nefarius.Peripherals.SerialPort/ASCII.cs
Executable file → Normal file
0
PInvokeSerialPort/ASCII.cs → Nefarius.Peripherals.SerialPort/ASCII.cs
Executable file → Normal file
0
PInvokeSerialPort/CommPortException.cs → Nefarius.Peripherals.SerialPort/CommPortException.cs
Executable file → Normal file
0
PInvokeSerialPort/CommPortException.cs → Nefarius.Peripherals.SerialPort/CommPortException.cs
Executable file → Normal file
0
PInvokeSerialPort/Handshake.cs → Nefarius.Peripherals.SerialPort/Handshake.cs
Executable file → Normal file
0
PInvokeSerialPort/Handshake.cs → Nefarius.Peripherals.SerialPort/Handshake.cs
Executable file → Normal file
0
PInvokeSerialPort/HsOutput.cs → Nefarius.Peripherals.SerialPort/HsOutput.cs
Executable file → Normal file
0
PInvokeSerialPort/HsOutput.cs → Nefarius.Peripherals.SerialPort/HsOutput.cs
Executable file → Normal file
0
PInvokeSerialPort/ModemStatus.cs → Nefarius.Peripherals.SerialPort/ModemStatus.cs
Executable file → Normal file
0
PInvokeSerialPort/ModemStatus.cs → Nefarius.Peripherals.SerialPort/ModemStatus.cs
Executable file → Normal file
2
PInvokeSerialPort/PInvokeSerialPort.csproj → Nefarius.Peripherals.SerialPort/Nefarius.Peripherals.SerialPort.csproj
Executable file → Normal file
2
PInvokeSerialPort/PInvokeSerialPort.csproj → Nefarius.Peripherals.SerialPort/Nefarius.Peripherals.SerialPort.csproj
Executable file → Normal file
@ -7,7 +7,7 @@
|
||||
<RepositoryUrl>https://github.com/nefarius/PInvokeSerialPort</RepositoryUrl>
|
||||
<PackageId>Nefarius.PInvokeSerialPort</PackageId>
|
||||
<Description>P/Invoke wrapper for Win32API serial port</Description>
|
||||
<Copyright>Copyright 2012-2017 Ebrahim Byagowi, 2018 Benjamin Höglinger-Stelzer</Copyright>
|
||||
<Copyright>Copyright 2012-2017 Ebrahim Byagowi, 2018-2022 Benjamin Höglinger-Stelzer</Copyright>
|
||||
<PackageIconUrl>https://raw.githubusercontent.com/Nefarius/PInvokeSerialPort/master/ProjectIcon.png</PackageIconUrl>
|
||||
<PackageLicenseUrl>https://raw.githubusercontent.com/nefarius/PInvokeSerialPort/master/LICENSE</PackageLicenseUrl>
|
||||
<Version>1.0.0</Version>
|
0
PInvokeSerialPort/Parity.cs → Nefarius.Peripherals.SerialPort/Parity.cs
Executable file → Normal file
0
PInvokeSerialPort/Parity.cs → Nefarius.Peripherals.SerialPort/Parity.cs
Executable file → Normal file
0
PInvokeSerialPort/QueueStatus.cs → Nefarius.Peripherals.SerialPort/QueueStatus.cs
Executable file → Normal file
0
PInvokeSerialPort/QueueStatus.cs → Nefarius.Peripherals.SerialPort/QueueStatus.cs
Executable file → Normal file
0
PInvokeSerialPort/SerialPort.cs → Nefarius.Peripherals.SerialPort/SerialPort.cs
Executable file → Normal file
0
PInvokeSerialPort/SerialPort.cs → Nefarius.Peripherals.SerialPort/SerialPort.cs
Executable file → Normal file
0
PInvokeSerialPort/StopBits.cs → Nefarius.Peripherals.SerialPort/StopBits.cs
Executable file → Normal file
0
PInvokeSerialPort/StopBits.cs → Nefarius.Peripherals.SerialPort/StopBits.cs
Executable file → Normal file
0
PInvokeSerialPort/Win32PInvoke/COMMPROP.cs → Nefarius.Peripherals.SerialPort/Win32PInvoke/COMMPROP.cs
Executable file → Normal file
0
PInvokeSerialPort/Win32PInvoke/COMMPROP.cs → Nefarius.Peripherals.SerialPort/Win32PInvoke/COMMPROP.cs
Executable file → Normal file
0
PInvokeSerialPort/Win32PInvoke/COMMTIMEOUTS.cs → Nefarius.Peripherals.SerialPort/Win32PInvoke/COMMTIMEOUTS.cs
Executable file → Normal file
0
PInvokeSerialPort/Win32PInvoke/COMMTIMEOUTS.cs → Nefarius.Peripherals.SerialPort/Win32PInvoke/COMMTIMEOUTS.cs
Executable file → Normal file
0
PInvokeSerialPort/Win32PInvoke/COMSTAT.cs → Nefarius.Peripherals.SerialPort/Win32PInvoke/COMSTAT.cs
Executable file → Normal file
0
PInvokeSerialPort/Win32PInvoke/COMSTAT.cs → Nefarius.Peripherals.SerialPort/Win32PInvoke/COMSTAT.cs
Executable file → Normal file
0
PInvokeSerialPort/Win32PInvoke/DCB.cs → Nefarius.Peripherals.SerialPort/Win32PInvoke/DCB.cs
Executable file → Normal file
0
PInvokeSerialPort/Win32PInvoke/DCB.cs → Nefarius.Peripherals.SerialPort/Win32PInvoke/DCB.cs
Executable file → Normal file
0
PInvokeSerialPort/Win32PInvoke/OVERLAPPED.cs → Nefarius.Peripherals.SerialPort/Win32PInvoke/OVERLAPPED.cs
Executable file → Normal file
0
PInvokeSerialPort/Win32PInvoke/OVERLAPPED.cs → Nefarius.Peripherals.SerialPort/Win32PInvoke/OVERLAPPED.cs
Executable file → Normal file
0
PInvokeSerialPort/Win32PInvoke/Win32Com.cs → Nefarius.Peripherals.SerialPort/Win32PInvoke/Win32Com.cs
Executable file → Normal file
0
PInvokeSerialPort/Win32PInvoke/Win32Com.cs → Nefarius.Peripherals.SerialPort/Win32PInvoke/Win32Com.cs
Executable file → Normal file
@ -50,7 +50,7 @@
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\PInvokeSerialPort\PInvokeSerialPort.csproj">
|
||||
<ProjectReference Include="..\Nefarius.Peripherals.SerialPort\Nefarius.Peripherals.SerialPort.csproj">
|
||||
<Project>{AEC711A5-AA9B-4127-A82C-C4D8FDA9741A}</Project>
|
||||
<Name>PInvokeSerialPort</Name>
|
||||
</ProjectReference>
|
||||
|
@ -53,7 +53,7 @@
|
||||
<Compile Include="PInvokeSerialPortTest.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\PInvokeSerialPort\PInvokeSerialPort.csproj">
|
||||
<ProjectReference Include="..\Nefarius.Peripherals.SerialPort\Nefarius.Peripherals.SerialPort.csproj">
|
||||
<Project>{AEC711A5-AA9B-4127-A82C-C4D8FDA9741A}</Project>
|
||||
<Name>PInvokeSerialPort</Name>
|
||||
</ProjectReference>
|
||||
|
Loading…
Reference in New Issue
Block a user