File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
RenderDocGen/RenderDocGen Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11<#
22. SYNOPSIS
3- Evergine bindings generator script, (c) 2022 Evergine Team
3+ Evergine bindings generator script, (c) 2025 Evergine Team
44. DESCRIPTION
55 This script generates RenderDoc bindings used in Evergine
66 It's meant to have the same behavior when executed locally as when it's executed in a CI pipeline.
Original file line number Diff line number Diff line change 11<#
22. SYNOPSIS
3- Evergine NuGet Packages generator script, (c) 2022 Evergine Team
3+ Evergine NuGet Packages generator script, (c) 2025 Evergine Team
44. DESCRIPTION
5- This script generates NuGet packages for the Mixed Reality Toolkit for Evergine
5+ This script generates NuGet packages for the RenderDoc for Evergine
66 It's meant to have the same behavior when executed locally as when it's executed in a CI pipeline.
77. EXAMPLE
88 <script> -revision 1
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ static void Main(string[] args)
3131 }
3232 else
3333 {
34- string outputPath = "..\\ ..\\ ..\\ ..\\ Evergine.Bindings.RenderDoc\\ Generated" ;
34+ string outputPath = "..\\ ..\\ ..\\ ..\\ .. \\ Evergine.Bindings.RenderDoc\\ Generated" ;
3535 CsCodeGenerator . Instance . Generate ( compilation , outputPath ) ;
3636 }
3737 }
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
55 <TargetFramework >net8.0</TargetFramework >
6+ <!-- Workaround for issue https://github.com/microsoft/ClangSharp/issues/129 -->
7+ <RuntimeIdentifier Condition =" '$(RuntimeIdentifier)' == '' AND '$(PackAsTool)' != 'true'" >$(NETCoreSdkRuntimeIdentifier)</RuntimeIdentifier >
68 </PropertyGroup >
79
810 <ItemGroup >
1618 </ItemGroup >
1719
1820 <ItemGroup >
19- <PackageReference Include =" CppAst" Version =" 0.7.3 " />
21+ <PackageReference Include =" CppAst" Version =" 0.21.1 " />
2022 </ItemGroup >
2123
2224</Project >
You can’t perform that action at this time.
0 commit comments