forked from lukesdm/image-comments
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathImageComments.VS10.sln
35 lines (35 loc) · 1.83 KB
/
ImageComments.VS10.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageCommentsEditorComponent", "ImageCommentsExtension\ImageCommentsEditorComponent.VS10.csproj", "{715F244C-3EC6-453A-AC90-08052478A3BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageCommentsPackage", "ImageCommentsPackage\ImageCommentsPackage.VS10.csproj", "{4CC0EE9F-8A7C-4653-9A55-B2F9BB3DDCE2}"
ProjectSection(ProjectDependencies) = postProject
{715F244C-3EC6-453A-AC90-08052478A3BF} = {715F244C-3EC6-453A-AC90-08052478A3BF}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5F0DF01A-F177-4AD2-A7C2-E71A530C2DD3}"
ProjectSection(SolutionItems) = preProject
License.txt = License.txt
Readme.md = Readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{715F244C-3EC6-453A-AC90-08052478A3BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{715F244C-3EC6-453A-AC90-08052478A3BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{715F244C-3EC6-453A-AC90-08052478A3BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{715F244C-3EC6-453A-AC90-08052478A3BF}.Release|Any CPU.Build.0 = Release|Any CPU
{4CC0EE9F-8A7C-4653-9A55-B2F9BB3DDCE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CC0EE9F-8A7C-4653-9A55-B2F9BB3DDCE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CC0EE9F-8A7C-4653-9A55-B2F9BB3DDCE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CC0EE9F-8A7C-4653-9A55-B2F9BB3DDCE2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal