File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -201,13 +201,13 @@ const char _slnProjectMid[] = "\") = ";
201
201
const char _slnProjectEnd[] = " \n EndProject" ;
202
202
const char _slnGlobalBeg[] = " \n Global" ;
203
203
const char _slnGlobalEnd[] = " \n EndGlobal" ;
204
- const char _slnSolutionConf[] = " \n\t GlobalSection(SolutionConfiguration ) = preSolution"
205
- " \n\t\t ConfigName.0 = Debug|Win32"
206
- " \n\t\t ConfigName.1 = Release|Win32"
204
+ const char _slnSolutionConf[] = " \n\t GlobalSection(SolutionConfigurationPlatforms ) = preSolution"
205
+ " \n\t\t Debug|Win32 = Debug|Win32"
206
+ " \n\t\t Release|Win32 = Release|Win32"
207
207
" \n\t EndGlobalSection" ;
208
208
const char _slnProjDepBeg[] = " \n\t GlobalSection(ProjectDependencies) = postSolution" ;
209
209
const char _slnProjDepEnd[] = " \n\t EndGlobalSection" ;
210
- const char _slnProjConfBeg[] = " \n\t GlobalSection(ProjectConfiguration ) = postSolution" ;
210
+ const char _slnProjConfBeg[] = " \n\t GlobalSection(ProjectConfigurationPlatforms ) = postSolution" ;
211
211
const char _slnProjRelConfTag1[]= " .Release|%1.ActiveCfg = Release|" ;
212
212
const char _slnProjRelConfTag2[]= " .Release|%1.Build.0 = Release|" ;
213
213
const char _slnProjDbgConfTag1[]= " .Debug|%1.ActiveCfg = Debug|" ;
You can’t perform that action at this time.
0 commit comments