forked from florinn/veryfay-csharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathveryfay-csharp.sln
42 lines (42 loc) · 2.34 KB
/
veryfay-csharp.sln
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
38
39
40
41
42
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29503.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Veryfay", "Veryfay\Veryfay.csproj", "{F45F099C-5B98-4925-A431-A0F9624BE7FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Veryfay.Test", "Veryfay.Test\Veryfay.Test.csproj", "{056299DD-F548-41CE-BA0A-41BAC0E3328F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Extensions", "Extensions", "{7442FF74-7663-44FC-949E-931AA000A60E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Veryfay.Extensions.AspNet", "Extensions\Veryfay.Extensions.AspNet\Veryfay.Extensions.AspNet.csproj", "{5EF55008-D1D2-4149-8F9E-45CA2163BB50}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F45F099C-5B98-4925-A431-A0F9624BE7FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F45F099C-5B98-4925-A431-A0F9624BE7FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F45F099C-5B98-4925-A431-A0F9624BE7FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F45F099C-5B98-4925-A431-A0F9624BE7FF}.Release|Any CPU.Build.0 = Release|Any CPU
{056299DD-F548-41CE-BA0A-41BAC0E3328F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{056299DD-F548-41CE-BA0A-41BAC0E3328F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{056299DD-F548-41CE-BA0A-41BAC0E3328F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{056299DD-F548-41CE-BA0A-41BAC0E3328F}.Release|Any CPU.Build.0 = Release|Any CPU
{5EF55008-D1D2-4149-8F9E-45CA2163BB50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5EF55008-D1D2-4149-8F9E-45CA2163BB50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5EF55008-D1D2-4149-8F9E-45CA2163BB50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5EF55008-D1D2-4149-8F9E-45CA2163BB50}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5EF55008-D1D2-4149-8F9E-45CA2163BB50} = {7442FF74-7663-44FC-949E-931AA000A60E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {42F09D0F-1E42-487A-8AD6-1C160B15DC62}
EndGlobalSection
EndGlobal