Skip to content

Commit ff1c7f6

Browse files
committed
+gitmodules SobaScript & Mapper
1 parent e30024a commit ff1c7f6

6 files changed

Lines changed: 313 additions & 1 deletion

File tree

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[submodule "SobaScript"]
2+
path = SobaScript
3+
url = https://github.com/3F/SobaScript.git
4+
[submodule "SobaScript.Mapper"]
5+
path = SobaScript.Mapper
6+
url = https://github.com/3F/SobaScript.Mapper.git

SobaScript

Submodule SobaScript added at 2c7941a

SobaScript.Mapper

Submodule SobaScript.Mapper added at 76bcedd

SobaScript.Z.Ext.sln

Lines changed: 296 additions & 1 deletion
Large diffs are not rendered by default.

SobaScript.Z.Ext/SobaScript.Z.Ext.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,9 @@
6262
<EmbeddedResource Include="NuGet\gnt.bat" />
6363
</ItemGroup>
6464

65+
<ItemGroup>
66+
<ProjectReference Include="..\SobaScript.Mapper\SobaScript.Mapper\SobaScript.Mapper.csproj" />
67+
<ProjectReference Include="..\SobaScript\SobaScript\SobaScript.csproj" />
68+
</ItemGroup>
69+
6570
</Project>

SobaScript.Z.ExtTest/SobaScript.Z.ExtTest.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,8 @@
1212
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
1313
</ItemGroup>
1414

15+
<ItemGroup>
16+
<ProjectReference Include="..\SobaScript.Z.Ext\SobaScript.Z.Ext.csproj" />
17+
</ItemGroup>
18+
1519
</Project>

0 commit comments

Comments
 (0)