-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #149 from Doprez/version-bumps
update nugets and add config for sdsl files
- Loading branch information
Showing
3 changed files
with
50 additions
and
30 deletions.
There are no files selected for viewing
44 changes: 19 additions & 25 deletions
44
src/Stride.CommunityToolkit.Skyboxes/Stride.CommunityToolkit.Skyboxes.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,20 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<AssemblyName>Stride.CommunityToolkit.Skyboxes</AssemblyName> | ||
<Title>Stride Community Toolkit - Skybox</Title> | ||
<Description>A specialized extension of the Stride Community Toolkit, providing easy-to-use skybox utilities for code-only Stride projects. Enhance your Stride scenes with dynamic skyboxes without needing additional assets or complex setup.</Description> | ||
</PropertyGroup> | ||
|
||
<Import Project="..\CommonSettings.props" /> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Stride.Engine" Version="4.2.0.2122" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Remove="Resources\skybox_texture_hdr.dds" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Content Include="Resources\skybox_texture_hdr.dds"> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
<PackageCopyToOutput>true</PackageCopyToOutput> | ||
</Content> | ||
</ItemGroup> | ||
|
||
</Project> | ||
<PropertyGroup> | ||
<AssemblyName>Stride.CommunityToolkit.Skyboxes</AssemblyName> | ||
<Title>Stride Community Toolkit - Skybox</Title> | ||
<Description>A specialized extension of the Stride Community Toolkit, providing easy-to-use skybox utilities for code-only Stride projects. Enhance your Stride scenes with dynamic skyboxes without needing additional assets or complex setup.</Description> | ||
</PropertyGroup> | ||
<Import Project="..\CommonSettings.props" /> | ||
<ItemGroup> | ||
<PackageReference Include="Stride.Engine" Version="4.2.0.2188" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Remove="Resources\skybox_texture_hdr.dds" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Content Include="Resources\skybox_texture_hdr.dds"> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
<PackageCopyToOutput>true</PackageCopyToOutput> | ||
</Content> | ||
</ItemGroup> | ||
</Project> |
2 changes: 1 addition & 1 deletion
2
src/Stride.CommunityToolkit/Rendering/DebugShapes/Effects/LinePrimitiveShader.sdsl.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters