forked from mdekrey/unobtrusive-angular-validation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ResponsivePath.AngularValidation.sln
48 lines (48 loc) · 2.71 KB
/
ResponsivePath.AngularValidation.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
43
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30324.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResponsivePath.Validation.Web", "ResponsivePath.Validation.Web\ResponsivePath.Validation.Web.csproj", "{6FBA3033-C11A-4F9A-A211-DF2DF96C6706}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResponsivePath.Validation", "ResponsivePath.Validation\ResponsivePath.Validation.csproj", "{A785F579-73FE-4DC1-9166-EC7346FB3F89}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResponsivePath.Validation.Tests", "ResponsivePath.Validation.Tests\ResponsivePath.Validation.Tests.csproj", "{9F859CFE-468E-4136-A58B-05B5AD9FFD11}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{23C85B99-F131-4F2A-AF1C-625739F173AD}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D99F8B08-5CA8-4768-9B51-23D49FCF805D}"
ProjectSection(SolutionItems) = preProject
package.bat = package.bat
README.md = README.md
ResponsivePath.Validation.UnobtrusiveAngular.nuspec = ResponsivePath.Validation.UnobtrusiveAngular.nuspec
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6FBA3033-C11A-4F9A-A211-DF2DF96C6706}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6FBA3033-C11A-4F9A-A211-DF2DF96C6706}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6FBA3033-C11A-4F9A-A211-DF2DF96C6706}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6FBA3033-C11A-4F9A-A211-DF2DF96C6706}.Release|Any CPU.Build.0 = Release|Any CPU
{A785F579-73FE-4DC1-9166-EC7346FB3F89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A785F579-73FE-4DC1-9166-EC7346FB3F89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A785F579-73FE-4DC1-9166-EC7346FB3F89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A785F579-73FE-4DC1-9166-EC7346FB3F89}.Release|Any CPU.Build.0 = Release|Any CPU
{9F859CFE-468E-4136-A58B-05B5AD9FFD11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F859CFE-468E-4136-A58B-05B5AD9FFD11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F859CFE-468E-4136-A58B-05B5AD9FFD11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F859CFE-468E-4136-A58B-05B5AD9FFD11}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal