Skip to content

Commit

Permalink
feat: add CloudflareDnsync.Models project to the solution
Browse files Browse the repository at this point in the history
  • Loading branch information
alperensert committed Apr 7, 2024
1 parent 2cd0fe5 commit 9adc33a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CloudflareDnsync.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CloudflareDnsync.Services",
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CloudflareDnsync.Abstractions", "src\CloudflareDnsync.Abstractions\CloudflareDnsync.Abstractions.csproj", "{46E2C087-1871-4EEC-B96A-4F52E97829F3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CloudflareDnsync.Models", "src\CloudflareDnsync.Models\CloudflareDnsync.Models.csproj", "{4A11B82F-DFA4-4BC9-999A-1D58B9771A18}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -29,6 +31,10 @@ Global
{46E2C087-1871-4EEC-B96A-4F52E97829F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46E2C087-1871-4EEC-B96A-4F52E97829F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46E2C087-1871-4EEC-B96A-4F52E97829F3}.Release|Any CPU.Build.0 = Release|Any CPU
{4A11B82F-DFA4-4BC9-999A-1D58B9771A18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A11B82F-DFA4-4BC9-999A-1D58B9771A18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A11B82F-DFA4-4BC9-999A-1D58B9771A18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A11B82F-DFA4-4BC9-999A-1D58B9771A18}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -37,5 +43,6 @@ Global
{5B7CD32D-1472-47E7-8959-14D7618AC151} = {0DF04433-43F6-45C9-86BA-744356BC7810}
{91D9B0C3-11A7-4849-87D3-527A39534742} = {0DF04433-43F6-45C9-86BA-744356BC7810}
{46E2C087-1871-4EEC-B96A-4F52E97829F3} = {0DF04433-43F6-45C9-86BA-744356BC7810}
{4A11B82F-DFA4-4BC9-999A-1D58B9771A18} = {0DF04433-43F6-45C9-86BA-744356BC7810}
EndGlobalSection
EndGlobal
13 changes: 13 additions & 0 deletions src/CloudflareDnsync.Models/CloudflareDnsync.Models.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<ItemGroup>
<ProjectReference Include="..\CloudflareDnsync.Abstractions\CloudflareDnsync.Abstractions.csproj" />
<ProjectReference Include="..\CloudflareDnsync.Models\CloudflareDnsync.Models.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 9adc33a

Please sign in to comment.