Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit b5f54aa

Browse files
committed
added beta config
1 parent 309f2c4 commit b5f54aa

File tree

3 files changed

+61
-4
lines changed

3 files changed

+61
-4
lines changed

global.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"sdk": {
3+
"version": "8.0.0",
4+
"rollForward": "latestMajor",
5+
"allowPrerelease": true
6+
}
7+
}

sakugramInstaller/sakugramInstaller.vdproj

+41-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,38 @@
2828
}
2929
"Configurations"
3030
{
31+
"Beta"
32+
{
33+
"DisplayName" = "8:Beta"
34+
"IsDebugOnly" = "11:FALSE"
35+
"IsReleaseOnly" = "11:FALSE"
36+
"OutputFilename" = "8:Beta\\sakugramInstaller.msi"
37+
"PackageFilesAs" = "3:2"
38+
"PackageFileSize" = "3:-2147483648"
39+
"CabType" = "3:1"
40+
"Compression" = "3:2"
41+
"SignOutput" = "11:FALSE"
42+
"CertificateFile" = "8:"
43+
"PrivateKeyFile" = "8:"
44+
"TimeStampServer" = "8:"
45+
"InstallerBootstrapper" = "3:2"
46+
"BootstrapperCfg:{63ACBE69-63AA-4F98-B2B6-99F9E24495F2}"
47+
{
48+
"Enabled" = "11:TRUE"
49+
"PromptEnabled" = "11:TRUE"
50+
"PrerequisitesLocation" = "2:1"
51+
"Url" = "8:"
52+
"ComponentsUrl" = "8:"
53+
"Items"
54+
{
55+
"{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:.NETFramework,Version=v4.7.2"
56+
{
57+
"Name" = "8:Microsoft .NET Framework 4.7.2 (x86 and x64)"
58+
"ProductCode" = "8:.NETFramework,Version=v4.7.2"
59+
}
60+
}
61+
}
62+
}
3163
"Debug"
3264
{
3365
"DisplayName" = "8:Debug"
@@ -50,6 +82,14 @@
5082
"PrerequisitesLocation" = "2:1"
5183
"Url" = "8:"
5284
"ComponentsUrl" = "8:"
85+
"Items"
86+
{
87+
"{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:.NETFramework,Version=v4.7.2"
88+
{
89+
"Name" = "8:Microsoft .NET Framework 4.7.2 (x86 and x64)"
90+
"ProductCode" = "8:.NETFramework,Version=v4.7.2"
91+
}
92+
}
5393
}
5494
}
5595
"Release"
@@ -712,7 +752,7 @@
712752
{
713753
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_804FA2CBD9BD4A6B9F6673C3D18A4D60"
714754
{
715-
"SourcePath" = "8:..\\sakuragram\\obj\\x64\\Release\\net8.0-windows10.0.26100.0\\apphost.exe"
755+
"SourcePath" = "8:..\\sakuragram\\obj\\x64\\Beta\\net8.0-windows10.0.26100.0\\apphost.exe"
716756
"TargetName" = "8:"
717757
"Tag" = "8:"
718758
"Folder" = "8:_7850184986EA4A85B4B3AFE518A6A173"

sakuragram.sln

+13-3
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,26 @@ Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "sakugramInstaller", "sakugr
99
EndProject
1010
Global
1111
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12+
Beta|x64 = Beta|x64
1213
Debug|x64 = Debug|x64
1314
Release|x64 = Release|x64
1415
EndGlobalSection
1516
GlobalSection(ProjectConfigurationPlatforms) = postSolution
17+
{7768C2E0-6568-4B3A-995C-FEFDC278FEB7}.Beta|x64.ActiveCfg = Beta|x64
18+
{7768C2E0-6568-4B3A-995C-FEFDC278FEB7}.Beta|x64.Build.0 = Beta|x64
19+
{7768C2E0-6568-4B3A-995C-FEFDC278FEB7}.Beta|x64.Deploy.0 = Beta|x64
1620
{7768C2E0-6568-4B3A-995C-FEFDC278FEB7}.Debug|x64.ActiveCfg = Debug|x64
1721
{7768C2E0-6568-4B3A-995C-FEFDC278FEB7}.Debug|x64.Build.0 = Debug|x64
1822
{7768C2E0-6568-4B3A-995C-FEFDC278FEB7}.Debug|x64.Deploy.0 = Debug|x64
19-
{7768C2E0-6568-4B3A-995C-FEFDC278FEB7}.Release|x64.ActiveCfg = Release|x64
20-
{7768C2E0-6568-4B3A-995C-FEFDC278FEB7}.Release|x64.Build.0 = Release|x64
21-
{7768C2E0-6568-4B3A-995C-FEFDC278FEB7}.Release|x64.Deploy.0 = Release|x64
23+
{7768C2E0-6568-4B3A-995C-FEFDC278FEB7}.Release|x64.ActiveCfg = Beta|x64
24+
{7768C2E0-6568-4B3A-995C-FEFDC278FEB7}.Release|x64.Build.0 = Beta|x64
25+
{7768C2E0-6568-4B3A-995C-FEFDC278FEB7}.Release|x64.Deploy.0 = Beta|x64
26+
{59F75A96-DA8C-4470-85CB-86A6D8529C1C}.Beta|x64.ActiveCfg = Beta
27+
{59F75A96-DA8C-4470-85CB-86A6D8529C1C}.Beta|x64.Build.0 = Beta
28+
{59F75A96-DA8C-4470-85CB-86A6D8529C1C}.Debug|x64.ActiveCfg = Debug
29+
{59F75A96-DA8C-4470-85CB-86A6D8529C1C}.Debug|x64.Build.0 = Debug
30+
{59F75A96-DA8C-4470-85CB-86A6D8529C1C}.Release|x64.ActiveCfg = Release
31+
{59F75A96-DA8C-4470-85CB-86A6D8529C1C}.Release|x64.Build.0 = Release
2232
EndGlobalSection
2333
GlobalSection(SolutionProperties) = preSolution
2434
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)