-
Notifications
You must be signed in to change notification settings - Fork 0
/
ODataExampleGen.sln
38 lines (38 loc) · 1.89 KB
/
ODataExampleGen.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30611.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ODataExampleGen", "ODataExampleGen\ODataExampleGen.csproj", "{ED192701-EA01-47BC-B43C-38BFB4410FFD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ODataExampleGenerator", "ODataExampleGenerator\ODataExampleGenerator.csproj", "{158018BE-F6B6-4874-AA87-5989D7C27E4B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{868D678B-6E0E-467E-A9E1-ADEED55988DD}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ED192701-EA01-47BC-B43C-38BFB4410FFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED192701-EA01-47BC-B43C-38BFB4410FFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED192701-EA01-47BC-B43C-38BFB4410FFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED192701-EA01-47BC-B43C-38BFB4410FFD}.Release|Any CPU.Build.0 = Release|Any CPU
{158018BE-F6B6-4874-AA87-5989D7C27E4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{158018BE-F6B6-4874-AA87-5989D7C27E4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{158018BE-F6B6-4874-AA87-5989D7C27E4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{158018BE-F6B6-4874-AA87-5989D7C27E4B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1ED04858-D7D2-4EA4-8496-CCEB3BB81121}
EndGlobalSection
EndGlobal