Skip to content

Commit

Permalink
Add CrashReport to Stride.Launcher.sln
Browse files Browse the repository at this point in the history
  • Loading branch information
Jklawreszuk committed May 22, 2024
1 parent 693352b commit 1b3a56d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/Stride.Launcher.sln
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Stride.Core.Packages", "..\
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Stride.Core.Presentation", "..\sources\presentation\Stride.Core.Presentation\Stride.Core.Presentation.csproj", "{0C63EF8B-26F9-4511-9FC5-7431DE9657D6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Stride.Editor.CrashReport", "..\sources\editor\Stride.Editor.CrashReport\Stride.Editor.CrashReport.csproj", "{B466FA50-9DC0-456A-94AF-358F5909F368}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
..\sources\assets\Stride.Core.Assets.Yaml\Stride.Core.Assets.Yaml.projitems*{0f8be30e-c41f-4747-b52b-d2d4e13ec6a2}*SharedItemsImports = 5
Expand Down Expand Up @@ -104,6 +106,10 @@ Global
{0C63EF8B-26F9-4511-9FC5-7431DE9657D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C63EF8B-26F9-4511-9FC5-7431DE9657D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C63EF8B-26F9-4511-9FC5-7431DE9657D6}.Release|Any CPU.Build.0 = Release|Any CPU
{B466FA50-9DC0-456A-94AF-358F5909F368}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B466FA50-9DC0-456A-94AF-358F5909F368}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B466FA50-9DC0-456A-94AF-358F5909F368}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B466FA50-9DC0-456A-94AF-358F5909F368}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 1b3a56d

Please sign in to comment.