forked from KlappPc/ASFui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package update to fix and change to VS 2019 build (hopefully still wo…
…rks in VS 2017); build as 64-bit
- Loading branch information
Showing
9 changed files
with
1,233 additions
and
529 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,22 +1,25 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 14 | ||
VisualStudioVersion = 14.0.25123.0 | ||
# Visual Studio Version 16 | ||
VisualStudioVersion = 16.0.28922.388 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ASFui", "ASFui\ASFui.csproj", "{B544FAA8-679B-45AD-8EC8-5182F9807797}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
Debug|x64 = Debug|x64 | ||
Release|x64 = Release|x64 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{B544FAA8-679B-45AD-8EC8-5182F9807797}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{B544FAA8-679B-45AD-8EC8-5182F9807797}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{B544FAA8-679B-45AD-8EC8-5182F9807797}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{B544FAA8-679B-45AD-8EC8-5182F9807797}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{B544FAA8-679B-45AD-8EC8-5182F9807797}.Debug|x64.ActiveCfg = Debug|x64 | ||
{B544FAA8-679B-45AD-8EC8-5182F9807797}.Debug|x64.Build.0 = Debug|x64 | ||
{B544FAA8-679B-45AD-8EC8-5182F9807797}.Release|x64.ActiveCfg = Release|x64 | ||
{B544FAA8-679B-45AD-8EC8-5182F9807797}.Release|x64.Build.0 = Release|x64 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {57286686-FECA-4251-8DD4-0CCCFF7FA4DB} | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Weavers> | ||
<Costura/> | ||
|
||
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd"> | ||
<Costura /> | ||
</Weavers> |
Oops, something went wrong.