Skip to content

Commit

Permalink
Added solution file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajith R committed Jan 15, 2021
1 parent f65f291 commit a7ea849
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions LazyLoadingRef/LazyLoadingRef.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30709.64
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LazyLoadingRef", "LazyLoadingRef.csproj", "{ACE72A04-0A35-4ECB-A236-2D70F5E25A06}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LazyLoadComponent", "..\LazyLoadComponent\LazyLoadComponent.csproj", "{ACD2CCF5-51DA-4C58-B2CE-2D28E265492B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ACE72A04-0A35-4ECB-A236-2D70F5E25A06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ACE72A04-0A35-4ECB-A236-2D70F5E25A06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ACE72A04-0A35-4ECB-A236-2D70F5E25A06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ACE72A04-0A35-4ECB-A236-2D70F5E25A06}.Release|Any CPU.Build.0 = Release|Any CPU
{ACD2CCF5-51DA-4C58-B2CE-2D28E265492B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ACD2CCF5-51DA-4C58-B2CE-2D28E265492B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ACD2CCF5-51DA-4C58-B2CE-2D28E265492B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ACD2CCF5-51DA-4C58-B2CE-2D28E265492B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2B7D35CE-9F68-4D58-9BBA-B7353B72FF1A}
EndGlobalSection
EndGlobal

0 comments on commit a7ea849

Please sign in to comment.