Codegen in modidier support

This commit is contained in:
2026-01-29 23:15:39 +03:00
parent b4280cd06d
commit 84f9840024
17 changed files with 316 additions and 75 deletions
+14 -6
View File
@@ -17,10 +17,18 @@
<RepositoryUrl>https://github.com/YaslePoy/mROA</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>2.0.7</Version>
<Version>3.0.3</Version>
<PackageIcon>mroaLogo.png</PackageIcon>
</PropertyGroup>
<PropertyGroup>
<PackageLicenseFile>LICENSE-2.0.txt</PackageLicenseFile>
</PropertyGroup>
<ItemGroup>
<None Include="LICENSE-2.0.txt" Pack="true" PackagePath="$(PackageLicenseFile)"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4">
<PrivateAssets>all</PrivateAssets>
@@ -32,8 +40,8 @@
<ItemGroup>
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
<None Update="mroaLogo.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
@@ -49,9 +57,9 @@
<ItemGroup>
<None Remove="IndexProvider.cstmpl" />
<EmbeddedResource Include="IndexProvider.cstmpl" />
<None Remove="IndexProvider.cstmpl" />
<EmbeddedResource Include="IndexProvider.cstmpl" />
</ItemGroup>
</Project>
</Project>