-
Notifications
You must be signed in to change notification settings - Fork 0
/
FL.LigArchivar.sln
44 lines (44 loc) · 2.43 KB
/
FL.LigArchivar.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.168
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FL.LigArchivar", "FL.LigArchivar\FL.LigArchivar.csproj", "{0661F591-EDF7-4485-90C4-FE33E1D0103C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BuildSupport", "BuildSupport", "{AD10CFE3-A933-41B8-9753-CF60A5B0C1F1}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
FL.LigArchivar.ruleset = FL.LigArchivar.ruleset
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FL.LigArchivar.Core", "FL.LigArchivar.Core\FL.LigArchivar.Core.csproj", "{8821F860-4FC4-4F9D-88F1-858EE6A8605C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FL.LigArchivar.Core.Tests", "FL.LigArchivar.Core.Tests\FL.LigArchivar.Core.Tests.csproj", "{40474F40-199D-4B05-890B-BFBE16AF0F12}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0661F591-EDF7-4485-90C4-FE33E1D0103C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0661F591-EDF7-4485-90C4-FE33E1D0103C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0661F591-EDF7-4485-90C4-FE33E1D0103C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0661F591-EDF7-4485-90C4-FE33E1D0103C}.Release|Any CPU.Build.0 = Release|Any CPU
{8821F860-4FC4-4F9D-88F1-858EE6A8605C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8821F860-4FC4-4F9D-88F1-858EE6A8605C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8821F860-4FC4-4F9D-88F1-858EE6A8605C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8821F860-4FC4-4F9D-88F1-858EE6A8605C}.Release|Any CPU.Build.0 = Release|Any CPU
{40474F40-199D-4B05-890B-BFBE16AF0F12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40474F40-199D-4B05-890B-BFBE16AF0F12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40474F40-199D-4B05-890B-BFBE16AF0F12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40474F40-199D-4B05-890B-BFBE16AF0F12}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9B17EC36-D328-4368-94DD-5BA4797D5774}
EndGlobalSection
EndGlobal