-
-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from momentum-mod/vpcfix
VPC update and fixes
- Loading branch information
Showing
3 changed files
with
37 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
@echo off | ||
devtools\bin\vpc.exe /momentum +game /mksln momentum.sln | ||
devtools\bin\vpc.exe /momentum +game /mksln momentum.sln /f | ||
copy momentum.sln+sln_fix.txt momentum.sln | ||
Powershell.exe -ExecutionPolicy Bypass -File creategameprojects.ps1 | ||
PAUSE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,35 @@ | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Release|Win32 = Release|Win32 | ||
Debug|Win32 = Debug|Win32 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{947672D2-B6A5-E4B5-66F9-94050ADEBFA3}.Release|Win32.ActiveCfg = Release|Win32 | ||
{947672D2-B6A5-E4B5-66F9-94050ADEBFA3}.Release|Win32.Build.0 = Release|Win32 | ||
{947672D2-B6A5-E4B5-66F9-94050ADEBFA3}.Debug|Win32.Build.1 = Debug|Win32 | ||
{BAB92FF0-D72A-D7E5-1988-74628D39B94F}.Release|Win32.ActiveCfg = Release|Win32 | ||
{BAB92FF0-D72A-D7E5-1988-74628D39B94F}.Release|Win32.Build.0 = Release|Win32 | ||
{BAB92FF0-D72A-D7E5-1988-74628D39B94F}.Debug|Win32.Build.1 = Debug|Win32 | ||
{95D67225-8415-236F-9128-DCB171B7DEC6}.Release|Win32.ActiveCfg = Release|Win32 | ||
{95D67225-8415-236F-9128-DCB171B7DEC6}.Release|Win32.Build.0 = Release|Win32 | ||
{95D67225-8415-236F-9128-DCB171B7DEC6}.Debug|Win32.Build.1 = Debug|Win32 | ||
{575631E0-3C7A-F6D5-5706-149FD39AE196}.Release|Win32.ActiveCfg = Release|Win32 | ||
{575631E0-3C7A-F6D5-5706-149FD39AE196}.Release|Win32.Build.0 = Release|Win32 | ||
{575631E0-3C7A-F6D5-5706-149FD39AE196}.Debug|Win32.Build.1 = Debug|Win32 | ||
{EC1C516D-E1D9-BC0A-F79D-E91E954ED8EC}.Release|Win32.ActiveCfg = Release|Win32 | ||
{EC1C516D-E1D9-BC0A-F79D-E91E954ED8EC}.Release|Win32.Build.0 = Release|Win32 | ||
{EC1C516D-E1D9-BC0A-F79D-E91E954ED8EC}.Debug|Win32.Build.1 = Debug|Win32 | ||
{F69B3672-C5E8-CD1A-257F-253A25B5B939}.Release|Win32.ActiveCfg = Release|Win32 | ||
{F69B3672-C5E8-CD1A-257F-253A25B5B939}.Release|Win32.Build.0 = Release|Win32 | ||
{F69B3672-C5E8-CD1A-257F-253A25B5B939}.Debug|Win32.Build.1 = Debug|Win32 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Win32 = Debug|Win32 | ||
Release|Win32 = Release|Win32 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{947672D2-B6A5-E4B5-66F9-94050ADEBFA3}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{947672D2-B6A5-E4B5-66F9-94050ADEBFA3}.Debug|Win32.Build.0 = Debug|Win32 | ||
{947672D2-B6A5-E4B5-66F9-94050ADEBFA3}.Release|Win32.ActiveCfg = Release|Win32 | ||
{947672D2-B6A5-E4B5-66F9-94050ADEBFA3}.Release|Win32.Build.0 = Release|Win32 | ||
{BAB92FF0-D72A-D7E5-1988-74628D39B94F}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{BAB92FF0-D72A-D7E5-1988-74628D39B94F}.Debug|Win32.Build.0 = Debug|Win32 | ||
{BAB92FF0-D72A-D7E5-1988-74628D39B94F}.Release|Win32.ActiveCfg = Release|Win32 | ||
{BAB92FF0-D72A-D7E5-1988-74628D39B94F}.Release|Win32.Build.0 = Release|Win32 | ||
{95D67225-8415-236F-9128-DCB171B7DEC6}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{95D67225-8415-236F-9128-DCB171B7DEC6}.Debug|Win32.Build.0 = Debug|Win32 | ||
{95D67225-8415-236F-9128-DCB171B7DEC6}.Release|Win32.ActiveCfg = Release|Win32 | ||
{95D67225-8415-236F-9128-DCB171B7DEC6}.Release|Win32.Build.0 = Release|Win32 | ||
{575631E0-3C7A-F6D5-5706-149FD39AE196}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{575631E0-3C7A-F6D5-5706-149FD39AE196}.Debug|Win32.Build.0 = Debug|Win32 | ||
{575631E0-3C7A-F6D5-5706-149FD39AE196}.Release|Win32.ActiveCfg = Release|Win32 | ||
{575631E0-3C7A-F6D5-5706-149FD39AE196}.Release|Win32.Build.0 = Release|Win32 | ||
{EC1C516D-E1D9-BC0A-F79D-E91E954ED8EC}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{EC1C516D-E1D9-BC0A-F79D-E91E954ED8EC}.Debug|Win32.Build.0 = Debug|Win32 | ||
{EC1C516D-E1D9-BC0A-F79D-E91E954ED8EC}.Release|Win32.ActiveCfg = Release|Win32 | ||
{EC1C516D-E1D9-BC0A-F79D-E91E954ED8EC}.Release|Win32.Build.0 = Release|Win32 | ||
{F69B3672-C5E8-CD1A-257F-253A25B5B939}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{F69B3672-C5E8-CD1A-257F-253A25B5B939}.Debug|Win32.Build.0 = Debug|Win32 | ||
{F69B3672-C5E8-CD1A-257F-253A25B5B939}.Release|Win32.ActiveCfg = Release|Win32 | ||
{F69B3672-C5E8-CD1A-257F-253A25B5B939}.Release|Win32.Build.0 = Release|Win32 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal |