Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions features.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Microsoft Visual Studio Solution File, Format Version 12.00
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't get checked in

# Visual Studio Version 17
VisualStudioVersion = 17.5.2.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dotnet", "dotnet.csproj", "{340C9E13-B09E-22CF-2266-9251BE79A212}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{340C9E13-B09E-22CF-2266-9251BE79A212}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{340C9E13-B09E-22CF-2266-9251BE79A212}.Debug|Any CPU.Build.0 = Debug|Any CPU
{340C9E13-B09E-22CF-2266-9251BE79A212}.Release|Any CPU.ActiveCfg = Release|Any CPU
{340C9E13-B09E-22CF-2266-9251BE79A212}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CB307DA6-3EC9-4BB6-AA55-D6C2845D13D3}
EndGlobalSection
EndGlobal
Loading
Loading