forked from kmunson/CommentReflowerVSIX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCommentReflower.sln
47 lines (47 loc) · 2.81 KB
/
CommentReflower.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
45
46
47
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommentReflower", "CommentReflower\CommentReflower.csproj", "{63D72A89-36E5-43FA-871D-61CE8E4221E0}"
ProjectSection(ProjectDependencies) = postProject
{8A754D5F-6005-4CD5-907F-D66B131CB387} = {8A754D5F-6005-4CD5-907F-D66B131CB387}
{3D6627A1-3D77-4EBD-9897-F9DE06B4E69D} = {3D6627A1-3D77-4EBD-9897-F9DE06B4E69D}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommentReflowerLib", "CommentReflowerLib\CommentReflowerLib.csproj", "{8A754D5F-6005-4CD5-907F-D66B131CB387}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommentReflowerTest", "CommentReflowerTest\CommentReflowerTest.csproj", "{8DA7DD2D-784D-421A-922D-63B0AC3867A0}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CommentReflowerHelp", "CommentReflowerHelp\CommentReflowerHelp.vcxproj", "{3D6627A1-3D77-4EBD-9897-F9DE06B4E69D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8C6D9CEE-7802-4AB8-8DF1-E2E18C7B69C7}"
ProjectSection(SolutionItems) = preProject
ReadMe.txt = ReadMe.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{63D72A89-36E5-43FA-871D-61CE8E4221E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63D72A89-36E5-43FA-871D-61CE8E4221E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63D72A89-36E5-43FA-871D-61CE8E4221E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63D72A89-36E5-43FA-871D-61CE8E4221E0}.Release|Any CPU.Build.0 = Release|Any CPU
{8A754D5F-6005-4CD5-907F-D66B131CB387}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A754D5F-6005-4CD5-907F-D66B131CB387}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A754D5F-6005-4CD5-907F-D66B131CB387}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A754D5F-6005-4CD5-907F-D66B131CB387}.Release|Any CPU.Build.0 = Release|Any CPU
{8DA7DD2D-784D-421A-922D-63B0AC3867A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8DA7DD2D-784D-421A-922D-63B0AC3867A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8DA7DD2D-784D-421A-922D-63B0AC3867A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8DA7DD2D-784D-421A-922D-63B0AC3867A0}.Release|Any CPU.Build.0 = Release|Any CPU
{3D6627A1-3D77-4EBD-9897-F9DE06B4E69D}.Debug|Any CPU.ActiveCfg = Help|Win32
{3D6627A1-3D77-4EBD-9897-F9DE06B4E69D}.Debug|Any CPU.Build.0 = Help|Win32
{3D6627A1-3D77-4EBD-9897-F9DE06B4E69D}.Release|Any CPU.ActiveCfg = Help|Win32
{3D6627A1-3D77-4EBD-9897-F9DE06B4E69D}.Release|Any CPU.Build.0 = Help|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal