Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Project location corrected #162

Merged
merged 2 commits into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Stride.CommunityToolkit.sln
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Easing_Example01", "example
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Physics_Example001", "examples\snippets\Physics_Example001\Physics_Example001.csproj", "{DE8458AC-2F74-428E-808F-C39EA986D110}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example09_Renderer", "examples\code-only\Example.Common\Example09_Renderer\Example09_Renderer.csproj", "{B9C1753B-2F47-4360-807B-3E7CC7838D4C}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example09_Renderer", "examples\code-only\Example09_Renderer\Example09_Renderer.csproj", "{5996C17E-629C-4F58-88F9-494559EB4FBF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -170,10 +170,10 @@ Global
{DE8458AC-2F74-428E-808F-C39EA986D110}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE8458AC-2F74-428E-808F-C39EA986D110}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE8458AC-2F74-428E-808F-C39EA986D110}.Release|Any CPU.Build.0 = Release|Any CPU
{B9C1753B-2F47-4360-807B-3E7CC7838D4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9C1753B-2F47-4360-807B-3E7CC7838D4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9C1753B-2F47-4360-807B-3E7CC7838D4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9C1753B-2F47-4360-807B-3E7CC7838D4C}.Release|Any CPU.Build.0 = Release|Any CPU
{5996C17E-629C-4F58-88F9-494559EB4FBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5996C17E-629C-4F58-88F9-494559EB4FBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5996C17E-629C-4F58-88F9-494559EB4FBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5996C17E-629C-4F58-88F9-494559EB4FBF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -197,7 +197,7 @@ Global
{6EC38B10-2FCB-48B1-A583-91FDD7C9A104} = {A9C673A6-1426-40DD-A060-B0749261DB7C}
{991716B1-BECA-4D4F-9438-1CC1686962AC} = {A9C673A6-1426-40DD-A060-B0749261DB7C}
{DE8458AC-2F74-428E-808F-C39EA986D110} = {A9C673A6-1426-40DD-A060-B0749261DB7C}
{B9C1753B-2F47-4360-807B-3E7CC7838D4C} = {30457B66-9E10-4290-9744-D0079DE0448B}
{5996C17E-629C-4F58-88F9-494559EB4FBF} = {30457B66-9E10-4290-9744-D0079DE0448B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C7A8C18E-C1F5-492F-8173-51EC9495B78C}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\..\src\Stride.CommunityToolkit.Skyboxes\Stride.CommunityToolkit.Skyboxes.csproj" />
<ProjectReference Include="..\..\..\..\src\Stride.CommunityToolkit.Windows\Stride.CommunityToolkit.Windows.csproj" />
<ProjectReference Include="..\..\..\src\Stride.CommunityToolkit.Skyboxes\Stride.CommunityToolkit.Skyboxes.csproj" />
<ProjectReference Include="..\..\..\src\Stride.CommunityToolkit.Windows\Stride.CommunityToolkit.Windows.csproj" />
</ItemGroup>

</Project>