|
439 | 439 | <ClInclude Include="Resources\Misc\Templates\Template_Generic.sp" /> |
440 | 440 | <ClInclude Include="Resources\Misc\Templates\Template_TF2.sp" /> |
441 | 441 | <Content Include="Deploy\nsis-plugins\DotNetChecker.dll" /> |
| 442 | + <Content Include="Resources\License.txt" /> |
442 | 443 | <Content Include="Resources\Misc\Configurations\sm_1_10_0_6509\include\admin.inc" /> |
443 | 444 | <Content Include="Resources\Misc\Configurations\sm_1_10_0_6509\include\adminmenu.inc" /> |
444 | 445 | <Content Include="Resources\Misc\Configurations\sm_1_10_0_6509\include\adt.inc" /> |
|
567 | 568 | </PreBuildEvent> |
568 | 569 | </PropertyGroup> |
569 | 570 | <PropertyGroup> |
570 | | - <PostBuildEvent> |
571 | | - md ".\sourcepawn" |
572 | | - md ".\sourcepawn\templates" |
573 | | - md ".\sourcepawn\configs" |
574 | | - md ".\sourcepawn\temp" |
575 | | - md ".\sourcepawn\errorfiles" |
576 | | - md ".\nsis-plugins" |
577 | | - md ".\lysis" |
578 | | - C:\Windows\system32\xcopy ".\..\..\Resources\Misc\Templates\*.*" ".\sourcepawn\templates\*.*" /e /y /q |
579 | | - C:\Windows\system32\xcopy ".\..\..\Resources\Misc\Configurations" ".\sourcepawn\configs" /e /y /q /d |
580 | | - C:\Windows\system32\xcopy ".\..\..\Resources\Misc\Lysis\*.*" ".\lysis" /e /y /q |
581 | | - copy ".\..\..\Resources\Translations\lang_0_spcode.xml" ".\lang_0_spcode.xml" /y |
582 | | - copy ".\..\..\Deploy\SPCode.nsi" ".\SPCode.nsi" /y |
583 | | - copy ".\..\..\Deploy\Compress.ps1" ".\Compress.ps1" /y |
584 | | - copy ".\..\..\Deploy\DotNetChecker.nsh" ".\DotNetChecker.nsh" /y |
585 | | - copy ".\..\..\Deploy\FileAssociation.nsh" ".\FileAssociation.nsh" /y |
586 | | - copy ".\..\..\Deploy\GPLv3.txt" ".\GPLv3.txt" /y |
587 | | - copy ".\..\..\Deploy\icon.ico" ".\icon.ico" /y |
588 | | - copy ".\..\..\Deploy\nsis-plugins\DotNetChecker.dll" ".\nsis-plugins\DotNetChecker.dll" /y |
589 | | - </PostBuildEvent> |
| 571 | + <PostBuildEvent>md ".\sourcepawn" |
| 572 | +md ".\sourcepawn\templates" |
| 573 | +md ".\sourcepawn\configs" |
| 574 | +md ".\sourcepawn\temp" |
| 575 | +md ".\sourcepawn\errorfiles" |
| 576 | +md ".\nsis-plugins" |
| 577 | +md ".\lysis" |
| 578 | +C:\Windows\system32\xcopy ".\..\..\Resources\Misc\Templates\*.*" ".\sourcepawn\templates\*.*" /e /y /q |
| 579 | +C:\Windows\system32\xcopy ".\..\..\Resources\Misc\Configurations" ".\sourcepawn\configs" /e /y /q /d |
| 580 | +C:\Windows\system32\xcopy ".\..\..\Resources\Misc\Lysis\*.*" ".\lysis" /e /y /q |
| 581 | +copy ".\..\..\Resources\Translations\lang_0_spcode.xml" ".\lang_0_spcode.xml" /y |
| 582 | +copy ".\..\..\Resources\License.txt" ".\License.txt" /y |
| 583 | +copy ".\..\..\Deploy\SPCode.nsi" ".\SPCode.nsi" /y |
| 584 | +copy ".\..\..\Deploy\Compress.ps1" ".\Compress.ps1" /y |
| 585 | +copy ".\..\..\Deploy\DotNetChecker.nsh" ".\DotNetChecker.nsh" /y |
| 586 | +copy ".\..\..\Deploy\FileAssociation.nsh" ".\FileAssociation.nsh" /y |
| 587 | +copy ".\..\..\Deploy\GPLv3.txt" ".\GPLv3.txt" /y |
| 588 | +copy ".\..\..\Deploy\icon.ico" ".\icon.ico" /y |
| 589 | +copy ".\..\..\Deploy\nsis-plugins\DotNetChecker.dll" ".\nsis-plugins\DotNetChecker.dll" /y</PostBuildEvent> |
590 | 590 | </PropertyGroup> |
591 | 591 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
592 | 592 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments