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