-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAutomatMachine.sln
49 lines (49 loc) · 3.1 KB
/
AutomatMachine.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.29326.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutomatMachine.Api", "AutomatMachine.Api\AutomatMachine.Api.csproj", "{D6A4B7B6-B2D0-4864-B69F-E2BD2727AB86}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutomatMachine.Common", "AutomatMachine.Common\AutomatMachine.Common.csproj", "{00A98766-5C04-46CD-965A-71DB200955A3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutomatMachine.Data", "AutomatMachine.Data\AutomatMachine.Data.csproj", "{02B1C8C6-7DB5-46CF-A58E-8B10A9E51431}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutomatMachine.Services", "AutomatMachine.Services\AutomatMachine.Services.csproj", "{D7C15B6A-DCB8-4A02-B65E-A5002259E472}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutomatMachine.Test", "AutomatMachine.Test\AutomatMachine.Test.csproj", "{14D43D1D-FA36-4FDC-A78E-88783C2369C6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D6A4B7B6-B2D0-4864-B69F-E2BD2727AB86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6A4B7B6-B2D0-4864-B69F-E2BD2727AB86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6A4B7B6-B2D0-4864-B69F-E2BD2727AB86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6A4B7B6-B2D0-4864-B69F-E2BD2727AB86}.Release|Any CPU.Build.0 = Release|Any CPU
{00A98766-5C04-46CD-965A-71DB200955A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00A98766-5C04-46CD-965A-71DB200955A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00A98766-5C04-46CD-965A-71DB200955A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00A98766-5C04-46CD-965A-71DB200955A3}.Release|Any CPU.Build.0 = Release|Any CPU
{02B1C8C6-7DB5-46CF-A58E-8B10A9E51431}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02B1C8C6-7DB5-46CF-A58E-8B10A9E51431}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02B1C8C6-7DB5-46CF-A58E-8B10A9E51431}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02B1C8C6-7DB5-46CF-A58E-8B10A9E51431}.Release|Any CPU.Build.0 = Release|Any CPU
{D7C15B6A-DCB8-4A02-B65E-A5002259E472}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7C15B6A-DCB8-4A02-B65E-A5002259E472}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7C15B6A-DCB8-4A02-B65E-A5002259E472}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7C15B6A-DCB8-4A02-B65E-A5002259E472}.Release|Any CPU.Build.0 = Release|Any CPU
{14D43D1D-FA36-4FDC-A78E-88783C2369C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14D43D1D-FA36-4FDC-A78E-88783C2369C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14D43D1D-FA36-4FDC-A78E-88783C2369C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14D43D1D-FA36-4FDC-A78E-88783C2369C6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8D8402A7-12A9-4416-AAE9-BCDBEC9CAC3E}
EndGlobalSection
EndGlobal