-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheDocLib.sln
More file actions
49 lines (49 loc) · 3.03 KB
/
Copy patheDocLib.sln
File metadata and controls
49 lines (49 loc) · 3.03 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
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.421
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "eDocLib", "src\eDocLib\eDocLib.csproj", "{413BB4A7-11ED-4DC1-AF25-2E588E04D60F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "eDocLib.Tests", "test\eDocLib.Tests\eDocLib.Tests.csproj", "{A881E3A7-83C7-4503-A02D-13AEFDE43CAD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LtFixtureGen", "tools\LtFixtureGen\LtFixtureGen.csproj", "{C2F8B1A4-9E0D-4F2A-B7C1-8D3E5F6A9B0C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BesEdocFixtureGen", "tools\BesEdocFixtureGen\BesEdocFixtureGen.csproj", "{E7A4C901-2B58-4F91-9D12-7E8F3A4C5D6E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BesInvalidFixtureGen", "tools\BesInvalidFixtureGen\BesInvalidFixtureGen.csproj", "{A9B8C7D6-E5F4-4321-8901-FEDCBA987654}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{413BB4A7-11ED-4DC1-AF25-2E588E04D60F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{413BB4A7-11ED-4DC1-AF25-2E588E04D60F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{413BB4A7-11ED-4DC1-AF25-2E588E04D60F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{413BB4A7-11ED-4DC1-AF25-2E588E04D60F}.Release|Any CPU.Build.0 = Release|Any CPU
{A881E3A7-83C7-4503-A02D-13AEFDE43CAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A881E3A7-83C7-4503-A02D-13AEFDE43CAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A881E3A7-83C7-4503-A02D-13AEFDE43CAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A881E3A7-83C7-4503-A02D-13AEFDE43CAD}.Release|Any CPU.Build.0 = Release|Any CPU
{C2F8B1A4-9E0D-4F2A-B7C1-8D3E5F6A9B0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2F8B1A4-9E0D-4F2A-B7C1-8D3E5F6A9B0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2F8B1A4-9E0D-4F2A-B7C1-8D3E5F6A9B0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2F8B1A4-9E0D-4F2A-B7C1-8D3E5F6A9B0C}.Release|Any CPU.Build.0 = Release|Any CPU
{E7A4C901-2B58-4F91-9D12-7E8F3A4C5D6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7A4C901-2B58-4F91-9D12-7E8F3A4C5D6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7A4C901-2B58-4F91-9D12-7E8F3A4C5D6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7A4C901-2B58-4F91-9D12-7E8F3A4C5D6E}.Release|Any CPU.Build.0 = Release|Any CPU
{A9B8C7D6-E5F4-4321-8901-FEDCBA987654}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9B8C7D6-E5F4-4321-8901-FEDCBA987654}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9B8C7D6-E5F4-4321-8901-FEDCBA987654}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9B8C7D6-E5F4-4321-8901-FEDCBA987654}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4DCEE9FA-671A-4E35-B2A2-FC483AF918C5}
EndGlobalSection
EndGlobal