1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-18 05:22:42 +01:00

Update msbuild proj documentation

[ci skip]
This commit is contained in:
Ted John
2016-08-26 00:03:52 +01:00
parent ea2e5f3273
commit f416da96f4

View File

@@ -1,12 +1,13 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- Main msbuild project for OpenRCT2 --> <!-- Main msbuild project for OpenRCT2 -->
<!-- Inputs <!-- Inputs (/p: or environment variables)
- BUILD_SERVER - OPENRCT2_BUILD_SERVER
- GIT_TAG - GIT_TAG
- GIT_BRANCH - GIT_BRANCH
- GIT_COMMIT_SHA1 - GIT_COMMIT_SHA1
- SIGN_PASSWORD - SIGN_PASSWORD
- OPENRCT2_ORG_TOKEN - OPENRCT2_ORG_TOKEN
- NO_NSIS: set to true to prevent the NSIS installer building
--> -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="All"> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="All">
<!-- Import custom build tasks --> <!-- Import custom build tasks -->