mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-15 20:57:26 +08:00
[+] Generate example config via attributes
This commit is contained in:
@@ -287,8 +287,6 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="AquaMai.zh.toml" WithCulture="false" />
|
||||
<EmbeddedResource Include="AquaMai.toml" />
|
||||
<EmbeddedResource Include="Resources\Locale.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Locale.Designer.cs</LastGenOutput>
|
||||
@@ -313,4 +311,10 @@
|
||||
<PackageReference Include="Samboy063.Tomlet" Version="5.4.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Update="genConfig.csx">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user