Skip to content

Commit 429a555

Browse files
data.json....
1 parent 413e8bb commit 429a555

File tree

3 files changed

+757
-3
lines changed

3 files changed

+757
-3
lines changed

PolsatLauncher-beta.sln

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.31727.386
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.5.33627.172
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PolsatLauncher-beta", "PolsatLauncher-beta\PolsatLauncher-beta.csproj", "{0AC2D3FD-EA48-4673-A37F-7CF4D0E02158}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PolsatLauncher-beta", "PolsatLauncher-beta\PolsatLauncher-beta.csproj", "{0AC2D3FD-EA48-4673-A37F-7CF4D0E02158}"
7+
EndProject
8+
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "PolsatLauncherSetup", "PolsatLauncherSetup\PolsatLauncherSetup.vdproj", "{3CC84FA7-6259-49BF-89A1-D54A387D0F11}"
79
EndProject
810
Global
911
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,6 +17,8 @@ Global
1517
{0AC2D3FD-EA48-4673-A37F-7CF4D0E02158}.Debug|Any CPU.Build.0 = Debug|Any CPU
1618
{0AC2D3FD-EA48-4673-A37F-7CF4D0E02158}.Release|Any CPU.ActiveCfg = Release|Any CPU
1719
{0AC2D3FD-EA48-4673-A37F-7CF4D0E02158}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{3CC84FA7-6259-49BF-89A1-D54A387D0F11}.Debug|Any CPU.ActiveCfg = Debug
21+
{3CC84FA7-6259-49BF-89A1-D54A387D0F11}.Release|Any CPU.ActiveCfg = Release
1822
EndGlobalSection
1923
GlobalSection(SolutionProperties) = preSolution
2024
HideSolutionNode = FALSE

PolsatLauncher-beta/Form1.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ private void LoadCurrentValues(object sender)
546546
catch
547547
{
548548
TextToLog("Brak zapisanych preferencji");
549+
File.Create("data.json");
549550
}
550551
}
551552

0 commit comments

Comments
 (0)