mirror of
https://github.com/farcasclaudiu/PracticeCalendar.git
synced 2026-06-22 07:01:16 +03:00
Add project files.
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.3.32922.545
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PracticeCalendar.API", "PracticeCalendar.Api\PracticeCalendar.API.csproj", "{4B183BF7-16D7-4DA8-B80A-E08DB2CBC827}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PracticeCalendar.Domain", "PracticeCalendar.Domain\PracticeCalendar.Domain.csproj", "{002B8118-8B5A-4CF3-A29D-12A06803221B}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PracticeCalendar.Infrastructure", "PracticeCalendar.Infrastructure\PracticeCalendar.Infrastructure.csproj", "{211BEF2A-5FB1-4F55-84FB-88FEF90A8316}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PracticeCalendar.UnitTests", "PracticeCalendar.UnitTests\PracticeCalendar.UnitTests.csproj", "{74849455-5E08-43FE-A718-0872DE7BC350}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5F2B7855-F03D-48C9-8733-FF1E077F18F5}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
README.md = README.md
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{4B183BF7-16D7-4DA8-B80A-E08DB2CBC827}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{4B183BF7-16D7-4DA8-B80A-E08DB2CBC827}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{4B183BF7-16D7-4DA8-B80A-E08DB2CBC827}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{4B183BF7-16D7-4DA8-B80A-E08DB2CBC827}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{002B8118-8B5A-4CF3-A29D-12A06803221B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{002B8118-8B5A-4CF3-A29D-12A06803221B}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{002B8118-8B5A-4CF3-A29D-12A06803221B}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{002B8118-8B5A-4CF3-A29D-12A06803221B}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{211BEF2A-5FB1-4F55-84FB-88FEF90A8316}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{211BEF2A-5FB1-4F55-84FB-88FEF90A8316}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{211BEF2A-5FB1-4F55-84FB-88FEF90A8316}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{211BEF2A-5FB1-4F55-84FB-88FEF90A8316}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{74849455-5E08-43FE-A718-0872DE7BC350}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{74849455-5E08-43FE-A718-0872DE7BC350}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{74849455-5E08-43FE-A718-0872DE7BC350}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{74849455-5E08-43FE-A718-0872DE7BC350}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {D24E61FE-EF01-414B-B09C-1B5F9575BD3C}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Reference in New Issue
Block a user