Skip to content

Commit

Permalink
CI[7]
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Apr 13, 2024
1 parent 89255fe commit 338f4a9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
13 changes: 8 additions & 5 deletions dkg-nodes.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{357381D9-5241-448F-A5AC-40E90D2A19AB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dkgNode", "dkgNode\dkgNode.csproj", "{64F90486-5C7C-4D4B-A1EE-00AAF380B5A7}"
ProjectSection(ProjectDependencies) = postProject
{8C58697D-1A09-40EB-B840-CDB9BBE49FA4} = {8C58697D-1A09-40EB-B840-CDB9BBE49FA4}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dkgCommon", "dkgCommon\dkgCommon.csproj", "{ABF1E862-AE0A-47BC-9A3C-60C9C9ACBAA9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dkgLibrary", "..\dkg\dkgLibrary\dkgLibrary.csproj", "{9AFA15B8-7B4D-4095-B3F2-37749F69B024}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dkgLibrary", "dkg\dkgLibrary\dkgLibrary.csproj", "{8C58697D-1A09-40EB-B840-CDB9BBE49FA4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -35,10 +38,10 @@ Global
{ABF1E862-AE0A-47BC-9A3C-60C9C9ACBAA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABF1E862-AE0A-47BC-9A3C-60C9C9ACBAA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABF1E862-AE0A-47BC-9A3C-60C9C9ACBAA9}.Release|Any CPU.Build.0 = Release|Any CPU
{9AFA15B8-7B4D-4095-B3F2-37749F69B024}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9AFA15B8-7B4D-4095-B3F2-37749F69B024}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9AFA15B8-7B4D-4095-B3F2-37749F69B024}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9AFA15B8-7B4D-4095-B3F2-37749F69B024}.Release|Any CPU.Build.0 = Release|Any CPU
{8C58697D-1A09-40EB-B840-CDB9BBE49FA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C58697D-1A09-40EB-B840-CDB9BBE49FA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C58697D-1A09-40EB-B840-CDB9BBE49FA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C58697D-1A09-40EB-B840-CDB9BBE49FA4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
4 changes: 2 additions & 2 deletions dkgNode/dkgNode.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
Expand All @@ -16,8 +16,8 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\dkg\dkgLibrary\dkgLibrary.csproj" />
<ProjectReference Include="..\dkgCommon\dkgCommon.csproj" />
<ProjectReference Include="..\dkg\dkgLibrary\dkgLibrary.csproj" />
</ItemGroup>

</Project>

0 comments on commit 338f4a9

Please sign in to comment.