-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCoreLibraries.sln
More file actions
37 lines (37 loc) · 2.07 KB
/
CoreLibraries.sln
File metadata and controls
37 lines (37 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentValidationApp.Web", "FluentValidationApp.Web\FluentValidationApp.Web.csproj", "{81CA5390-1D8C-4A27-9D50-E990055CFDDF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RateLimit.API", "RateLimit.API\RateLimit.API.csproj", "{AEE2CF6B-EADC-400B-B44A-D2C160542D17}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmidgeApp.Web", "SmidgeApp.Web\SmidgeApp.Web.csproj", "{55FAF8D7-19B3-4165-833F-4177F08C21DC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{81CA5390-1D8C-4A27-9D50-E990055CFDDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81CA5390-1D8C-4A27-9D50-E990055CFDDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81CA5390-1D8C-4A27-9D50-E990055CFDDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81CA5390-1D8C-4A27-9D50-E990055CFDDF}.Release|Any CPU.Build.0 = Release|Any CPU
{AEE2CF6B-EADC-400B-B44A-D2C160542D17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AEE2CF6B-EADC-400B-B44A-D2C160542D17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AEE2CF6B-EADC-400B-B44A-D2C160542D17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AEE2CF6B-EADC-400B-B44A-D2C160542D17}.Release|Any CPU.Build.0 = Release|Any CPU
{55FAF8D7-19B3-4165-833F-4177F08C21DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55FAF8D7-19B3-4165-833F-4177F08C21DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55FAF8D7-19B3-4165-833F-4177F08C21DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55FAF8D7-19B3-4165-833F-4177F08C21DC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6CFB67A6-C2C5-42D8-82EC-22D7CA9C088E}
EndGlobalSection
EndGlobal