Add VAR.HttpServer SubModule.
This commit is contained in:
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -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
1
VAR.HttpServer
Submodule
Submodule VAR.HttpServer added at 33ee2d4a47
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user