Skip to content

Commit 3ddd8ef

Browse files
committed
Add lazer licence
1 parent 293d567 commit 3ddd8ef

3 files changed

Lines changed: 34 additions & 1 deletion

File tree

LazerFilesViewer.sln

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,30 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.5.33516.290
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LazerFilesViewer", "LazerFilesViewer\LazerFilesViewer.csproj", "{95767E57-59E8-4D17-8E3E-C358F42B9A63}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LazerFilesViewer", "LazerFilesViewer\LazerFilesViewer.csproj", "{95767E57-59E8-4D17-8E3E-C358F42B9A63}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1010
Debug|Any CPU = Debug|Any CPU
11+
Debug|x64 = Debug|x64
12+
Debug|x86 = Debug|x86
1113
Release|Any CPU = Release|Any CPU
14+
Release|x64 = Release|x64
15+
Release|x86 = Release|x86
1216
EndGlobalSection
1317
GlobalSection(ProjectConfigurationPlatforms) = postSolution
1418
{95767E57-59E8-4D17-8E3E-C358F42B9A63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1519
{95767E57-59E8-4D17-8E3E-C358F42B9A63}.Debug|Any CPU.Build.0 = Debug|Any CPU
20+
{95767E57-59E8-4D17-8E3E-C358F42B9A63}.Debug|x64.ActiveCfg = Debug|x64
21+
{95767E57-59E8-4D17-8E3E-C358F42B9A63}.Debug|x64.Build.0 = Debug|x64
22+
{95767E57-59E8-4D17-8E3E-C358F42B9A63}.Debug|x86.ActiveCfg = Debug|x86
23+
{95767E57-59E8-4D17-8E3E-C358F42B9A63}.Debug|x86.Build.0 = Debug|x86
1624
{95767E57-59E8-4D17-8E3E-C358F42B9A63}.Release|Any CPU.ActiveCfg = Release|Any CPU
1725
{95767E57-59E8-4D17-8E3E-C358F42B9A63}.Release|Any CPU.Build.0 = Release|Any CPU
26+
{95767E57-59E8-4D17-8E3E-C358F42B9A63}.Release|x64.ActiveCfg = Release|x64
27+
{95767E57-59E8-4D17-8E3E-C358F42B9A63}.Release|x64.Build.0 = Release|x64
28+
{95767E57-59E8-4D17-8E3E-C358F42B9A63}.Release|x86.ActiveCfg = Release|x86
29+
{95767E57-59E8-4D17-8E3E-C358F42B9A63}.Release|x86.Build.0 = Release|x86
1830
EndGlobalSection
1931
GlobalSection(SolutionProperties) = preSolution
2032
HideSolutionNode = FALSE

LazerFilesViewer/LazerFilesViewer.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<Nullable>enable</Nullable>
77
<UseWindowsForms>true</UseWindowsForms>
88
<ImplicitUsings>enable</ImplicitUsings>
9+
<Configurations>Debug;Release;Release(x86);Release(x64)</Configurations>
10+
<Platforms>AnyCPU;x86;x64</Platforms>
911
</PropertyGroup>
1012

1113
<ItemGroup>

LazerFilesViewer/Osu.Game/LICENCE

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Copyright (c) 2024 ppy Pty Ltd <contact@ppy.sh>.
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is
8+
furnished to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in
11+
all copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19+
THE SOFTWARE.

0 commit comments

Comments
 (0)