-
Notifications
You must be signed in to change notification settings - Fork 169
/
indice.Edi.sln
48 lines (48 loc) · 2.36 KB
/
indice.Edi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31825.309
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{65B79EC4-4844-4EF1-8CBC-FD978EB28EBA}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
appveyor.yml = appveyor.yml
global.json = global.json
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{CCDA51C2-7B50-4B8A-AE79-5AAE72ADF7F6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{B01DA332-38EF-4AC7-AEF6-B22B33F7D40F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "indice.Edi", "src\indice.Edi\indice.Edi.csproj", "{CC65B600-E714-4C3C-8908-8A8BC0431A7A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "indice.Edi.Tests", "test\indice.Edi.Tests\indice.Edi.Tests.csproj", "{6C51495A-98D6-423F-B14F-5AF38EE18D38}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CC65B600-E714-4C3C-8908-8A8BC0431A7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC65B600-E714-4C3C-8908-8A8BC0431A7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC65B600-E714-4C3C-8908-8A8BC0431A7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC65B600-E714-4C3C-8908-8A8BC0431A7A}.Release|Any CPU.Build.0 = Release|Any CPU
{6C51495A-98D6-423F-B14F-5AF38EE18D38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C51495A-98D6-423F-B14F-5AF38EE18D38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C51495A-98D6-423F-B14F-5AF38EE18D38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C51495A-98D6-423F-B14F-5AF38EE18D38}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CC65B600-E714-4C3C-8908-8A8BC0431A7A} = {CCDA51C2-7B50-4B8A-AE79-5AAE72ADF7F6}
{6C51495A-98D6-423F-B14F-5AF38EE18D38} = {B01DA332-38EF-4AC7-AEF6-B22B33F7D40F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BEFAD03D-3DBF-4B88-9439-E0C87E51B805}
EndGlobalSection
EndGlobal