-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProtoBuf.MSBuildTask.sln
32 lines (32 loc) · 1.93 KB
/
ProtoBuf.MSBuildTask.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProtoBuf.MSBuildTask", "ProtoBuf.MSBuildTask\ProtoBuf.MSBuildTask.csproj", "{5E77B127-8945-4D00-A69D-D7154D30C071}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProtoBuf.Project", "ProtoBuf.Project\ProtoBuf.Project.csproj", "{EC3224D4-77E3-470E-B57F-021618A23CE2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProtoBuf.ProjectInserter.WinForms", "ProtoBuf.ProjectInserter.WinForms\ProtoBuf.ProjectInserter.WinForms.csproj", "{7B1313EA-EA37-420C-B193-9D2CA8B6298F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5E77B127-8945-4D00-A69D-D7154D30C071}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E77B127-8945-4D00-A69D-D7154D30C071}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E77B127-8945-4D00-A69D-D7154D30C071}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E77B127-8945-4D00-A69D-D7154D30C071}.Release|Any CPU.Build.0 = Release|Any CPU
{EC3224D4-77E3-470E-B57F-021618A23CE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC3224D4-77E3-470E-B57F-021618A23CE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC3224D4-77E3-470E-B57F-021618A23CE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC3224D4-77E3-470E-B57F-021618A23CE2}.Release|Any CPU.Build.0 = Release|Any CPU
{7B1313EA-EA37-420C-B193-9D2CA8B6298F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B1313EA-EA37-420C-B193-9D2CA8B6298F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B1313EA-EA37-420C-B193-9D2CA8B6298F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B1313EA-EA37-420C-B193-9D2CA8B6298F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal