This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Enable.Common.ValidationException.sln
45 lines (45 loc) · 2.39 KB
/
Enable.Common.ValidationException.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B11D4C93-7364-42F3-92F0-5A982B3B07DD}"
ProjectSection(SolutionItems) = preProject
CodeMaid.config = CodeMaid.config
CustomExtendedCorrectnessRules.ruleset = CustomExtendedCorrectnessRules.ruleset
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{403DD635-6CB8-4E7A-83C4-1BFA31A90D45}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{B073ED3C-0E26-423D-B82A-6812DAC8BD40}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ValidationException", "src\ValidationException\ValidationException.csproj", "{4CDB53DE-F5B5-42B8-9480-3C9BD6832920}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ValidationException.Test", "test\ValidationException.Test\ValidationException.Test.csproj", "{6BE1B09B-5EB7-48EC-83BA-1359741A37EA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4CDB53DE-F5B5-42B8-9480-3C9BD6832920}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CDB53DE-F5B5-42B8-9480-3C9BD6832920}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CDB53DE-F5B5-42B8-9480-3C9BD6832920}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CDB53DE-F5B5-42B8-9480-3C9BD6832920}.Release|Any CPU.Build.0 = Release|Any CPU
{6BE1B09B-5EB7-48EC-83BA-1359741A37EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BE1B09B-5EB7-48EC-83BA-1359741A37EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BE1B09B-5EB7-48EC-83BA-1359741A37EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BE1B09B-5EB7-48EC-83BA-1359741A37EA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4CDB53DE-F5B5-42B8-9480-3C9BD6832920} = {403DD635-6CB8-4E7A-83C4-1BFA31A90D45}
{6BE1B09B-5EB7-48EC-83BA-1359741A37EA} = {B073ED3C-0E26-423D-B82A-6812DAC8BD40}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F188369E-98D9-4D69-A672-E293071B848F}
EndGlobalSection
EndGlobal