Add VAR.HttpServer SubModule.

This commit is contained in:
2019-04-28 17:28:23 +02:00
parent 4958b8404a
commit 2a8e876c60
3 changed files with 17 additions and 0 deletions

4
.gitmodules vendored
View File

@@ -2,3 +2,7 @@
path = VAR.Json
url = https://github.com/Kableado/VAR.Json.git
branch = master
[submodule "VAR.HttpServer"]
path = VAR.HttpServer
url = https://github.com/Kableado/VAR.HttpServer.git
branch = master

1
VAR.HttpServer Submodule

Submodule VAR.HttpServer added at 33ee2d4a47

View File

@@ -49,6 +49,18 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\VAR.HttpServer\VAR.HttpServer\HttpProcessor.cs">
<Link>Code\HttpServer\HttpProcessor.cs</Link>
</Compile>
<Compile Include="..\VAR.HttpServer\VAR.HttpServer\HttpServer.cs">
<Link>Code\HttpServer\HttpServer.cs</Link>
</Compile>
<Compile Include="..\VAR.HttpServer\VAR.HttpServer\HttpUtility.cs">
<Link>Code\HttpServer\HttpUtility.cs</Link>
</Compile>
<Compile Include="..\VAR.HttpServer\VAR.HttpServer\IHttpHandler.cs">
<Link>Code\HttpServer\IHttpHandler.cs</Link>
</Compile>
<Compile Include="..\VAR.Json\VAR.Json\JsonParser.cs">
<Link>Code\Json\JsonParser.cs</Link>
</Compile>