Add VAR.Json SubModule
This commit is contained in:
4
.gitmodules
vendored
Normal file
4
.gitmodules
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
[submodule "VAR.Json"]
|
||||
path = VAR.Json
|
||||
url = https://github.com/Kableado/VAR.Json.git
|
||||
branch = master
|
||||
1
VAR.Json
Submodule
1
VAR.Json
Submodule
Submodule VAR.Json added at 5bf8b85416
@@ -49,6 +49,18 @@
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\VAR.Json\VAR.Json\JsonParser.cs">
|
||||
<Link>Code\Json\JsonParser.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\VAR.Json\VAR.Json\JsonWriter.cs">
|
||||
<Link>Code\Json\JsonWriter.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\VAR.Json\VAR.Json\ObjectActivator.cs">
|
||||
<Link>Code\Json\ObjectActivator.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\VAR.Json\VAR.Json\ParserContext.cs">
|
||||
<Link>Code\Json\ParserContext.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="Code\HexUtils.cs" />
|
||||
<Compile Include="Code\ProxyCmdExecutorWMIC.cs" />
|
||||
<Compile Include="Code\TextCoderBase64Utf8.cs" />
|
||||
|
||||
Reference in New Issue
Block a user