-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch directly instead of using MSDelta, to support various language …
…versions of ILPack.dpl. Improve error reporting and fix a few minor issues with it. Switch to VS 2019 with XP toolset.
- Loading branch information
Showing
9 changed files
with
389 additions
and
356 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 |
---|---|---|
|
@@ -258,4 +258,5 @@ paket-files/ | |
|
||
# Python Tools for Visual Studio (PTVS) | ||
__pycache__/ | ||
*.pyc | ||
*.pyc | ||
/source.zip |
Binary file not shown.
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,25 +1,25 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 15 | ||
VisualStudioVersion = 15.0.26430.6 | ||
# Visual Studio Version 16 | ||
VisualStudioVersion = 16.0.29519.161 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "aow-patch", "aow-patch.vcxproj", "{294EF181-9DEA-440E-93D4-FCB2D6569A1A}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|x86 = Debug|x86 | ||
Debug-BDIFF|x86 = Debug-BDIFF|x86 | ||
Release|x86 = Release|x86 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{294EF181-9DEA-440E-93D4-FCB2D6569A1A}.Debug|x86.ActiveCfg = Debug|Win32 | ||
{294EF181-9DEA-440E-93D4-FCB2D6569A1A}.Debug|x86.Build.0 = Debug|Win32 | ||
{294EF181-9DEA-440E-93D4-FCB2D6569A1A}.Debug-BDIFF|x86.ActiveCfg = Debug-BDIFF|Win32 | ||
{294EF181-9DEA-440E-93D4-FCB2D6569A1A}.Debug-BDIFF|x86.Build.0 = Debug-BDIFF|Win32 | ||
{294EF181-9DEA-440E-93D4-FCB2D6569A1A}.Release|x86.ActiveCfg = Release|Win32 | ||
{294EF181-9DEA-440E-93D4-FCB2D6569A1A}.Release|x86.Build.0 = Release|Win32 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {78D34258-78A7-4EE9-9091-FEE81A1CB861} | ||
EndGlobalSection | ||
EndGlobal |
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
Oops, something went wrong.