Merge pull request #17 from ncblakely/users/tos/execonfigcopy

Copy Giants.exe.config to image directory.
This commit is contained in:
ncblakely 2022-09-11 18:10:27 -07:00 committed by GitHub
commit a0e81ce824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

View File

@ -187,6 +187,7 @@
<Copy Condition="$(GameImagePath) != ''" SourceFiles="$(TargetPath)" DestinationFolder="$(GameImagePath)" SkipUnchangedFiles="true" />
<Copy Condition="$(GameImagePath) != ''" SourceFiles="@(ReferenceCopyLocalPaths)" DestinationFolder="$(GameImagePath)" SkipUnchangedFiles="true" />
<Copy Condition="$(GameImagePath) != ''" SourceFiles="@(_ThisProjectItemsToCopyToOutputDirectory)" DestinationFolder="$(GameImagePath)" SkipUnchangedFiles="true" />
<Copy Condition="$(GameImagePath) != ''" SourceFiles="@(AppConfigWithTargetPath)" DestinationFiles="@(AppConfigWithTargetPath->'$(GameImagePath)\%(TargetPath)')" SkipUnchangedFiles="true" />
<CallTarget Condition="$(GIANTS_PATH) != ''" Targets="CopyTargetToGameFolder" />
</Target>
</Project>

View File

@ -29,6 +29,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ServerConsole", "ServerCons
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NavMeshGenerator", "NavMeshGenerator\NavMeshGenerator.vcxproj", "{CA9C0938-3ADA-4C73-A89A-E9447ABCE101}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Giants.WebApi.Tests", "Giants.WebApi.Tests\Giants.WebApi.Tests.csproj", "{E9D17ABA-9160-45F7-AE94-52487A879E35}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@ -133,6 +135,14 @@ Global
{CA9C0938-3ADA-4C73-A89A-E9447ABCE101}.Release|Any CPU.Build.0 = Release|Win32
{CA9C0938-3ADA-4C73-A89A-E9447ABCE101}.Release|x86.ActiveCfg = Release|Win32
{CA9C0938-3ADA-4C73-A89A-E9447ABCE101}.Release|x86.Build.0 = Release|Win32
{E9D17ABA-9160-45F7-AE94-52487A879E35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9D17ABA-9160-45F7-AE94-52487A879E35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9D17ABA-9160-45F7-AE94-52487A879E35}.Debug|x86.ActiveCfg = Debug|Any CPU
{E9D17ABA-9160-45F7-AE94-52487A879E35}.Debug|x86.Build.0 = Debug|Any CPU
{E9D17ABA-9160-45F7-AE94-52487A879E35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9D17ABA-9160-45F7-AE94-52487A879E35}.Release|Any CPU.Build.0 = Release|Any CPU
{E9D17ABA-9160-45F7-AE94-52487A879E35}.Release|x86.ActiveCfg = Release|Any CPU
{E9D17ABA-9160-45F7-AE94-52487A879E35}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE