mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 08:36:29 +00:00
add loaderconfig
This commit is contained in:
@@ -22,3 +22,4 @@ Azaion*.bin
|
||||
azaion\.*\.big
|
||||
_internal
|
||||
*.spec
|
||||
dist
|
||||
@@ -24,7 +24,9 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Remove="loaderconfig.json" />
|
||||
<Content Include="loaderconfig.json">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"DirectoriesConfig":
|
||||
{
|
||||
"SuiteInstallerDirectory": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user