Skip to content

Commit 0f96fde

Browse files
committed
initial commit 2: frenutil depend
1 parent 582416b commit 0f96fde

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "FreneticUtilities"]
2+
path = FreneticUtilities
3+
url = https://github.com/FreneticLLC/FreneticUtilities

DenizenModelsConverter.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ VisualStudioVersion = 17.1.32319.34
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DenizenModelsConverter", "DenizenModelsConverter\DenizenModelsConverter.csproj", "{0BDC209C-275E-4D5D-A183-0A680EDE1FBF}"
77
EndProject
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FreneticUtilities", "FreneticUtilities\FreneticUtilities\FreneticUtilities.csproj", "{1DB47D6A-4225-4F25-8559-2C6292496953}"
9+
EndProject
810
Global
911
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1012
Debug|Any CPU = Debug|Any CPU
@@ -15,6 +17,10 @@ Global
1517
{0BDC209C-275E-4D5D-A183-0A680EDE1FBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
1618
{0BDC209C-275E-4D5D-A183-0A680EDE1FBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
1719
{0BDC209C-275E-4D5D-A183-0A680EDE1FBF}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{1DB47D6A-4225-4F25-8559-2C6292496953}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{1DB47D6A-4225-4F25-8559-2C6292496953}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{1DB47D6A-4225-4F25-8559-2C6292496953}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{1DB47D6A-4225-4F25-8559-2C6292496953}.Release|Any CPU.Build.0 = Release|Any CPU
1824
EndGlobalSection
1925
GlobalSection(SolutionProperties) = preSolution
2026
HideSolutionNode = FALSE
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net6.0</TargetFramework>
66
</PropertyGroup>
77

8+
<ItemGroup>
9+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
10+
</ItemGroup>
11+
12+
<ItemGroup>
13+
<ProjectReference Include="..\FreneticUtilities\FreneticUtilities\FreneticUtilities.csproj" />
14+
</ItemGroup>
15+
816
</Project>

0 commit comments

Comments
 (0)