-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathAutomatize.sln
31 lines (31 loc) · 1.57 KB
/
Automatize.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2016
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Automatize.Tests", "test\Automatize.Tests\Automatize.Tests.csproj", "{07612233-7AD4-4AA0-8D9A-A1E0A12D001C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Automatize", "src\Automatize\Automatize.csproj", "{FB724EA3-BAAC-44E1-8E93-BFA1B7FA7B9D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{07612233-7AD4-4AA0-8D9A-A1E0A12D001C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07612233-7AD4-4AA0-8D9A-A1E0A12D001C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07612233-7AD4-4AA0-8D9A-A1E0A12D001C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07612233-7AD4-4AA0-8D9A-A1E0A12D001C}.Release|Any CPU.Build.0 = Release|Any CPU
{FB724EA3-BAAC-44E1-8E93-BFA1B7FA7B9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB724EA3-BAAC-44E1-8E93-BFA1B7FA7B9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB724EA3-BAAC-44E1-8E93-BFA1B7FA7B9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB724EA3-BAAC-44E1-8E93-BFA1B7FA7B9D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {43933F17-6673-4276-9136-50931629A395}
EndGlobalSection
EndGlobal