-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathArrayExtensions.sln
37 lines (37 loc) · 1.93 KB
/
ArrayExtensions.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34024.191
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArrayExtensions", "src\ArrayExtensions\ArrayExtensions.csproj", "{13EF065E-20CF-464B-982B-BFF01A4D8450}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArrayExtensions.Tests", "src\ArrayExtensions.Tests\ArrayExtensions.Tests.csproj", "{A8B2FFCD-8B2B-4A57-875F-52BD04700EE3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3C565B3F-A5CB-4F25-88D9-82048D0C73F8}"
ProjectSection(SolutionItems) = preProject
src\ArrayExtensions\LICENSE.txt = src\ArrayExtensions\LICENSE.txt
src\ArrayExtensions\README.md = src\ArrayExtensions\README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{13EF065E-20CF-464B-982B-BFF01A4D8450}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13EF065E-20CF-464B-982B-BFF01A4D8450}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13EF065E-20CF-464B-982B-BFF01A4D8450}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13EF065E-20CF-464B-982B-BFF01A4D8450}.Release|Any CPU.Build.0 = Release|Any CPU
{A8B2FFCD-8B2B-4A57-875F-52BD04700EE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8B2FFCD-8B2B-4A57-875F-52BD04700EE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8B2FFCD-8B2B-4A57-875F-52BD04700EE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8B2FFCD-8B2B-4A57-875F-52BD04700EE3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EFC215B8-DDEE-4785-BF6A-C19C030E50CE}
EndGlobalSection
EndGlobal