-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVuforiaWebService.sln
51 lines (51 loc) · 3.07 KB
/
VuforiaWebService.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
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32811.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VuforiaWebService.Api.Core", "src\VuforiaWebService.Api.Core\VuforiaWebService.Api.Core.csproj", "{DC0F7505-F6DB-45B1-BD4F-668FFF42F420}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VuforiaWebService.Api.Auth", "src\VuforiaWebService.Api.Auth\VuforiaWebService.Api.Auth.csproj", "{2B4C05BC-0A2D-4E3A-8E4D-A9EA5050A37E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VuforiaWebService.Api.Target", "src\VuforiaWebService.Api.Target\VuforiaWebService.Api.Target.csproj", "{60234D05-3C3E-48D2-8593-27CD292DCFB9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8CD3E59D-70FD-4A94-A12E-59CE6923308D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VuforiaWebService.Tests", "src\VuforiaWebService.Tests\VuforiaWebService.Tests.csproj", "{71435195-E801-4D3E-8A12-734FF33CB0D4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DC0F7505-F6DB-45B1-BD4F-668FFF42F420}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC0F7505-F6DB-45B1-BD4F-668FFF42F420}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC0F7505-F6DB-45B1-BD4F-668FFF42F420}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC0F7505-F6DB-45B1-BD4F-668FFF42F420}.Release|Any CPU.Build.0 = Release|Any CPU
{2B4C05BC-0A2D-4E3A-8E4D-A9EA5050A37E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B4C05BC-0A2D-4E3A-8E4D-A9EA5050A37E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B4C05BC-0A2D-4E3A-8E4D-A9EA5050A37E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B4C05BC-0A2D-4E3A-8E4D-A9EA5050A37E}.Release|Any CPU.Build.0 = Release|Any CPU
{60234D05-3C3E-48D2-8593-27CD292DCFB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60234D05-3C3E-48D2-8593-27CD292DCFB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60234D05-3C3E-48D2-8593-27CD292DCFB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60234D05-3C3E-48D2-8593-27CD292DCFB9}.Release|Any CPU.Build.0 = Release|Any CPU
{71435195-E801-4D3E-8A12-734FF33CB0D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71435195-E801-4D3E-8A12-734FF33CB0D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71435195-E801-4D3E-8A12-734FF33CB0D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71435195-E801-4D3E-8A12-734FF33CB0D4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F1A95244-02F6-4521-A76A-67E543384CFA}
EndGlobalSection
EndGlobal