-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTDSCustomValidators.sln
46 lines (46 loc) · 2.9 KB
/
TDSCustomValidators.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TDSCustomValidators.PageEditorValidators", "TDSCustomValidators.PageEditorValidators\TDSCustomValidators.PageEditorValidators.csproj", "{2AE7E689-F6AB-4BCE-AF61-C9C51C682E92}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TDSCustomValidators.TemplateValidators", "TDSCustomValidators.TemplateValidators\TDSCustomValidators.TemplateValidators.csproj", "{3BA9D464-F59B-4CB5-800F-6A3E8E21B1F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TDSCustomValidators.Extensions", "TDSCustomValidators.Extensions\TDSCustomValidators.Extensions.csproj", "{A5F15635-4BB0-4D76-97D0-4912B0ED41F2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TDSCustomValidators.ContentValidators", "TDSCustomValidators.ContentValidators\TDSCustomValidators.ContentValidators.csproj", "{76F03D22-6C10-437E-BFD3-0691A208CC40}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitFiles", "GitFiles", "{D8B11F33-3DF6-4AC2-8992-C0E324011F33}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
NOTICE.txt = NOTICE.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2AE7E689-F6AB-4BCE-AF61-C9C51C682E92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AE7E689-F6AB-4BCE-AF61-C9C51C682E92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AE7E689-F6AB-4BCE-AF61-C9C51C682E92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AE7E689-F6AB-4BCE-AF61-C9C51C682E92}.Release|Any CPU.Build.0 = Release|Any CPU
{3BA9D464-F59B-4CB5-800F-6A3E8E21B1F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BA9D464-F59B-4CB5-800F-6A3E8E21B1F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BA9D464-F59B-4CB5-800F-6A3E8E21B1F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BA9D464-F59B-4CB5-800F-6A3E8E21B1F9}.Release|Any CPU.Build.0 = Release|Any CPU
{A5F15635-4BB0-4D76-97D0-4912B0ED41F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5F15635-4BB0-4D76-97D0-4912B0ED41F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5F15635-4BB0-4D76-97D0-4912B0ED41F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5F15635-4BB0-4D76-97D0-4912B0ED41F2}.Release|Any CPU.Build.0 = Release|Any CPU
{76F03D22-6C10-437E-BFD3-0691A208CC40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76F03D22-6C10-437E-BFD3-0691A208CC40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76F03D22-6C10-437E-BFD3-0691A208CC40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76F03D22-6C10-437E-BFD3-0691A208CC40}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal