diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-12-02 20:48:00 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-12-02 20:48:00 -0500 |
commit | bf5a9b87627b04523c7885b503e85ca2021c63a3 (patch) | |
tree | 7dd0d2ab294dbce7711006a28400df1f6512d192 /src | |
parent | c10685b03574e967c1bf48aafc814f60196812ec (diff) | |
download | SMAPI-bf5a9b87627b04523c7885b503e85ca2021c63a3.tar.gz SMAPI-bf5a9b87627b04523c7885b503e85ca2021c63a3.tar.bz2 SMAPI-bf5a9b87627b04523c7885b503e85ca2021c63a3.zip |
switch to scripted release package process
Diffstat (limited to 'src')
-rw-r--r-- | src/SMAPI.Installer/SMAPI.Installer.csproj | 1 | ||||
-rw-r--r-- | src/SMAPI.sln | 6 |
2 files changed, 3 insertions, 4 deletions
diff --git a/src/SMAPI.Installer/SMAPI.Installer.csproj b/src/SMAPI.Installer/SMAPI.Installer.csproj index e3e01467..928e5c18 100644 --- a/src/SMAPI.Installer/SMAPI.Installer.csproj +++ b/src/SMAPI.Installer/SMAPI.Installer.csproj @@ -17,5 +17,4 @@ <Import Project="..\SMAPI.Internal\SMAPI.Internal.projitems" Label="Shared" /> <Import Project="..\..\build\common.targets" /> - <Import Project="..\..\build\prepare-install-package.targets" /> </Project> diff --git a/src/SMAPI.sln b/src/SMAPI.sln index 92c6cb24..9a42b9ff 100644 --- a/src/SMAPI.sln +++ b/src/SMAPI.sln @@ -1,7 +1,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.28729.10 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31912.275 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".root", ".root", "{86C452BE-D2D8-45B4-B63F-E329EB06CEDA}" ProjectSection(SolutionItems) = preProject @@ -28,7 +28,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{09CF91E5 ProjectSection(SolutionItems) = preProject ..\build\common.targets = ..\build\common.targets ..\build\find-game-folder.targets = ..\build\find-game-folder.targets - ..\build\prepare-install-package.targets = ..\build\prepare-install-package.targets + ..\build\prepare-install-package.sh = ..\build\prepare-install-package.sh EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{EB35A917-67B9-4EFA-8DFC-4FB49B3949BB}" |