forked from KoncepceBIM/ORF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ORF.sln
49 lines (49 loc) · 2.91 KB
/
ORF.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
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30523.141
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ORF", "ORF\ORF.csproj", "{90B1BF9C-6182-45F1-A32F-8A42C96383FA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ESoupis", "ESoupis\ESoupis.csproj", "{0B648F9A-B9EE-4ADE-B9A5-9C9F856A7DED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ORF.Tests", "ORF.Tests\ORF.Tests.csproj", "{1F470E54-C0AB-4116-872F-3360CD682BC3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ORF.Docs", "ORF.Docs\ORF.Docs.csproj", "{4101EFCA-D1FB-42E9-A036-33E97F21D914}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ORF.XML", "ORF.XML\ORF.XML.csproj", "{49A226F3-DF43-45C5-BD1B-D5B664FD3C4D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{90B1BF9C-6182-45F1-A32F-8A42C96383FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90B1BF9C-6182-45F1-A32F-8A42C96383FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90B1BF9C-6182-45F1-A32F-8A42C96383FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90B1BF9C-6182-45F1-A32F-8A42C96383FA}.Release|Any CPU.Build.0 = Release|Any CPU
{0B648F9A-B9EE-4ADE-B9A5-9C9F856A7DED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B648F9A-B9EE-4ADE-B9A5-9C9F856A7DED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B648F9A-B9EE-4ADE-B9A5-9C9F856A7DED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B648F9A-B9EE-4ADE-B9A5-9C9F856A7DED}.Release|Any CPU.Build.0 = Release|Any CPU
{1F470E54-C0AB-4116-872F-3360CD682BC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F470E54-C0AB-4116-872F-3360CD682BC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F470E54-C0AB-4116-872F-3360CD682BC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F470E54-C0AB-4116-872F-3360CD682BC3}.Release|Any CPU.Build.0 = Release|Any CPU
{4101EFCA-D1FB-42E9-A036-33E97F21D914}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4101EFCA-D1FB-42E9-A036-33E97F21D914}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4101EFCA-D1FB-42E9-A036-33E97F21D914}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4101EFCA-D1FB-42E9-A036-33E97F21D914}.Release|Any CPU.Build.0 = Release|Any CPU
{49A226F3-DF43-45C5-BD1B-D5B664FD3C4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49A226F3-DF43-45C5-BD1B-D5B664FD3C4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49A226F3-DF43-45C5-BD1B-D5B664FD3C4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49A226F3-DF43-45C5-BD1B-D5B664FD3C4D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1658B698-84EC-4926-BB56-E13D1CDAB5C5}
EndGlobalSection
EndGlobal