|
1 |
| - |
2 |
| -Microsoft Visual Studio Solution File, Format Version 12.00 |
3 |
| -# Visual Studio 15 |
4 |
| -VisualStudioVersion = 15.0.28307.852 |
5 |
| -MinimumVisualStudioVersion = 10.0.40219.1 |
6 |
| -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CrispyWaffle", "Src\CrispyWaffle\CrispyWaffle.csproj", "{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" |
7 |
| -EndProject |
8 |
| -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CrispyWaffle.Tests", "Tests\CrispyWaffle.Tests\CrispyWaffle.Tests.csproj", "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" |
9 |
| -EndProject |
10 |
| -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Src", "Src", "{2FD912BD-34A5-4F9E-8192-CD7AEFD572B5}" |
11 |
| -EndProject |
12 |
| -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{AA14B952-E519-4983-BF49-E106490AAF1F}" |
13 |
| -EndProject |
14 |
| -Global |
15 |
| - GlobalSection(SolutionConfigurationPlatforms) = preSolution |
16 |
| - Debug|Any CPU = Debug|Any CPU |
17 |
| - Release|Any CPU = Release|Any CPU |
18 |
| - EndGlobalSection |
19 |
| - GlobalSection(ProjectConfigurationPlatforms) = postSolution |
20 |
| - {9A19103F-16F7-4668-BE54-9A1E7A4F7556}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
21 |
| - {9A19103F-16F7-4668-BE54-9A1E7A4F7556}.Debug|Any CPU.Build.0 = Debug|Any CPU |
22 |
| - {9A19103F-16F7-4668-BE54-9A1E7A4F7556}.Release|Any CPU.ActiveCfg = Release|Any CPU |
23 |
| - {9A19103F-16F7-4668-BE54-9A1E7A4F7556}.Release|Any CPU.Build.0 = Release|Any CPU |
24 |
| - {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
25 |
| - {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}.Debug|Any CPU.Build.0 = Debug|Any CPU |
26 |
| - {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}.Release|Any CPU.ActiveCfg = Release|Any CPU |
27 |
| - {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}.Release|Any CPU.Build.0 = Release|Any CPU |
28 |
| - EndGlobalSection |
29 |
| - GlobalSection(SolutionProperties) = preSolution |
30 |
| - HideSolutionNode = FALSE |
31 |
| - EndGlobalSection |
32 |
| - GlobalSection(NestedProjects) = preSolution |
33 |
| - {9A19103F-16F7-4668-BE54-9A1E7A4F7556} = {2FD912BD-34A5-4F9E-8192-CD7AEFD572B5} |
34 |
| - {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} = {AA14B952-E519-4983-BF49-E106490AAF1F} |
35 |
| - EndGlobalSection |
36 |
| - GlobalSection(ExtensibilityGlobals) = postSolution |
37 |
| - SolutionGuid = {FAE960DB-B996-4FB3-858C-61BA7C7CD86E} |
38 |
| - EndGlobalSection |
39 |
| -EndGlobal |
| 1 | + |
| 2 | +Microsoft Visual Studio Solution File, Format Version 12.00 |
| 3 | +# Visual Studio Version 16 |
| 4 | +VisualStudioVersion = 16.0.29920.165 |
| 5 | +MinimumVisualStudioVersion = 10.0.40219.1 |
| 6 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Src", "Src", "{2FD912BD-34A5-4F9E-8192-CD7AEFD572B5}" |
| 7 | +EndProject |
| 8 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{AA14B952-E519-4983-BF49-E106490AAF1F}" |
| 9 | +EndProject |
| 10 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CrispyWaffle", "Src\CrispyWaffle\CrispyWaffle.csproj", "{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" |
| 11 | +EndProject |
| 12 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CrispyWaffle.Tests", "Tests\CrispyWaffle.Tests\CrispyWaffle.Tests.csproj", "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" |
| 13 | +EndProject |
| 14 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{03FD84F8-33BC-49F7-9820-CF7B7724B0D5}" |
| 15 | + ProjectSection(SolutionItems) = preProject |
| 16 | + appveyor.yml = appveyor.yml |
| 17 | + README.md = README.md |
| 18 | + EndProjectSection |
| 19 | +EndProject |
| 20 | +Global |
| 21 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 22 | + Debug|Any CPU = Debug|Any CPU |
| 23 | + Release|Any CPU = Release|Any CPU |
| 24 | + EndGlobalSection |
| 25 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 26 | + {9A19103F-16F7-4668-BE54-9A1E7A4F7556}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 27 | + {9A19103F-16F7-4668-BE54-9A1E7A4F7556}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 28 | + {9A19103F-16F7-4668-BE54-9A1E7A4F7556}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 29 | + {9A19103F-16F7-4668-BE54-9A1E7A4F7556}.Release|Any CPU.Build.0 = Release|Any CPU |
| 30 | + {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 31 | + {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 32 | + {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 33 | + {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}.Release|Any CPU.Build.0 = Release|Any CPU |
| 34 | + EndGlobalSection |
| 35 | + GlobalSection(SolutionProperties) = preSolution |
| 36 | + HideSolutionNode = FALSE |
| 37 | + EndGlobalSection |
| 38 | + GlobalSection(NestedProjects) = preSolution |
| 39 | + {9A19103F-16F7-4668-BE54-9A1E7A4F7556} = {2FD912BD-34A5-4F9E-8192-CD7AEFD572B5} |
| 40 | + {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} = {AA14B952-E519-4983-BF49-E106490AAF1F} |
| 41 | + EndGlobalSection |
| 42 | + GlobalSection(ExtensibilityGlobals) = postSolution |
| 43 | + SolutionGuid = {FAE960DB-B996-4FB3-858C-61BA7C7CD86E} |
| 44 | + EndGlobalSection |
| 45 | +EndGlobal |
0 commit comments