/
krasninja
/
querycat
Обзор
Документация
Войти
/
krasninja
/
querycat
Код
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
src/QueryCat.Backend.AssemblyPlugins/QueryCat.Backend.AssemblyPlugins.csproj
34 строки
998 B
Ivan Kozhin
Move error messages to resources for AssemblyPlugins project
26 мар 2024, 06:09
26 мар 2024, 06:09
f96db6f
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net8.0</TargetFramework> <IsAotCompatible>false</IsAotCompatible> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\QueryCat.Backend.Core\QueryCat.Backend.Core.csproj" /> </ItemGroup> <ItemGroup> <PackageReference Update="StyleCop.Analyzers.Unstable" Version="1.2.0.556"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> </ItemGroup> <ItemGroup> <EmbeddedResource Update="Resources\Errors.resx"> <Generator>ResXFileCodeGenerator</Generator> <LastGenOutput>Errors.Designer.cs</LastGenOutput> </EmbeddedResource> </ItemGroup> <ItemGroup> <Compile Update="Resources\Errors.Designer.cs"> <DesignTime>True</DesignTime> <AutoGen>True</AutoGen> <DependentUpon>Errors.resx</DependentUpon> </Compile> </ItemGroup> </Project>