-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStarcounter.ErrorCodes.Generator.sln
More file actions
43 lines (43 loc) · 2.4 KB
/
Starcounter.ErrorCodes.Generator.sln
File metadata and controls
43 lines (43 loc) · 2.4 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.779
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Starcounter.ErrorCodes.Generator", "src\Starcounter.ErrorCodes.Generator\Starcounter.ErrorCodes.Generator.csproj", "{1282A648-08E2-4FD3-A67E-8639EBC5DFD3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{67A34FFC-8CA8-46F0-A0DA-1935A6397099}"
ProjectSection(SolutionItems) = preProject
build\build_and_pack.bat = build\build_and_pack.bat
build\push.bat = build\push.bat
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Generate", "src\Generate\Generate.csproj", "{90836EC4-0649-4AE1-B388-D7A209D8B6AC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Starcounter.ErrorCodes", "src\Starcounter.ErrorCodes\Starcounter.ErrorCodes.csproj", "{EF090407-DB69-4185-A18D-C5285E6E016F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1282A648-08E2-4FD3-A67E-8639EBC5DFD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1282A648-08E2-4FD3-A67E-8639EBC5DFD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1282A648-08E2-4FD3-A67E-8639EBC5DFD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1282A648-08E2-4FD3-A67E-8639EBC5DFD3}.Release|Any CPU.Build.0 = Release|Any CPU
{90836EC4-0649-4AE1-B388-D7A209D8B6AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90836EC4-0649-4AE1-B388-D7A209D8B6AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90836EC4-0649-4AE1-B388-D7A209D8B6AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90836EC4-0649-4AE1-B388-D7A209D8B6AC}.Release|Any CPU.Build.0 = Release|Any CPU
{EF090407-DB69-4185-A18D-C5285E6E016F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF090407-DB69-4185-A18D-C5285E6E016F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF090407-DB69-4185-A18D-C5285E6E016F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF090407-DB69-4185-A18D-C5285E6E016F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AF0DEF75-A595-4C64-9922-18A21A2A738B}
EndGlobalSection
EndGlobal