Skip to content

Commit

Permalink
Create FlatpakGenerator.sln
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Sep 21, 2023
1 parent be9ea41 commit 25775eb
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions FlatpakGenerator.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nickvision.FlatpakGenerator", "Nickvision.FlatpakGenerator\Nickvision.FlatpakGenerator.csproj", "{18AD15B2-655A-43C2-86BD-91544BB4FA58}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{18AD15B2-655A-43C2-86BD-91544BB4FA58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18AD15B2-655A-43C2-86BD-91544BB4FA58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18AD15B2-655A-43C2-86BD-91544BB4FA58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18AD15B2-655A-43C2-86BD-91544BB4FA58}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {615BAEEF-8E1A-4E40-995B-CFF0101BA5C0}
EndGlobalSection
EndGlobal

0 comments on commit 25775eb

Please sign in to comment.