Add missing RuntimeIdentifier

This commit is contained in:
Difegue 2022-04-25 14:52:31 +02:00
parent 8479fdcc70
commit cd5a73ad5a
4 changed files with 9 additions and 3 deletions

View File

@ -2,6 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net472</TargetFramework>
<RuntimeIdentifier>win7-x64</RuntimeIdentifier>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>
<PropertyGroup>

View File

@ -3,9 +3,13 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32407.343
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Karen", "Karen\Karen.csproj", "{F7F2AB44-366A-4787-B3C6-72DB7C790C8D}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Karen", "Karen\Karen.csproj", "{F7F2AB44-366A-4787-B3C6-72DB7C790C8D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Setup", "Setup\Setup.csproj", "{44555887-C439-470C-944D-8866EC3D7067}"
ProjectSection(ProjectDependencies) = postProject
{F7F2AB44-366A-4787-B3C6-72DB7C790C8D} = {F7F2AB44-366A-4787-B3C6-72DB7C790C8D}
{933922C3-71F8-42C2-9DBC-F795D042DE27} = {933922C3-71F8-42C2-9DBC-F795D042DE27}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "External", "External", "{5998DBD4-0DD2-4266-B33A-9A5F64197C1E}"
ProjectSection(SolutionItems) = preProject

View File

@ -2,6 +2,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net472</TargetFramework>
<RuntimeIdentifier>win7-x64</RuntimeIdentifier>
<UseWPF>true</UseWPF>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>

View File

@ -39,8 +39,8 @@ namespace Setup
var project = new Project("LANraragi",
new Dir(@"%AppData%\LANraragi",
new Files(@"..\Karen\bin\Release\net472\*.*"),
new Files(@"..\DistroInstaller\bin\Release\net472\*.*"),
new Files(@"..\Karen\bin\Release\net472\win7-x64\*.*"),
new Files(@"..\DistroInstaller\bin\Release\net472\win7-x64\*.*"),
new File(@"..\External\package.tar"),
uninstallerShortcut
),