forked from versionone/VersionOne.Client.VisualStudio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVersionOne.VisualStudio.VSPackage.sln
More file actions
45 lines (45 loc) · 2.74 KB
/
VersionOne.VisualStudio.VSPackage.sln
File metadata and controls
45 lines (45 loc) · 2.74 KB
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
38
39
40
41
42
43
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VersionOne.VisualStudio.VSPackage", "VersionOne.VisualStudio.VSPackage\VersionOne.VisualStudio.VSPackage.csproj", "{8846BCCB-1012-470B-AD8F-81E6CA80D197}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VersionOne.VisualStudio.DataLayer", "VersionOne.VisualStudio.DataLayer\VersionOne.VisualStudio.DataLayer.csproj", "{1BD989CB-941F-412A-8D95-52067EEC9F58}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VersionOne.VisualStudio.Tests", "VersionOne.VisualStudio.Tests\VersionOne.VisualStudio.Tests.csproj", "{29FDC6FC-0742-4DAD-A219-99FD71E85BE9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{8AAB7A7C-193C-4AE7-86FC-5295D7CC9B43}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8846BCCB-1012-470B-AD8F-81E6CA80D197}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8846BCCB-1012-470B-AD8F-81E6CA80D197}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8846BCCB-1012-470B-AD8F-81E6CA80D197}.Debug|x86.ActiveCfg = Debug|Any CPU
{8846BCCB-1012-470B-AD8F-81E6CA80D197}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8846BCCB-1012-470B-AD8F-81E6CA80D197}.Release|Any CPU.Build.0 = Release|Any CPU
{8846BCCB-1012-470B-AD8F-81E6CA80D197}.Release|x86.ActiveCfg = Release|Any CPU
{1BD989CB-941F-412A-8D95-52067EEC9F58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1BD989CB-941F-412A-8D95-52067EEC9F58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1BD989CB-941F-412A-8D95-52067EEC9F58}.Debug|x86.ActiveCfg = Debug|Any CPU
{1BD989CB-941F-412A-8D95-52067EEC9F58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1BD989CB-941F-412A-8D95-52067EEC9F58}.Release|Any CPU.Build.0 = Release|Any CPU
{1BD989CB-941F-412A-8D95-52067EEC9F58}.Release|x86.ActiveCfg = Release|Any CPU
{29FDC6FC-0742-4DAD-A219-99FD71E85BE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29FDC6FC-0742-4DAD-A219-99FD71E85BE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29FDC6FC-0742-4DAD-A219-99FD71E85BE9}.Debug|x86.ActiveCfg = Debug|Any CPU
{29FDC6FC-0742-4DAD-A219-99FD71E85BE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29FDC6FC-0742-4DAD-A219-99FD71E85BE9}.Release|Any CPU.Build.0 = Release|Any CPU
{29FDC6FC-0742-4DAD-A219-99FD71E85BE9}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal