|
1 |
| -Microsoft Visual Studio Solution File, Format Version 12.00 |
| 1 | + |
| 2 | +Microsoft Visual Studio Solution File, Format Version 12.00 |
2 | 3 | # Visual Studio 15
|
3 |
| -VisualStudioVersion = 15.0.26114.2 |
| 4 | +VisualStudioVersion = 15.0.27428.2043 |
4 | 5 | MinimumVisualStudioVersion = 10.0.40219.1
|
5 |
| -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "{{packageName}}", "src\{{packageName}}\{{packageName}}.csproj", "{{packageGuid}}" |
| 6 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "{{packageName}}", "{{sourceFolder}}\{{packageName}}\{{packageName}}.csproj", "{{packageGuid}}" |
6 | 7 | EndProject
|
7 | 8 | Global
|
8 |
| - GlobalSection(SolutionConfigurationPlatforms) = preSolution |
9 |
| - Debug|Any CPU = Debug|Any CPU |
10 |
| - Release|Any CPU = Release|Any CPU |
11 |
| - EndGlobalSection |
12 |
| - GlobalSection(ProjectConfigurationPlatforms) = postSolution |
13 |
| - {{packageGuid}}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
14 |
| - {{packageGuid}}.Debug|Any CPU.Build.0 = Debug|Any CPU |
15 |
| - {{packageGuid}}.Release|Any CPU.ActiveCfg = Release|Any CPU |
16 |
| - {{packageGuid}}.Release|Any CPU.Build.0 = Release|Any CPU |
17 |
| - EndGlobalSection |
18 |
| - GlobalSection(SolutionProperties) = preSolution |
19 |
| - HideSolutionNode = FALSE |
20 |
| - EndGlobalSection |
| 9 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 10 | + Debug|Any CPU = Debug|Any CPU |
| 11 | + Release|Any CPU = Release|Any CPU |
| 12 | + EndGlobalSection |
| 13 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 14 | + {{packageGuid}}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 15 | + {{packageGuid}}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 16 | + {{packageGuid}}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 17 | + {{packageGuid}}.Release|Any CPU.Build.0 = Release|Any CPU |
| 18 | + EndGlobalSection |
| 19 | + GlobalSection(SolutionProperties) = preSolution |
| 20 | + HideSolutionNode = FALSE |
| 21 | + EndGlobalSection |
21 | 22 | EndGlobal
|
0 commit comments