-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWox.Plugin.Bitly.sln
44 lines (44 loc) · 2.29 KB
/
Wox.Plugin.Bitly.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
40
41
42
43
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31320.298
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wox.Plugin.Bitly", "src\Wox.Plugin.Bitly\Wox.Plugin.Bitly.csproj", "{9249720B-AC7C-4C73-AFC4-C11838AA53CE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wox.Plugin.Bitly.Tests", "test\Wox.Plugin.Bitly.Tests\Wox.Plugin.Bitly.Tests.csproj", "{64FCD388-EC4B-4733-8D15-5835608FADD9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{20A049BD-EBD4-4431-843E-7A9F2CA8C13B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{0FC463FB-3808-4734-ADD1-EF1A999F5B06}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7F926254-D454-4115-BF87-B1E25E57D739}"
ProjectSection(SolutionItems) = preProject
bitly.gif = bitly.gif
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9249720B-AC7C-4C73-AFC4-C11838AA53CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9249720B-AC7C-4C73-AFC4-C11838AA53CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9249720B-AC7C-4C73-AFC4-C11838AA53CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9249720B-AC7C-4C73-AFC4-C11838AA53CE}.Release|Any CPU.Build.0 = Release|Any CPU
{64FCD388-EC4B-4733-8D15-5835608FADD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64FCD388-EC4B-4733-8D15-5835608FADD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64FCD388-EC4B-4733-8D15-5835608FADD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64FCD388-EC4B-4733-8D15-5835608FADD9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9249720B-AC7C-4C73-AFC4-C11838AA53CE} = {20A049BD-EBD4-4431-843E-7A9F2CA8C13B}
{64FCD388-EC4B-4733-8D15-5835608FADD9} = {0FC463FB-3808-4734-ADD1-EF1A999F5B06}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0157DEC0-768A-4467-A970-D6F201702495}
EndGlobalSection
EndGlobal