Skip to content
This repository was archived by the owner on Feb 8, 2025. It is now read-only.

Commit 0bdcc2e

Browse files
authored
Add files via upload
1 parent 2a4e362 commit 0bdcc2e

File tree

4 files changed

+48
-26
lines changed

4 files changed

+48
-26
lines changed

Slnx.sln

Lines changed: 41 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,57 @@
1-
21
Microsoft Visual Studio Solution File, Format Version 12.00
32
# Visual Studio Version 17
4-
VisualStudioVersion = 17.9.34728.123
3+
VisualStudioVersion = 17.10.35122.118
54
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Slnx", "Slnx\Slnx.csproj", "{4DA19F7F-50E7-44D3-BD9D-C6EC70E2DBFA}"
5+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{4ED70E92-F679-4B86-A5B3-EC1234EA24D2}"
76
EndProject
8-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Slnx.TestConsole", "Slnx.TestConsole\Slnx.TestConsole.csproj", "{00BAC8CB-F830-493D-866D-19455BFD66A4}"
7+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{2629E79A-539B-49CE-8466-6F99FB34B6FB}"
98
EndProject
10-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Slnx.TestConsoleV2", "Slnx.TestConsoleV2\Slnx.TestConsoleV2.csproj", "{1EC705E5-5C55-4B02-8BB4-334FF366B01C}"
9+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Slnx", "src\Slnx\Slnx.csproj", "{D23FC02A-231A-48F1-86E3-1C6DD9D0D8C0}"
10+
EndProject
11+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Slnx.TestConsole", "test\Slnx.TestConsole\Slnx.TestConsole.csproj", "{BF6A75A8-2A70-42AC-A84A-547CED1EF608}"
12+
EndProject
13+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Slnx.TestConsoleV2", "test\Slnx.TestConsoleV2\Slnx.TestConsoleV2.csproj", "{280DDE7C-6B42-44CF-8BE4-2EFB4106814E}"
1114
EndProject
1215
Global
16+
GlobalSection(ExtensibilityGlobals) = postSolution
17+
SolutionGuid = {C1D04ABB-EF13-4243-A653-B1BC6CB05EB8}
18+
EndGlobalSection
19+
GlobalSection(NestedProjects) = preSolution
20+
{280DDE7C-6B42-44CF-8BE4-2EFB4106814E} = {2629E79A-539B-49CE-8466-6F99FB34B6FB}
21+
{BF6A75A8-2A70-42AC-A84A-547CED1EF608} = {2629E79A-539B-49CE-8466-6F99FB34B6FB}
22+
{D23FC02A-231A-48F1-86E3-1C6DD9D0D8C0} = {4ED70E92-F679-4B86-A5B3-EC1234EA24D2}
23+
EndGlobalSection
24+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
25+
{280DDE7C-6B42-44CF-8BE4-2EFB4106814E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
26+
{280DDE7C-6B42-44CF-8BE4-2EFB4106814E}.Debug|Any CPU.Build.0 = Debug|Any CPU
27+
{280DDE7C-6B42-44CF-8BE4-2EFB4106814E}.Release|Any CPU.ActiveCfg = Release|Any CPU
28+
{280DDE7C-6B42-44CF-8BE4-2EFB4106814E}.Release|Any CPU.Build.0 = Release|Any CPU
29+
{BF6A75A8-2A70-42AC-A84A-547CED1EF608}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
30+
{BF6A75A8-2A70-42AC-A84A-547CED1EF608}.Debug|Any CPU.Build.0 = Debug|Any CPU
31+
{BF6A75A8-2A70-42AC-A84A-547CED1EF608}.Release|Any CPU.ActiveCfg = Release|Any CPU
32+
{BF6A75A8-2A70-42AC-A84A-547CED1EF608}.Release|Any CPU.Build.0 = Release|Any CPU
33+
{D23FC02A-231A-48F1-86E3-1C6DD9D0D8C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
34+
{D23FC02A-231A-48F1-86E3-1C6DD9D0D8C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
35+
{D23FC02A-231A-48F1-86E3-1C6DD9D0D8C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
36+
{D23FC02A-231A-48F1-86E3-1C6DD9D0D8C0}.Release|Any CPU.Build.0 = Release|Any CPU
37+
EndGlobalSection
1338
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1439
Debug|Any CPU = Debug|Any CPU
1540
Release|Any CPU = Release|Any CPU
1641
EndGlobalSection
17-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
18-
{4DA19F7F-50E7-44D3-BD9D-C6EC70E2DBFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
19-
{4DA19F7F-50E7-44D3-BD9D-C6EC70E2DBFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
20-
{4DA19F7F-50E7-44D3-BD9D-C6EC70E2DBFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
21-
{4DA19F7F-50E7-44D3-BD9D-C6EC70E2DBFA}.Release|Any CPU.Build.0 = Release|Any CPU
22-
{00BAC8CB-F830-493D-866D-19455BFD66A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
23-
{00BAC8CB-F830-493D-866D-19455BFD66A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
24-
{00BAC8CB-F830-493D-866D-19455BFD66A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
25-
{00BAC8CB-F830-493D-866D-19455BFD66A4}.Release|Any CPU.Build.0 = Release|Any CPU
26-
{1EC705E5-5C55-4B02-8BB4-334FF366B01C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27-
{1EC705E5-5C55-4B02-8BB4-334FF366B01C}.Debug|Any CPU.Build.0 = Debug|Any CPU
28-
{1EC705E5-5C55-4B02-8BB4-334FF366B01C}.Release|Any CPU.ActiveCfg = Release|Any CPU
29-
{1EC705E5-5C55-4B02-8BB4-334FF366B01C}.Release|Any CPU.Build.0 = Release|Any CPU
30-
EndGlobalSection
3142
GlobalSection(SolutionProperties) = preSolution
3243
HideSolutionNode = FALSE
3344
EndGlobalSection
34-
GlobalSection(ExtensibilityGlobals) = postSolution
35-
SolutionGuid = {3D5A96DC-8FB0-4951-B8E7-9D23B7B7CB10}
45+
EndGlobal
46+
= Debug|Any CPU
47+
{D23FC02A-231A-48F1-86E3-1C6DD9D0D8C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
48+
{D23FC02A-231A-48F1-86E3-1C6DD9D0D8C0}.Release|Any CPU.Build.0 = Release|Any CPU
49+
EndGlobalSection
50+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
51+
Debug|Any CPU = Debug|Any CPU
52+
Release|Any CPU = Release|Any CPU
53+
EndGlobalSection
54+
GlobalSection(SolutionProperties) = preSolution
55+
HideSolutionNode = FALSE
3656
EndGlobalSection
3757
EndGlobal

src/Slnx/Slnx.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>

test/Slnx.TestConsoleV2/Program.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
using Slnx;
22
using System.Text.Json;
33

4+
// Note: This is a .NET 8 project and uses Collection Expressions.
5+
46
var factory = new SlnxFactory();
57

68
var folder = new Folder("Solution Items");
79
folder.AddProjectWithPathOnly("./CSharp/CSharp.csproj");
810
folder.AddProjectWithPathOnly("./VB.NET/VB.NET.vbproj");
911
folder.AddProject(new Project("./DockerCompose/DockerCompose.dcproj", typeGuid: Guid.NewGuid(), config: new(solution: "*|*", project: "*|*|Deploy")));
1012
var moreFolders = new Folder("C++");
11-
moreFolders.AddFiles(new[] { "util.cpp", "util.h", "data.cc", "data.h" });
12-
folder.AddFiles(new[] { "File1.cs", "File2.cs" });
13+
moreFolders.AddFiles(["util.cpp", "util.h", "data.cc", "data.h"]);
14+
folder.AddFiles(["File1.cs", "File2.cs"]);
1315

1416
factory.AddFolder(folder);
1517
factory.AddProjectWithPathOnly("Slnx/Slnx.csproj");

test/Slnx.TestConsoleV2/Slnx.TestConsoleV2.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
</PropertyGroup>

0 commit comments

Comments
 (0)