Skip to content

Commit ff7d1bd

Browse files
committed
Copy to "dist" folder on build
1 parent 304beb4 commit ff7d1bd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ bld/
3232
[Oo]ut/
3333
[Ll]og/
3434
[Ll]ogs/
35+
dist/
3536

3637
# Visual Studio 2015/2017 cache/options directory
3738
.vs/

SWR_AP_Client/SWR_AP_Client.vcxproj

+3
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@
7676
<GenerateDebugInformation>true</GenerateDebugInformation>
7777
<EnableUAC>false</EnableUAC>
7878
</Link>
79+
<PostBuildEvent>
80+
<Command>xcopy "$(TargetPath)" "$(SolutionDir)dist\$(ProjectName).asi*" /f /y </Command>
81+
</PostBuildEvent>
7982
</ItemDefinitionGroup>
8083
<ItemGroup>
8184
<ClInclude Include="Archipelago.h" />

0 commit comments

Comments
 (0)