mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 09:50:43 -05:00
default to release build, resolve issues with build script, works with VS, VSC, Rider, CLI
This commit is contained in:
parent
c7bc0b0514
commit
a798508ed1
@ -22,6 +22,7 @@
|
|||||||
<ProjectReference Include="..\Aki.Reflection\Aki.Reflection.csproj" />
|
<ProjectReference Include="..\Aki.Reflection\Aki.Reflection.csproj" />
|
||||||
<ProjectReference Include="..\Aki.PrePatch\Aki.PrePatch.csproj" />
|
<ProjectReference Include="..\Aki.PrePatch\Aki.PrePatch.csproj" />
|
||||||
<ProjectReference Include="..\Aki.Debugging\Aki.Debugging.csproj" />
|
<ProjectReference Include="..\Aki.Debugging\Aki.Debugging.csproj" />
|
||||||
|
<ProjectReference Include="..\Aki.SinglePlayer\Aki.SinglePlayer.csproj" />
|
||||||
<ProjectReference Include="..\Aki.Custom\Aki.Custom.csproj" />
|
<ProjectReference Include="..\Aki.Custom\Aki.Custom.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
@ -21,7 +21,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aki.PrePatch", "Aki.PrePatc
|
|||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|Any CPU = Debug|Any CPU
|
|
||||||
Release|Any CPU = Release|Any CPU
|
Release|Any CPU = Release|Any CPU
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
Loading…
x
Reference in New Issue
Block a user