Skip to content

Commit

Permalink
project name updates & publish profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDanOak committed Apr 6, 2024
1 parent 7bdf9af commit bfb805e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<PublishDir>bin\Release\net7.0-windows\publish\win-x64-framework-dependant\</PublishDir>
<PublishDir>bin\Release\net8.0-windows\publish\win-x64-framework-dependant\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<_TargetId>Folder</_TargetId>
<TargetFramework>net7.0-windows</TargetFramework>
<TargetFramework>net8.0-windows8.0</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>false</SelfContained>
<PublishSingleFile>true</PublishSingleFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<PublishDir>bin\Release\net7.0-windows\publish\win-x64-self-contained\</PublishDir>
<PublishDir>bin\Release\net8.0-windows\publish\win-x64-self-contained\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<_TargetId>Folder</_TargetId>
<TargetFramework>net7.0-windows</TargetFramework>
<TargetFramework>net8.0-windows8.0</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>true</PublishSingleFile>
<PublishReadyToRun>false</PublishReadyToRun>
<PublishTrimmed>false</PublishTrimmed>
</PropertyGroup>
</Project>
14 changes: 11 additions & 3 deletions src/EndlessOnlinePatcherSetup/EndlessOnlinePatcherSetup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,22 @@
"PrerequisitesLocation" = "2:1"
"Url" = "8:"
"ComponentsUrl" = "8:"
"Items"
{
"{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:.NETFramework,Version=v4.7.2"
{
"Name" = "8:Microsoft .NET Framework 4.7.2 (x86 and x64)"
"ProductCode" = "8:.NETFramework,Version=v4.7.2"
}
}
}
}
"Release"
{
"DisplayName" = "8:Release"
"IsDebugOnly" = "11:FALSE"
"IsReleaseOnly" = "11:TRUE"
"OutputFilename" = "8:Release\\EndlessOnlinePatcherSetup.msi"
"OutputFilename" = "8:Release\\eopatcher.setup.msi"
"PackageFilesAs" = "3:2"
"PackageFileSize" = "3:-2147483648"
"CabType" = "3:1"
Expand Down Expand Up @@ -191,7 +199,7 @@
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Patcher"
"ProductCode" = "8:{0FD5FEAA-01CD-4C97-9339-8359AF559036}"
"PackageCode" = "8:{9C6E75BC-5415-4DCE-A0CB-AD28B5601308}"
"PackageCode" = "8:{A137E271-2470-41BE-8646-303DDC18C803}"
"UpgradeCode" = "8:{35729CFE-636D-4D0E-A5DE-A7377E56C445}"
"AspNetVersion" = "8:"
"RestartWWWService" = "11:FALSE"
Expand Down Expand Up @@ -740,7 +748,7 @@
{
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_0D5B3FF9D0A548E89444D5280D619588"
{
"SourcePath" = "8:..\\EndlessOnlinePatcher.Desktop\\obj\\Release\\net7.0-windows\\apphost.exe"
"SourcePath" = "8:..\\EndlessOnlinePatcher.Desktop\\obj\\Release\\net8.0-windows8.0\\apphost.exe"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_059A38FC8DBC4A81B8479739F12BCF88"
Expand Down

0 comments on commit bfb805e

Please sign in to comment.