-
Notifications
You must be signed in to change notification settings - Fork 0
/
nsTelemetry.sln
66 lines (66 loc) · 3.6 KB
/
nsTelemetry.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30523.141
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "nsTelemetryAI", "nsTelemetryAI\nsTelemetryAI.csproj", "{9982E4F1-AA48-4438-8F67-607B916E41E2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D672EBED-19B2-4CAB-8E2F-E1F70F33B7B0}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
global.json = global.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{C19DF905-008C-4302-ABFD-4CE632384615}"
ProjectSection(SolutionItems) = preProject
Changelog.md = Changelog.md
LICENSE = LICENSE
nsTelemetry.md = nsTelemetry.md
nsTelemetryAI.md = nsTelemetryAI.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "nsTelemetryAI.Sample", "nsTelemetryAI.Sample\nsTelemetryAI.Sample.csproj", "{EE24DEE0-CC7D-4068-9C1F-E267334F1130}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "nsTelemetryAI.Sample.netcore31", "nsTelemetryAI.Sample.netcore31\nsTelemetryAI.Sample.netcore31.csproj", "{E6EB314D-B537-43FD-957A-659DCFB66832}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{21666A2E-474E-4238-A579-C48233A38EF6}"
ProjectSection(SolutionItems) = preProject
images\nsTelemetry-AppInsight-sample-en.png = images\nsTelemetry-AppInsight-sample-en.png
images\nsTelemetry-AppInsight-sample-ja.png = images\nsTelemetry-AppInsight-sample-ja.png
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nsTelemetry", "nsTelemetry\nsTelemetry.csproj", "{6DA3ED5E-5576-4163-8349-A2B18A71CC24}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9982E4F1-AA48-4438-8F67-607B916E41E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9982E4F1-AA48-4438-8F67-607B916E41E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9982E4F1-AA48-4438-8F67-607B916E41E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9982E4F1-AA48-4438-8F67-607B916E41E2}.Release|Any CPU.Build.0 = Release|Any CPU
{EE24DEE0-CC7D-4068-9C1F-E267334F1130}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE24DEE0-CC7D-4068-9C1F-E267334F1130}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE24DEE0-CC7D-4068-9C1F-E267334F1130}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE24DEE0-CC7D-4068-9C1F-E267334F1130}.Release|Any CPU.Build.0 = Release|Any CPU
{E6EB314D-B537-43FD-957A-659DCFB66832}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6EB314D-B537-43FD-957A-659DCFB66832}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6EB314D-B537-43FD-957A-659DCFB66832}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6EB314D-B537-43FD-957A-659DCFB66832}.Release|Any CPU.Build.0 = Release|Any CPU
{6DA3ED5E-5576-4163-8349-A2B18A71CC24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DA3ED5E-5576-4163-8349-A2B18A71CC24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DA3ED5E-5576-4163-8349-A2B18A71CC24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DA3ED5E-5576-4163-8349-A2B18A71CC24}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1D2A7158-06BD-470D-A417-832F798A4ED5}
EndGlobalSection
EndGlobal