Skip to content

Commit 1a6fc08

Browse files
committed
fix solution paths
1 parent 2c64967 commit 1a6fc08

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

SimpleViewModel.sln

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.14.36203.30
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleViewModel", "SimpleMVVM\SimpleViewModel.csproj", "{BA71A860-3099-4D56-AF32-28E84C602E74}"
7-
EndProject
86
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ViewModelGenerator", "ViewModelGenerator\ViewModelGenerator.csproj", "{529954DF-428A-4403-8D15-3B0B266223D6}"
97
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleViewModel", "SimpleViewModel\SimpleViewModel.csproj", "{1ED89C75-3402-DE15-58C9-EA6CF9690EAA}"
9+
EndProject
1010
Global
1111
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1212
Debug|Any CPU = Debug|Any CPU
1313
Release|Any CPU = Release|Any CPU
1414
EndGlobalSection
1515
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16-
{BA71A860-3099-4D56-AF32-28E84C602E74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17-
{BA71A860-3099-4D56-AF32-28E84C602E74}.Debug|Any CPU.Build.0 = Debug|Any CPU
18-
{BA71A860-3099-4D56-AF32-28E84C602E74}.Release|Any CPU.ActiveCfg = Release|Any CPU
19-
{BA71A860-3099-4D56-AF32-28E84C602E74}.Release|Any CPU.Build.0 = Release|Any CPU
2016
{529954DF-428A-4403-8D15-3B0B266223D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2117
{529954DF-428A-4403-8D15-3B0B266223D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
2218
{529954DF-428A-4403-8D15-3B0B266223D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
2319
{529954DF-428A-4403-8D15-3B0B266223D6}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{1ED89C75-3402-DE15-58C9-EA6CF9690EAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{1ED89C75-3402-DE15-58C9-EA6CF9690EAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{1ED89C75-3402-DE15-58C9-EA6CF9690EAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{1ED89C75-3402-DE15-58C9-EA6CF9690EAA}.Release|Any CPU.Build.0 = Release|Any CPU
2424
EndGlobalSection
2525
GlobalSection(SolutionProperties) = preSolution
2626
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)