update (rebrand)
This commit is contained in:
parent
78ffa5d606
commit
5002669553
4 changed files with 9 additions and 7 deletions
|
@ -5,7 +5,7 @@ VisualStudioVersion = 17.10.35027.167
|
|||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example", "Example\Example.csproj", "{7EAF8960-ABA7-4E12-B9AC-5FE3D0BAB0F6}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiniHTTP", "MiniHTTP\MiniHTTP\MiniHTTP.csproj", "{12E5EAE8-2A60-4DC6-9D97-36CC54EDDBA6}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HTTP", "HTTP\HTTP\HTTP.csproj", "{12E5EAE8-2A60-4DC6-9D97-36CC54EDDBA6}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
|
|
|
@ -5,10 +5,12 @@
|
|||
<ImplicitUsings>false</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<Configurations>Debug</Configurations>
|
||||
<RootNamespace>Uwaa.HTTP.Example</RootNamespace>
|
||||
<AssemblyName>HTTP-Example</AssemblyName>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\MiniHTTP\MiniHTTP\MiniHTTP.csproj" />
|
||||
<ProjectReference Include="..\HTTP\HTTP\HTTP.csproj" />
|
||||
|
||||
<None Update="certs\*">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
using System.IO;
|
||||
using System.Security.Cryptography.X509Certificates;
|
||||
using System.Threading.Tasks;
|
||||
using MiniHTTP.Websockets;
|
||||
using MiniHTTP.Responses;
|
||||
using MiniHTTP.Routing;
|
||||
using Uwaa.HTTP.Websockets;
|
||||
using Uwaa.HTTP.Responses;
|
||||
using Uwaa.HTTP.Routing;
|
||||
|
||||
namespace MiniHTTP.Example;
|
||||
namespace Uwaa.HTTP.Example;
|
||||
|
||||
static class Program
|
||||
{
|
||||
|
|
2
HTTP
2
HTTP
|
@ -1 +1 @@
|
|||
Subproject commit b0aa3baff33300abd039ce214f9ba6d601d07f97
|
||||
Subproject commit 181d77fc78ed09fe59cbdb324e0da37bfc5067ba
|
Loading…
Reference in a new issue