-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMicroting.eFormInventoryBase.sln
33 lines (33 loc) · 2.1 KB
/
Microting.eFormInventoryBase.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microting.eFormInventoryBase", "Microting.eFormInventoryBase\Microting.eFormInventoryBase.csproj", "{9809B50F-8F38-4E00-9435-84301B014FC6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{273663F0-A51D-4FC5-8C22-162886F02BC6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microting.eFormInventoryBase.Unit.Tests", "Microting.eFormInventoryBase.Unit.Tests\Microting.eFormInventoryBase.Unit.Tests.csproj", "{C2341A78-0FDA-41AA-8D5E-F165C4505270}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DBMigrator", "DBMigrator\DBMigrator.csproj", "{DBAF8C81-C1AD-4424-BE2B-76BA5C1E14B1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9809B50F-8F38-4E00-9435-84301B014FC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9809B50F-8F38-4E00-9435-84301B014FC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9809B50F-8F38-4E00-9435-84301B014FC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9809B50F-8F38-4E00-9435-84301B014FC6}.Release|Any CPU.Build.0 = Release|Any CPU
{C2341A78-0FDA-41AA-8D5E-F165C4505270}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2341A78-0FDA-41AA-8D5E-F165C4505270}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2341A78-0FDA-41AA-8D5E-F165C4505270}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2341A78-0FDA-41AA-8D5E-F165C4505270}.Release|Any CPU.Build.0 = Release|Any CPU
{DBAF8C81-C1AD-4424-BE2B-76BA5C1E14B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBAF8C81-C1AD-4424-BE2B-76BA5C1E14B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBAF8C81-C1AD-4424-BE2B-76BA5C1E14B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBAF8C81-C1AD-4424-BE2B-76BA5C1E14B1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C2341A78-0FDA-41AA-8D5E-F165C4505270} = {273663F0-A51D-4FC5-8C22-162886F02BC6}
EndGlobalSection
EndGlobal