Skip to content

Commit

Permalink
fix(templates): resolve missing winExe project in solution of generat…
Browse files Browse the repository at this point in the history
…ed project #6322 (#6323)
  • Loading branch information
ysmoradi authored Dec 15, 2023
1 parent ac08311 commit 1ce0df6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Templates/Boilerplate/Bit.Boilerplate/Boilerplate.sln
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{
EndProjectSection
EndProject
#endif
#if (winExe == "true")
#if (winExe == true)
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Boilerplate.Client.WinExe", "src\Client\Boilerplate.Client.WinExe\Boilerplate.Client.WinExe.csproj", "{E3CB3C34-F5DE-4A96-B552-7D52BCAD1E1F}"
EndProject
#endif
Expand Down Expand Up @@ -80,7 +80,7 @@ Global
{22816913-64D5-4AE8-9B34-6F188B71FAD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22816913-64D5-4AE8-9B34-6F188B71FAD1}.Release|Any CPU.Build.0 = Release|Any CPU
{22816913-64D5-4AE8-9B34-6F188B71FAD1}.Release|Any CPU.Deploy.0 = Release|Any CPU
#if (winExe == "true")
#if (winExe == true)
{E3CB3C34-F5DE-4A96-B552-7D52BCAD1E1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3CB3C34-F5DE-4A96-B552-7D52BCAD1E1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3CB3C34-F5DE-4A96-B552-7D52BCAD1E1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand All @@ -101,7 +101,7 @@ Global
{3E577755-186F-4E63-8153-B8DE890015C9} = {5CF43F76-BB71-4B5B-B4DF-1C753E042A8F}
{2347E3B2-FDDE-427E-A0AE-E4DCD47C2989} = {3E577755-186F-4E63-8153-B8DE890015C9}
#endif
#if (winExe == "true")
#if (winExe == true)
{E3CB3C34-F5DE-4A96-B552-7D52BCAD1E1F} = {248D8229-BABD-4F0A-A9C6-0417B464507B}
#endif
EndGlobalSection
Expand Down

0 comments on commit 1ce0df6

Please sign in to comment.