Skip to content

Commit f622187

Browse files
this commit introduces comanda.internal.aspnet package project
1 parent 7e4820b commit f622187

2 files changed

Lines changed: 48 additions & 0 deletions

File tree

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.0.31903.59
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{B8EFCA5F-814F-285C-A8CB-F00F14650265}"
7+
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Comanda.Internal.AspNet", "Source\Comanda.Internal.AspNet.csproj", "{26F6E280-8778-4405-8B19-75BECC9E9572}"
9+
EndProject
10+
Global
11+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12+
Debug|Any CPU = Debug|Any CPU
13+
Debug|x64 = Debug|x64
14+
Debug|x86 = Debug|x86
15+
Release|Any CPU = Release|Any CPU
16+
Release|x64 = Release|x64
17+
Release|x86 = Release|x86
18+
EndGlobalSection
19+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
20+
{26F6E280-8778-4405-8B19-75BECC9E9572}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{26F6E280-8778-4405-8B19-75BECC9E9572}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{26F6E280-8778-4405-8B19-75BECC9E9572}.Debug|x64.ActiveCfg = Debug|Any CPU
23+
{26F6E280-8778-4405-8B19-75BECC9E9572}.Debug|x64.Build.0 = Debug|Any CPU
24+
{26F6E280-8778-4405-8B19-75BECC9E9572}.Debug|x86.ActiveCfg = Debug|Any CPU
25+
{26F6E280-8778-4405-8B19-75BECC9E9572}.Debug|x86.Build.0 = Debug|Any CPU
26+
{26F6E280-8778-4405-8B19-75BECC9E9572}.Release|Any CPU.ActiveCfg = Release|Any CPU
27+
{26F6E280-8778-4405-8B19-75BECC9E9572}.Release|Any CPU.Build.0 = Release|Any CPU
28+
{26F6E280-8778-4405-8B19-75BECC9E9572}.Release|x64.ActiveCfg = Release|Any CPU
29+
{26F6E280-8778-4405-8B19-75BECC9E9572}.Release|x64.Build.0 = Release|Any CPU
30+
{26F6E280-8778-4405-8B19-75BECC9E9572}.Release|x86.ActiveCfg = Release|Any CPU
31+
{26F6E280-8778-4405-8B19-75BECC9E9572}.Release|x86.Build.0 = Release|Any CPU
32+
EndGlobalSection
33+
GlobalSection(SolutionProperties) = preSolution
34+
HideSolutionNode = FALSE
35+
EndGlobalSection
36+
GlobalSection(NestedProjects) = preSolution
37+
{26F6E280-8778-4405-8B19-75BECC9E9572} = {B8EFCA5F-814F-285C-A8CB-F00F14650265}
38+
EndGlobalSection
39+
EndGlobal
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFramework>net9.0</TargetFramework>
5+
<ImplicitUsings>enable</ImplicitUsings>
6+
<Nullable>enable</Nullable>
7+
</PropertyGroup>
8+
9+
</Project>

0 commit comments

Comments
 (0)