mirror of
https://github.com/ckaczor/ChrisKaczor.MinifluxClient.git
synced 2026-04-01 05:20:29 -04:00
Initial commit
This commit is contained in:
38
MinifluxClient.sln
Normal file
38
MinifluxClient.sln
Normal file
@@ -0,0 +1,38 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 18
|
||||
VisualStudioVersion = 18.0.11018.127
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MinifluxClient", "Library\MinifluxClient.csproj", "{85FE0D62-97D7-43DD-AC1B-F596762D0E33}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{206AEC91-0AFD-4E4B-AB88-853599C08D86}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{19E773CA-D190-46D9-8B87-05DB359562FC}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
azure-pipelines.yml = azure-pipelines.yml
|
||||
LICENSE = LICENSE
|
||||
README.md = README.md
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{85FE0D62-97D7-43DD-AC1B-F596762D0E33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{85FE0D62-97D7-43DD-AC1B-F596762D0E33}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{85FE0D62-97D7-43DD-AC1B-F596762D0E33}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{85FE0D62-97D7-43DD-AC1B-F596762D0E33}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{206AEC91-0AFD-4E4B-AB88-853599C08D86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{206AEC91-0AFD-4E4B-AB88-853599C08D86}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{206AEC91-0AFD-4E4B-AB88-853599C08D86}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{206AEC91-0AFD-4E4B-AB88-853599C08D86}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {F01F2A17-ECF5-4F99-A61E-633332945FB2}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Reference in New Issue
Block a user