Skip to content

Commit 35148f2

Browse files
committed
Infrastructure Preparation 316
1 parent a4a40a8 commit 35148f2

File tree

46 files changed

+530
-184
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+530
-184
lines changed

Skylark.sln

+10-1
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ EndProject
1414
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2C5AFEBD-ED44-4C65-91CD-C455EE67917E}"
1515
ProjectSection(SolutionItems) = preProject
1616
.editorconfig = .editorconfig
17-
NuGet.Config = NuGet.Config
1817
global.json = global.json
18+
NuGet.Config = NuGet.Config
1919
EndProjectSection
2020
EndProject
2121
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "create-project", "tutorial\C#\#001 create-project\create-project\create-project.csproj", "{9B5739D8-A77F-413A-9753-7A02D620B78B}"
@@ -98,6 +98,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleDemoCompression", "d
9898
EndProject
9999
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleDemoDecompression", "demo\Skylark.Console.Demo\ConsoleDemoDecompression\ConsoleDemoDecompression\ConsoleDemoDecompression.csproj", "{5164B53E-133D-44B6-81EF-82C9362BF0D4}"
100100
EndProject
101+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleDemoFileLocksmith", "demo\Skylark.Console.Demo\ConsoleDemoFileLocksmith\ConsoleDemoFileLocksmith\ConsoleDemoFileLocksmith.csproj", "{C1CF7C89-B5F4-7889-F4B0-C497F3007B38}"
102+
EndProject
101103
Global
102104
GlobalSection(SolutionConfigurationPlatforms) = preSolution
103105
Debug|Any CPU = Debug|Any CPU
@@ -333,6 +335,12 @@ Global
333335
{5164B53E-133D-44B6-81EF-82C9362BF0D4}.GitHub|Any CPU.Build.0 = Debug|Any CPU
334336
{5164B53E-133D-44B6-81EF-82C9362BF0D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
335337
{5164B53E-133D-44B6-81EF-82C9362BF0D4}.Release|Any CPU.Build.0 = Release|Any CPU
338+
{C1CF7C89-B5F4-7889-F4B0-C497F3007B38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
339+
{C1CF7C89-B5F4-7889-F4B0-C497F3007B38}.Debug|Any CPU.Build.0 = Debug|Any CPU
340+
{C1CF7C89-B5F4-7889-F4B0-C497F3007B38}.GitHub|Any CPU.ActiveCfg = Release|Any CPU
341+
{C1CF7C89-B5F4-7889-F4B0-C497F3007B38}.GitHub|Any CPU.Build.0 = Release|Any CPU
342+
{C1CF7C89-B5F4-7889-F4B0-C497F3007B38}.Release|Any CPU.ActiveCfg = Release|Any CPU
343+
{C1CF7C89-B5F4-7889-F4B0-C497F3007B38}.Release|Any CPU.Build.0 = Release|Any CPU
336344
EndGlobalSection
337345
GlobalSection(SolutionProperties) = preSolution
338346
HideSolutionNode = FALSE
@@ -379,6 +387,7 @@ Global
379387
{A5228311-5753-4513-A754-4DF1027D345B} = {E786A13D-D7DA-4E3A-B303-6033E7723AE1}
380388
{52C41C5D-2BDC-43F9-9934-8EF1C9BF6139} = {E786A13D-D7DA-4E3A-B303-6033E7723AE1}
381389
{5164B53E-133D-44B6-81EF-82C9362BF0D4} = {E786A13D-D7DA-4E3A-B303-6033E7723AE1}
390+
{C1CF7C89-B5F4-7889-F4B0-C497F3007B38} = {E786A13D-D7DA-4E3A-B303-6033E7723AE1}
382391
EndGlobalSection
383392
GlobalSection(ExtensibilityGlobals) = postSolution
384393
SolutionGuid = {2293DDBB-92BC-444A-A771-C4275A09FB4E}

demo/Skylark.Console.Demo/ConsoleDemoBrowser/ConsoleDemoBrowser/ConsoleDemoBrowser.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Skylark" Version="3.1.5.1" />
12-
<PackageReference Include="Skylark.Standard" Version="3.1.6.9" />
11+
<PackageReference Include="Skylark" Version="3.1.5.2" />
12+
<PackageReference Include="Skylark.Standard" Version="3.1.7.1" />
1313
</ItemGroup>
1414

1515
</Project>

demo/Skylark.Console.Demo/ConsoleDemoColor/ConsoleDemoColor/ConsoleDemoColor.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Skylark" Version="3.1.5.1" />
12-
<PackageReference Include="Skylark.Standard" Version="3.1.6.9" />
11+
<PackageReference Include="Skylark" Version="3.1.5.2" />
12+
<PackageReference Include="Skylark.Standard" Version="3.1.7.1" />
1313
</ItemGroup>
1414

1515
</Project>

demo/Skylark.Console.Demo/ConsoleDemoCompression/ConsoleDemoCompression/ConsoleDemoCompression.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Skylark" Version="3.1.5.1" />
12-
<PackageReference Include="Skylark.Standard" Version="3.1.6.9" />
11+
<PackageReference Include="Skylark" Version="3.1.5.2" />
12+
<PackageReference Include="Skylark.Standard" Version="3.1.7.1" />
1313
</ItemGroup>
1414

1515
</Project>

demo/Skylark.Console.Demo/ConsoleDemoCryptology/ConsoleDemoCryptology/ConsoleDemoCryptology.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Skylark" Version="3.1.5.1" />
12-
<PackageReference Include="Skylark.Standard" Version="3.1.6.9" />
11+
<PackageReference Include="Skylark" Version="3.1.5.2" />
12+
<PackageReference Include="Skylark.Standard" Version="3.1.7.1" />
1313
</ItemGroup>
1414

1515
</Project>

demo/Skylark.Console.Demo/ConsoleDemoCss/ConsoleDemoCss/ConsoleDemoCss.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Skylark" Version="3.1.5.1" />
12-
<PackageReference Include="Skylark.Standard" Version="3.1.6.9" />
11+
<PackageReference Include="Skylark" Version="3.1.5.2" />
12+
<PackageReference Include="Skylark.Standard" Version="3.1.7.1" />
1313
</ItemGroup>
1414

1515
</Project>

demo/Skylark.Console.Demo/ConsoleDemoDecompression/ConsoleDemoDecompression/ConsoleDemoDecompression.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Skylark" Version="3.1.5.1" />
12-
<PackageReference Include="Skylark.Standard" Version="3.1.6.9" />
11+
<PackageReference Include="Skylark" Version="3.1.5.2" />
12+
<PackageReference Include="Skylark.Standard" Version="3.1.7.1" />
1313
</ItemGroup>
1414

1515
</Project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.4.33205.214
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleDemoFileLocksmith", "ConsoleDemoFileLocksmith\ConsoleDemoFileLocksmith.csproj", "{10CD2555-D698-43EE-BC19-CEBB4ABA3839}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{10CD2555-D698-43EE-BC19-CEBB4ABA3839}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{10CD2555-D698-43EE-BC19-CEBB4ABA3839}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{10CD2555-D698-43EE-BC19-CEBB4ABA3839}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{10CD2555-D698-43EE-BC19-CEBB4ABA3839}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {58614CC3-3D8A-49DC-9FCA-1D745F156BA9}
24+
EndGlobalSection
25+
EndGlobal
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFramework>net9.0</TargetFramework>
6+
<ImplicitUsings>enable</ImplicitUsings>
7+
<Nullable>enable</Nullable>
8+
</PropertyGroup>
9+
10+
<ItemGroup>
11+
<PackageReference Include="Skylark" Version="3.1.5.2" />
12+
<PackageReference Include="Skylark.Wing" Version="3.1.8.5" />
13+
</ItemGroup>
14+
15+
</Project>

0 commit comments

Comments
 (0)