-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLagrange.Proto.Formatter.sln
More file actions
28 lines (28 loc) · 1.87 KB
/
Lagrange.Proto.Formatter.sln
File metadata and controls
28 lines (28 loc) · 1.87 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lagrange.Proto.Formatter", "Lagrange.Proto.Formatter\Lagrange.Proto.Formatter.csproj", "{D3462DFE-B77A-498A-B04B-8B29C37211D5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lagrange.Proto.Formatter.Test", "Lagrange.Proto.Formatter.Test\Lagrange.Proto.Formatter.Test.csproj", "{444368AC-FD22-4BB5-BC7F-52BDF74A7B73}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lagrange.Proto.Formatter.Generator", "Lagrange.Proto.Formatter.Generator\Lagrange.Proto.Formatter.Generator.csproj", "{608E64D8-6140-4997-9949-A98E95BBA99C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D3462DFE-B77A-498A-B04B-8B29C37211D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3462DFE-B77A-498A-B04B-8B29C37211D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3462DFE-B77A-498A-B04B-8B29C37211D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3462DFE-B77A-498A-B04B-8B29C37211D5}.Release|Any CPU.Build.0 = Release|Any CPU
{444368AC-FD22-4BB5-BC7F-52BDF74A7B73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{444368AC-FD22-4BB5-BC7F-52BDF74A7B73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{444368AC-FD22-4BB5-BC7F-52BDF74A7B73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{444368AC-FD22-4BB5-BC7F-52BDF74A7B73}.Release|Any CPU.Build.0 = Release|Any CPU
{608E64D8-6140-4997-9949-A98E95BBA99C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{608E64D8-6140-4997-9949-A98E95BBA99C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{608E64D8-6140-4997-9949-A98E95BBA99C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{608E64D8-6140-4997-9949-A98E95BBA99C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal