feat(welcome): solution + Core/Test project skeleton
This commit is contained in:
54
windows/welcome/SilverOS.Welcome.sln
Normal file
54
windows/welcome/SilverOS.Welcome.sln
Normal file
@@ -0,0 +1,54 @@
|
|||||||
|
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
|
# Visual Studio Version 17
|
||||||
|
VisualStudioVersion = 17.0.31903.59
|
||||||
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{827E0CD3-B72D-47B6-A68D-7590B98EB39B}"
|
||||||
|
EndProject
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SilverOS.Welcome.Core", "src\SilverOS.Welcome.Core\SilverOS.Welcome.Core.csproj", "{939DF856-EB90-473B-9C46-D8504B94A81B}"
|
||||||
|
EndProject
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SilverOS.Welcome.Tests", "tests\SilverOS.Welcome.Tests\SilverOS.Welcome.Tests.csproj", "{73B13415-D01D-4409-B85F-62C8A4A8C95D}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
Debug|x64 = Debug|x64
|
||||||
|
Debug|x86 = Debug|x86
|
||||||
|
Release|Any CPU = Release|Any CPU
|
||||||
|
Release|x64 = Release|x64
|
||||||
|
Release|x86 = Release|x86
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{939DF856-EB90-473B-9C46-D8504B94A81B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{939DF856-EB90-473B-9C46-D8504B94A81B}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{939DF856-EB90-473B-9C46-D8504B94A81B}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||||
|
{939DF856-EB90-473B-9C46-D8504B94A81B}.Debug|x64.Build.0 = Debug|Any CPU
|
||||||
|
{939DF856-EB90-473B-9C46-D8504B94A81B}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||||
|
{939DF856-EB90-473B-9C46-D8504B94A81B}.Debug|x86.Build.0 = Debug|Any CPU
|
||||||
|
{939DF856-EB90-473B-9C46-D8504B94A81B}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{939DF856-EB90-473B-9C46-D8504B94A81B}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{939DF856-EB90-473B-9C46-D8504B94A81B}.Release|x64.ActiveCfg = Release|Any CPU
|
||||||
|
{939DF856-EB90-473B-9C46-D8504B94A81B}.Release|x64.Build.0 = Release|Any CPU
|
||||||
|
{939DF856-EB90-473B-9C46-D8504B94A81B}.Release|x86.ActiveCfg = Release|Any CPU
|
||||||
|
{939DF856-EB90-473B-9C46-D8504B94A81B}.Release|x86.Build.0 = Release|Any CPU
|
||||||
|
{73B13415-D01D-4409-B85F-62C8A4A8C95D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{73B13415-D01D-4409-B85F-62C8A4A8C95D}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{73B13415-D01D-4409-B85F-62C8A4A8C95D}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||||
|
{73B13415-D01D-4409-B85F-62C8A4A8C95D}.Debug|x64.Build.0 = Debug|Any CPU
|
||||||
|
{73B13415-D01D-4409-B85F-62C8A4A8C95D}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||||
|
{73B13415-D01D-4409-B85F-62C8A4A8C95D}.Debug|x86.Build.0 = Debug|Any CPU
|
||||||
|
{73B13415-D01D-4409-B85F-62C8A4A8C95D}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{73B13415-D01D-4409-B85F-62C8A4A8C95D}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{73B13415-D01D-4409-B85F-62C8A4A8C95D}.Release|x64.ActiveCfg = Release|Any CPU
|
||||||
|
{73B13415-D01D-4409-B85F-62C8A4A8C95D}.Release|x64.Build.0 = Release|Any CPU
|
||||||
|
{73B13415-D01D-4409-B85F-62C8A4A8C95D}.Release|x86.ActiveCfg = Release|Any CPU
|
||||||
|
{73B13415-D01D-4409-B85F-62C8A4A8C95D}.Release|x86.Build.0 = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(NestedProjects) = preSolution
|
||||||
|
{939DF856-EB90-473B-9C46-D8504B94A81B} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B}
|
||||||
|
{73B13415-D01D-4409-B85F-62C8A4A8C95D} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B}
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
||||||
6
windows/welcome/src/SilverOS.Welcome.Core/Class1.cs
Normal file
6
windows/welcome/src/SilverOS.Welcome.Core/Class1.cs
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
namespace SilverOS.Welcome.Core;
|
||||||
|
|
||||||
|
public class Class1
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<TargetFramework>net9.0-windows</TargetFramework>
|
||||||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
<Nullable>enable</Nullable>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
</Project>
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<TargetFramework>net9.0-windows</TargetFramework>
|
||||||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
<Nullable>enable</Nullable>
|
||||||
|
<IsPackable>false</IsPackable>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<PackageReference Include="coverlet.collector" Version="6.0.2" />
|
||||||
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
|
||||||
|
<PackageReference Include="Moq" Version="4.20.72" />
|
||||||
|
<PackageReference Include="xunit" Version="2.9.2" />
|
||||||
|
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<Using Include="Xunit" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\..\src\SilverOS.Welcome.Core\SilverOS.Welcome.Core.csproj" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
</Project>
|
||||||
10
windows/welcome/tests/SilverOS.Welcome.Tests/UnitTest1.cs
Normal file
10
windows/welcome/tests/SilverOS.Welcome.Tests/UnitTest1.cs
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
namespace SilverOS.Welcome.Tests;
|
||||||
|
|
||||||
|
public class UnitTest1
|
||||||
|
{
|
||||||
|
[Fact]
|
||||||
|
public void Test1()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user