-
Notifications
You must be signed in to change notification settings - Fork 3
/
Osiris.AssociateRecentWorkItems.sln
39 lines (39 loc) · 2.1 KB
/
Osiris.AssociateRecentWorkItems.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
38
39
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{53C1D73B-DE89-4EAA-BC08-24125719C6EE}"
ProjectSection(SolutionItems) = preProject
License.txt = License.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Osiris.TeamExplorer.Extensions.Common", "Osiris.TeamExplorer.Extensions.Common\Osiris.TeamExplorer.Extensions.Common.csproj", "{C31C8E46-16E4-49A3-B8A5-96BDF9FF22E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Osiris.AssociateRecentWorkItems", "Osiris.AssociateRecentWorkItems\Osiris.AssociateRecentWorkItems.csproj", "{192AEBE3-D6AE-46F5-A75B-2D351E88EFCC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{61BADD03-2E64-4307-95D4-5655A7F1C767}"
ProjectSection(SolutionItems) = preProject
Scripts\ApplyVersionToAssemblies.ps1 = Scripts\ApplyVersionToAssemblies.ps1
Scripts\SetVsixVersion.ps1 = Scripts\SetVsixVersion.ps1
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C31C8E46-16E4-49A3-B8A5-96BDF9FF22E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C31C8E46-16E4-49A3-B8A5-96BDF9FF22E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C31C8E46-16E4-49A3-B8A5-96BDF9FF22E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C31C8E46-16E4-49A3-B8A5-96BDF9FF22E1}.Release|Any CPU.Build.0 = Release|Any CPU
{192AEBE3-D6AE-46F5-A75B-2D351E88EFCC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{192AEBE3-D6AE-46F5-A75B-2D351E88EFCC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{192AEBE3-D6AE-46F5-A75B-2D351E88EFCC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{192AEBE3-D6AE-46F5-A75B-2D351E88EFCC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal