mirror of
https://github.com/ncblakely/GiantsTools
synced 2024-11-21 13:45:37 +01:00
Merge pull request #17 from ncblakely/users/tos/execonfigcopy
Copy Giants.exe.config to image directory.
This commit is contained in:
commit
a0e81ce824
@ -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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user