We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 304beb4 commit ff7d1bdCopy full SHA for ff7d1bd
.gitignore
@@ -32,6 +32,7 @@ bld/
32
[Oo]ut/
33
[Ll]og/
34
[Ll]ogs/
35
+dist/
36
37
# Visual Studio 2015/2017 cache/options directory
38
.vs/
SWR_AP_Client/SWR_AP_Client.vcxproj
@@ -76,6 +76,9 @@
76
<GenerateDebugInformation>true</GenerateDebugInformation>
77
<EnableUAC>false</EnableUAC>
78
</Link>
79
+ <PostBuildEvent>
80
+ <Command>xcopy "$(TargetPath)" "$(SolutionDir)dist\$(ProjectName).asi*" /f /y </Command>
81
+ </PostBuildEvent>
82
</ItemDefinitionGroup>
83
<ItemGroup>
84
<ClInclude Include="Archipelago.h" />
0 commit comments