Skip to content

Commit

Permalink
Create Infisical.sln
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Jan 8, 2024
1 parent 4a94978 commit 274e9fa
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions languages/csharp/Infisical.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1

Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infisical.Sdk", "Infisical.Sdk\Infisical.Sdk.csproj", "{5F11012A-16F7-4668-BE54-9A1E7A4F7556}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infisical.Sdk.Samples", "Infisical.Sdk.Samples\Infisical.Sdk.Samples.csproj", "{FA15625F-16F7-4668-BE54-9A1E7A4F7556}"
EndProject

Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ED52A83E-F655-4FF4-B9DC-2A9F4A4148CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED52A83E-F655-4FF4-B9DC-2A9F4A4148CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED52A83E-F655-4FF4-B9DC-2A9F4A4148CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED52A83E-F655-4FF4-B9DC-2A9F4A4148CD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AD09DB44-F432-45AF-9EBE-B582A0C915B4} = {BD4F096C-6474-4C7A-9CBC-5478A5D17673}
{ED52A83E-F655-4FF4-B9DC-2A9F4A4148CD} = {AD09DB44-F432-45AF-9EBE-B582A0C915B4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D563646D-585D-4457-8499-04C46A90EF08}
EndGlobalSection
EndGlobal

0 comments on commit 274e9fa

Please sign in to comment.