|
1 | | - |
2 | | -Microsoft Visual Studio Solution File, Format Version 12.00 |
3 | | -# Visual Studio Version 17 |
4 | | -VisualStudioVersion = 17.0.31903.59 |
5 | | -MinimumVisualStudioVersion = 10.0.40219.1 |
6 | | -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{59C752B9-F1AF-478D-BACC-38074CB5E272}" |
7 | | - ProjectSection(SolutionItems) = preProject |
8 | | - .editorconfig = .editorconfig |
9 | | - .gitignore = .gitignore |
10 | | - CodeMaid.config = CodeMaid.config |
11 | | - Directory.Build.props = Directory.Build.props |
12 | | - Directory.Packages.props = Directory.Packages.props |
13 | | - LICENSE = LICENSE |
14 | | - NuGet.config = NuGet.config |
15 | | - README.md = README.md |
16 | | - EndProjectSection |
17 | | -EndProject |
18 | | -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeWarp.OptionsValidation.Tests", "tests\TimeWarp.OptionsValidation.Tests\TimeWarp.OptionsValidation.Tests.csproj", "{A353C15D-D878-43E7-B567-AAE845FC41BA}" |
19 | | -EndProject |
20 | | -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeWarp.OptionsValidation", "source\TimeWarp.OptionsValidation\TimeWarp.OptionsValidation.csproj", "{CAC853CD-7002-4D2F-B53E-112653F779D5}" |
21 | | -EndProject |
22 | | -Global |
23 | | - GlobalSection(SolutionConfigurationPlatforms) = preSolution |
24 | | - Debug|Any CPU = Debug|Any CPU |
25 | | - Release|Any CPU = Release|Any CPU |
26 | | - EndGlobalSection |
27 | | - GlobalSection(ProjectConfigurationPlatforms) = postSolution |
28 | | - {A353C15D-D878-43E7-B567-AAE845FC41BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
29 | | - {A353C15D-D878-43E7-B567-AAE845FC41BA}.Debug|Any CPU.Build.0 = Debug|Any CPU |
30 | | - {A353C15D-D878-43E7-B567-AAE845FC41BA}.Release|Any CPU.ActiveCfg = Release|Any CPU |
31 | | - {A353C15D-D878-43E7-B567-AAE845FC41BA}.Release|Any CPU.Build.0 = Release|Any CPU |
32 | | - {CAC853CD-7002-4D2F-B53E-112653F779D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
33 | | - {CAC853CD-7002-4D2F-B53E-112653F779D5}.Debug|Any CPU.Build.0 = Debug|Any CPU |
34 | | - {CAC853CD-7002-4D2F-B53E-112653F779D5}.Release|Any CPU.ActiveCfg = Release|Any CPU |
35 | | - {CAC853CD-7002-4D2F-B53E-112653F779D5}.Release|Any CPU.Build.0 = Release|Any CPU |
36 | | - EndGlobalSection |
37 | | - GlobalSection(SolutionProperties) = preSolution |
38 | | - HideSolutionNode = FALSE |
39 | | - EndGlobalSection |
40 | | - GlobalSection(ExtensibilityGlobals) = postSolution |
41 | | - SolutionGuid = {19789E18-C00D-400F-A284-2B9452DB9DFF} |
42 | | - EndGlobalSection |
43 | | -EndGlobal |
| 1 | + |
| 2 | +Microsoft Visual Studio Solution File, Format Version 12.00 |
| 3 | +# Visual Studio Version 17 |
| 4 | +VisualStudioVersion = 17.0.31903.59 |
| 5 | +MinimumVisualStudioVersion = 10.0.40219.1 |
| 6 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{59C752B9-F1AF-478D-BACC-38074CB5E272}" |
| 7 | + ProjectSection(SolutionItems) = preProject |
| 8 | + .editorconfig = .editorconfig |
| 9 | + .gitignore = .gitignore |
| 10 | + CodeMaid.config = CodeMaid.config |
| 11 | + Directory.Build.props = Directory.Build.props |
| 12 | + Directory.Packages.props = Directory.Packages.props |
| 13 | + LICENSE = LICENSE |
| 14 | + NuGet.config = NuGet.config |
| 15 | + README.md = README.md |
| 16 | + EndProjectSection |
| 17 | +EndProject |
| 18 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeWarp.OptionsValidation.Tests", "Tests\TimeWarp.OptionsValidation.Tests\TimeWarp.OptionsValidation.Tests.csproj", "{A353C15D-D878-43E7-B567-AAE845FC41BA}" |
| 19 | +EndProject |
| 20 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeWarp.OptionsValidation", "Source\TimeWarp.OptionsValidation\TimeWarp.OptionsValidation.csproj", "{CAC853CD-7002-4D2F-B53E-112653F779D5}" |
| 21 | +EndProject |
| 22 | +Global |
| 23 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 24 | + Debug|Any CPU = Debug|Any CPU |
| 25 | + Release|Any CPU = Release|Any CPU |
| 26 | + EndGlobalSection |
| 27 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 28 | + {A353C15D-D878-43E7-B567-AAE845FC41BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 29 | + {A353C15D-D878-43E7-B567-AAE845FC41BA}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 30 | + {A353C15D-D878-43E7-B567-AAE845FC41BA}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 31 | + {A353C15D-D878-43E7-B567-AAE845FC41BA}.Release|Any CPU.Build.0 = Release|Any CPU |
| 32 | + {CAC853CD-7002-4D2F-B53E-112653F779D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 33 | + {CAC853CD-7002-4D2F-B53E-112653F779D5}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 34 | + {CAC853CD-7002-4D2F-B53E-112653F779D5}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 35 | + {CAC853CD-7002-4D2F-B53E-112653F779D5}.Release|Any CPU.Build.0 = Release|Any CPU |
| 36 | + EndGlobalSection |
| 37 | + GlobalSection(SolutionProperties) = preSolution |
| 38 | + HideSolutionNode = FALSE |
| 39 | + EndGlobalSection |
| 40 | + GlobalSection(ExtensibilityGlobals) = postSolution |
| 41 | + SolutionGuid = {19789E18-C00D-400F-A284-2B9452DB9DFF} |
| 42 | + EndGlobalSection |
| 43 | +EndGlobal |
0 commit comments