Skip to content

Commit dc11ff3

Browse files
committed
Merged PR 39726: Release 0.11.82.2
Release build 0.11.82.2 to master
1 parent aad1a8b commit dc11ff3

File tree

690 files changed

+25988
-18256
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

690 files changed

+25988
-18256
lines changed

Build/Test.Psi.ruleset

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
<Rule Id="SA1402" Action="None" />
7979
<Rule Id="SA1407" Action="None" />
8080
<Rule Id="SA1504" Action="None" />
81+
<Rule Id="SA1600" Action="None" />
8182
<Rule Id="SA1652" Action="None" />
8283
</Rules>
8384
</RuleSet>

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Company>Microsoft Corporation</Company>
77
<Owners>microsoft,psi</Owners>
88
<Authors>Microsoft</Authors>
9-
<AssemblyVersion>0.10.16.1</AssemblyVersion>
9+
<AssemblyVersion>0.11.82.2</AssemblyVersion>
1010
<FileVersion>$(AssemblyVersion)</FileVersion>
1111
<Version>$(AssemblyVersion)-beta</Version>
1212
<SignAssembly>false</SignAssembly>

Psi.sln

+34-24
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Language", "Language", "{8F
4949
EndProject
5050
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Psi.Language", "Sources\Language\Microsoft.Psi.Language\Microsoft.Psi.Language.csproj", "{8AC7DE3C-DF3C-44A8-9E69-E1F21BF3E564}"
5151
EndProject
52-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.Psi.Speech.Windows", "Sources\Speech\Test.Psi.Speech.Windows\Test.Psi.Speech.Windows.csproj", "{FFFD905A-1672-4920-B790-EEA6A961383C}"
52+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.Psi.Speech.Windows", "Sources\Speech\Test.Psi.Speech.Windows\Test.Psi.Speech.Windows.csproj", "{FFFD905A-1672-4920-B790-EEA6A961383C}"
5353
EndProject
5454
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.Psi.Audio", "Sources\Audio\Test.Psi.Audio\Test.Psi.Audio.csproj", "{7D481D0D-75C2-4E9F-9FE3-43EB63403F2B}"
5555
EndProject
@@ -71,7 +71,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Psi.Data", "Sourc
7171
EndProject
7272
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.Psi.Data", "Sources\Data\Test.Psi.Data\Test.Psi.Data.csproj", "{91184A9B-5AB9-4715-B853-8E95E5065AA3}"
7373
EndProject
74-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.Psi.Kinect.Windows.x64", "Sources\Kinect\Test.Psi.Kinect.Windows.x64\Test.Psi.Kinect.Windows.x64.csproj", "{3A3F1C2C-A805-4EA2-B5AE-80371B565A15}"
74+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.Psi.Kinect.Windows.x64", "Sources\Kinect\Test.Psi.Kinect.Windows.x64\Test.Psi.Kinect.Windows.x64.csproj", "{3A3F1C2C-A805-4EA2-B5AE-80371B565A15}"
7575
EndProject
7676
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Calibration", "Calibration", "{DF620739-6A2F-49F0-A732-6575879F1D86}"
7777
EndProject
@@ -91,15 +91,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ROS", "ROS", "{FAEDAFC0-CAB
9191
EndProject
9292
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CognitiveServices", "CognitiveServices", "{05481E26-A4CA-4F7D-B6FC-671A8AAC18B1}"
9393
EndProject
94-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Psi.CognitiveServices.Face.Windows", "Sources\Integrations\CognitiveServices\Microsoft.Psi.CognitiveServices.Face.Windows\Microsoft.Psi.CognitiveServices.Face.Windows.csproj", "{B7E2B341-CD5F-432F-B7E2-10CA9315499C}"
95-
EndProject
9694
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Psi.CognitiveServices.Language", "Sources\Integrations\CognitiveServices\Microsoft.Psi.CognitiveServices.Language\Microsoft.Psi.CognitiveServices.Language.csproj", "{7F967CC6-905A-4198-A667-F9953C8A2139}"
9795
EndProject
9896
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Psi.CognitiveServices.Speech", "Sources\Integrations\CognitiveServices\Microsoft.Psi.CognitiveServices.Speech\Microsoft.Psi.CognitiveServices.Speech.csproj", "{CFB5E6D3-C2FD-4D46-B8AC-7E39634E2CA9}"
9997
EndProject
100-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Psi.CognitiveServices.Vision.Windows", "Sources\Integrations\CognitiveServices\Microsoft.Psi.CognitiveServices.Vision.Windows\Microsoft.Psi.CognitiveServices.Vision.Windows.csproj", "{334726D9-6524-4318-82F1-4B72A1027E6E}"
98+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Psi.CognitiveServices.Vision", "Sources\Integrations\CognitiveServices\Microsoft.Psi.CognitiveServices.Vision\Microsoft.Psi.CognitiveServices.Vision.csproj", "{334726D9-6524-4318-82F1-4B72A1027E6E}"
10199
EndProject
102-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.Psi.CognitiveServices.Vision.Windows", "Sources\Integrations\CognitiveServices\Test.Psi.CognitiveServices.Vision.Windows\Test.Psi.CognitiveServices.Vision.Windows.csproj", "{2AE339CD-1D81-46F4-AA19-703EB0CF86FB}"
100+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.Psi.CognitiveServices.Vision.Windows", "Sources\Integrations\CognitiveServices\Test.Psi.CognitiveServices.Vision.Windows\Test.Psi.CognitiveServices.Vision.Windows.csproj", "{2AE339CD-1D81-46F4-AA19-703EB0CF86FB}"
103101
EndProject
104102
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Microsoft.Psi.ROS", "Sources\Integrations\ROS\Microsoft.Psi.ROS\Microsoft.Psi.ROS.fsproj", "{BE4A63D6-8153-458C-AC0E-744C320AA521}"
105103
EndProject
@@ -122,9 +120,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{8FEFAB80
122120
EndProject
123121
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PsiStudio", "PsiStudio", "{0E72598E-2A93-4439-B732-8763CD99F2C3}"
124122
EndProject
125-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Psi.PsiStudio", "Sources\Tools\PsiStudio\Microsoft.Psi.PsiStudio\Microsoft.Psi.PsiStudio.csproj", "{C72AED47-F5FF-4B7B-BD11-62149542FB22}"
123+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Psi.PsiStudio", "Sources\Tools\PsiStudio\Microsoft.Psi.PsiStudio\Microsoft.Psi.PsiStudio.csproj", "{C72AED47-F5FF-4B7B-BD11-62149542FB22}"
126124
EndProject
127-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.Psi.PsiStudio", "Sources\Tools\PsiStudio\Test.Psi.PsiStudio\Test.Psi.PsiStudio.csproj", "{5600A9AF-934C-4225-B05D-F11DBC29E0FF}"
125+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.Psi.PsiStudio", "Sources\Tools\PsiStudio\Test.Psi.PsiStudio\Test.Psi.PsiStudio.csproj", "{5600A9AF-934C-4225-B05D-F11DBC29E0FF}"
128126
EndProject
129127
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Psi.Visualization.Common.Windows", "Sources\Visualization\Microsoft.Psi.Visualization.Common.Windows\Microsoft.Psi.Visualization.Common.Windows.csproj", "{D69636BA-CCE9-4A85-845E-A378A2B03D62}"
130128
EndProject
@@ -134,25 +132,25 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.Psi.Speech", "Sources\
134132
EndProject
135133
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.Psi.Visualization", "Sources\Visualization\Test.Psi.Visualization\Test.Psi.Visualization.csproj", "{3F40EF71-126D-4D2B-84DB-37A574091B13}"
136134
EndProject
137-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenCVSample", "Samples\OpenCVSample\OpenCVSample\OpenCVSample.csproj", "{A04D4DFC-2843-4BC4-96A0-F03631700506}"
135+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenCVSample", "Samples\OpenCVSample\OpenCVSample\OpenCVSample.csproj", "{A04D4DFC-2843-4BC4-96A0-F03631700506}"
138136
EndProject
139137
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OpenCVSample.Interop", "Samples\OpenCVSample\OpenCVSample.Interop\OpenCVSample.Interop.vcxproj", "{0C0D11F0-04C4-41D3-AF43-7C2ACA90214A}"
140138
EndProject
141-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KinectSample", "Samples\KinectSample\KinectSample.csproj", "{C42C2219-487C-479E-87E7-90E1E47AB049}"
139+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KinectSample", "Samples\KinectSample\KinectSample.csproj", "{C42C2219-487C-479E-87E7-90E1E47AB049}"
142140
EndProject
143-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpeechSample", "Samples\SpeechSample\SpeechSample.csproj", "{C5AB7394-68FB-4641-BDAE-8A956EDC44A9}"
141+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpeechSample", "Samples\SpeechSample\SpeechSample.csproj", "{C5AB7394-68FB-4641-BDAE-8A956EDC44A9}"
144142
EndProject
145-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebcamWithAudioSample", "Samples\WebcamWithAudioSample\WebcamWithAudioSample.csproj", "{F2C129EC-E1BE-4F37-AA91-C48D1B98D75A}"
143+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebcamWithAudioSample", "Samples\WebcamWithAudioSample\WebcamWithAudioSample.csproj", "{F2C129EC-E1BE-4F37-AA91-C48D1B98D75A}"
146144
EndProject
147145
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MicrosoftSpeech", "MicrosoftSpeech", "{F4700C50-5E28-41BC-8D0E-7443B190C42C}"
148146
EndProject
149147
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Psi.MicrosoftSpeech.Windows", "Sources\Integrations\MicrosoftSpeech\Microsoft.Psi.MicrosoftSpeech.Windows\Microsoft.Psi.MicrosoftSpeech.Windows.csproj", "{E5E19772-C7DF-4586-AE35-3585AE28DBEB}"
150148
EndProject
151149
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Psi.Imaging.Linux", "Sources\Imaging\Microsoft.Psi.Imaging.Linux\Microsoft.Psi.Imaging.Linux.csproj", "{B9F00634-88A1-40EF-9DAD-814A307AD81F}"
152150
EndProject
153-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.Psi.Windows", "Sources\Runtime\Test.Psi.Windows\Test.Psi.Windows.csproj", "{BE194924-7162-405D-BF6E-E6086BAA12F1}"
151+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.Psi.Windows", "Sources\Runtime\Test.Psi.Windows\Test.Psi.Windows.csproj", "{BE194924-7162-405D-BF6E-E6086BAA12F1}"
154152
EndProject
155-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WpfSample", "Samples\WpfSample\WpfSample.csproj", "{65DF8A90-AF28-4F59-BF48-AF1E681397A4}"
153+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WpfSample", "Samples\WpfSample\WpfSample.csproj", "{65DF8A90-AF28-4F59-BF48-AF1E681397A4}"
156154
EndProject
157155
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Psi.Kinect.Face.Windows.x64", "Sources\Kinect\Microsoft.Psi.Kinect.Face.Windows.x64\Microsoft.Psi.Kinect.Face.Windows.x64.csproj", "{4478A162-4FE9-4737-A630-3899DC5935C6}"
158156
EndProject
@@ -191,7 +189,13 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PsiStoreTool", "Sources\Too
191189
EndProject
192190
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Psi.CognitiveServices.Language.Windows", "Sources\Integrations\CognitiveServices\Microsoft.Psi.CognitiveServices.Language.Windows\Microsoft.Psi.CognitiveServices.Language.Windows.csproj", "{FE571017-BC81-4B70-A876-58A52CAB40B4}"
193191
EndProject
194-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Msagl.WpfGraphControl", "Sources\Visualization\Microsoft.Msagl.WpfGraphControl\Microsoft.Msagl.WpfGraphControl.csproj", "{F1D041E0-DDB2-41B8-97EE-5539B10D91BE}"
192+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Msagl.WpfGraphControl", "Sources\Visualization\Microsoft.Msagl.WpfGraphControl\Microsoft.Msagl.WpfGraphControl.csproj", "{F1D041E0-DDB2-41B8-97EE-5539B10D91BE}"
193+
EndProject
194+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Devices", "Devices", "{8AEFDD4F-CF2E-4392-AF46-378DE96126A5}"
195+
EndProject
196+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Psi.DeviceManagement", "Sources\Devices\Microsoft.Psi.DeviceManagement\Microsoft.Psi.DeviceManagement.csproj", "{6B572F54-0E2F-4223-8283-14B3BAB7534A}"
197+
EndProject
198+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Psi.CognitiveServices.Face", "Sources\Integrations\CognitiveServices\Microsoft.Psi.CognitiveServices.Face\Microsoft.Psi.CognitiveServices.Face.csproj", "{084FB05C-4022-40FD-B00B-E3229B882F08}"
195199
EndProject
196200
Global
197201
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -287,10 +291,6 @@ Global
287291
{808E6F51-9810-4461-AF4E-EF42EE47C806}.Debug|Any CPU.Build.0 = Debug|Any CPU
288292
{808E6F51-9810-4461-AF4E-EF42EE47C806}.Release|Any CPU.ActiveCfg = Release|Any CPU
289293
{808E6F51-9810-4461-AF4E-EF42EE47C806}.Release|Any CPU.Build.0 = Release|Any CPU
290-
{B7E2B341-CD5F-432F-B7E2-10CA9315499C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
291-
{B7E2B341-CD5F-432F-B7E2-10CA9315499C}.Debug|Any CPU.Build.0 = Debug|Any CPU
292-
{B7E2B341-CD5F-432F-B7E2-10CA9315499C}.Release|Any CPU.ActiveCfg = Release|Any CPU
293-
{B7E2B341-CD5F-432F-B7E2-10CA9315499C}.Release|Any CPU.Build.0 = Release|Any CPU
294294
{7F967CC6-905A-4198-A667-F9953C8A2139}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
295295
{7F967CC6-905A-4198-A667-F9953C8A2139}.Debug|Any CPU.Build.0 = Debug|Any CPU
296296
{7F967CC6-905A-4198-A667-F9953C8A2139}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -355,10 +355,10 @@ Global
355355
{0C0D11F0-04C4-41D3-AF43-7C2ACA90214A}.Debug|Any CPU.Build.0 = Debug|x64
356356
{0C0D11F0-04C4-41D3-AF43-7C2ACA90214A}.Release|Any CPU.ActiveCfg = Release|x64
357357
{0C0D11F0-04C4-41D3-AF43-7C2ACA90214A}.Release|Any CPU.Build.0 = Release|x64
358-
{C42C2219-487C-479E-87E7-90E1E47AB049}.Debug|Any CPU.ActiveCfg = Debug|x64
359-
{C42C2219-487C-479E-87E7-90E1E47AB049}.Debug|Any CPU.Build.0 = Debug|x64
360-
{C42C2219-487C-479E-87E7-90E1E47AB049}.Release|Any CPU.ActiveCfg = Release|x64
361-
{C42C2219-487C-479E-87E7-90E1E47AB049}.Release|Any CPU.Build.0 = Release|x64
358+
{C42C2219-487C-479E-87E7-90E1E47AB049}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
359+
{C42C2219-487C-479E-87E7-90E1E47AB049}.Debug|Any CPU.Build.0 = Debug|Any CPU
360+
{C42C2219-487C-479E-87E7-90E1E47AB049}.Release|Any CPU.ActiveCfg = Release|Any CPU
361+
{C42C2219-487C-479E-87E7-90E1E47AB049}.Release|Any CPU.Build.0 = Release|Any CPU
362362
{C5AB7394-68FB-4641-BDAE-8A956EDC44A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
363363
{C5AB7394-68FB-4641-BDAE-8A956EDC44A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
364364
{C5AB7394-68FB-4641-BDAE-8A956EDC44A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -427,6 +427,14 @@ Global
427427
{F1D041E0-DDB2-41B8-97EE-5539B10D91BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
428428
{F1D041E0-DDB2-41B8-97EE-5539B10D91BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
429429
{F1D041E0-DDB2-41B8-97EE-5539B10D91BE}.Release|Any CPU.Build.0 = Release|Any CPU
430+
{6B572F54-0E2F-4223-8283-14B3BAB7534A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
431+
{6B572F54-0E2F-4223-8283-14B3BAB7534A}.Debug|Any CPU.Build.0 = Debug|Any CPU
432+
{6B572F54-0E2F-4223-8283-14B3BAB7534A}.Release|Any CPU.ActiveCfg = Release|Any CPU
433+
{6B572F54-0E2F-4223-8283-14B3BAB7534A}.Release|Any CPU.Build.0 = Release|Any CPU
434+
{084FB05C-4022-40FD-B00B-E3229B882F08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
435+
{084FB05C-4022-40FD-B00B-E3229B882F08}.Debug|Any CPU.Build.0 = Debug|Any CPU
436+
{084FB05C-4022-40FD-B00B-E3229B882F08}.Release|Any CPU.ActiveCfg = Release|Any CPU
437+
{084FB05C-4022-40FD-B00B-E3229B882F08}.Release|Any CPU.Build.0 = Release|Any CPU
430438
EndGlobalSection
431439
GlobalSection(SolutionProperties) = preSolution
432440
HideSolutionNode = FALSE
@@ -469,7 +477,6 @@ Global
469477
{916962DE-E7D5-4FBB-8B62-42872488ED9E} = {A0856299-D28A-4513-B964-3FA5290FF160}
470478
{FAEDAFC0-CAB3-4877-8AE4-CDDB2CEEB8F5} = {916962DE-E7D5-4FBB-8B62-42872488ED9E}
471479
{05481E26-A4CA-4F7D-B6FC-671A8AAC18B1} = {916962DE-E7D5-4FBB-8B62-42872488ED9E}
472-
{B7E2B341-CD5F-432F-B7E2-10CA9315499C} = {05481E26-A4CA-4F7D-B6FC-671A8AAC18B1}
473480
{7F967CC6-905A-4198-A667-F9953C8A2139} = {05481E26-A4CA-4F7D-B6FC-671A8AAC18B1}
474481
{CFB5E6D3-C2FD-4D46-B8AC-7E39634E2CA9} = {05481E26-A4CA-4F7D-B6FC-671A8AAC18B1}
475482
{334726D9-6524-4318-82F1-4B72A1027E6E} = {05481E26-A4CA-4F7D-B6FC-671A8AAC18B1}
@@ -510,6 +517,9 @@ Global
510517
{896CE6A5-59AA-4F7B-90EB-562F47D3C49E} = {8FEFAB80-0A89-4109-9104-5E937315C913}
511518
{FE571017-BC81-4B70-A876-58A52CAB40B4} = {05481E26-A4CA-4F7D-B6FC-671A8AAC18B1}
512519
{F1D041E0-DDB2-41B8-97EE-5539B10D91BE} = {2CA9B0AD-E127-47A6-AF23-D567C64FBA79}
520+
{8AEFDD4F-CF2E-4392-AF46-378DE96126A5} = {A0856299-D28A-4513-B964-3FA5290FF160}
521+
{6B572F54-0E2F-4223-8283-14B3BAB7534A} = {8AEFDD4F-CF2E-4392-AF46-378DE96126A5}
522+
{084FB05C-4022-40FD-B00B-E3229B882F08} = {05481E26-A4CA-4F7D-B6FC-671A8AAC18B1}
513523
EndGlobalSection
514524
GlobalSection(ExtensibilityGlobals) = postSolution
515525
SolutionGuid = {EAF15EE9-DCC5-411B-A9E5-7C2F3D132331}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ Platform for Situated Intelligence is available under an [MIT License](LICENSE.t
6161

6262
# Acknowledgments
6363

64-
We would like to thank our internal and external early adopters for the feedback provided during the alpha testing period, including (but not limited to): [Daniel McDuff](http://alumni.media.mit.edu/~djmcduff/) and [Kael Rowan](https://www.microsoft.com/en-us/research/people/kaelr/) at MSR, Chirag Raman and Louis-Phillipe Morency in the [MultiComp Lab](http://multicomp.cs.cmu.edu/) at CMU, as well as adopters in the [SLIM research group](https://coen.boisestate.edu/slim/) at Boise State and in the [Qualitative Reasoning Group](http://www.qrg.northwestern.edu/) at Northwestern University.
64+
We would like to thank our internal collaborators and external early adopters, including (but not limited to): [Daniel McDuff](http://alumni.media.mit.edu/~djmcduff/), [Kael Rowan](https://www.microsoft.com/en-us/research/people/kaelr/), [Lev Nachmanson](https://www.microsoft.com/en-us/research/people/levnach/) and [Mike Barnett](https://www.microsoft.com/en-us/research/people/mbarnett) at MSR, Chirag Raman and Louis-Phillipe Morency in the [MultiComp Lab](http://multicomp.cs.cmu.edu/) at CMU, as well as adopters in the [SLIM research group](https://coen.boisestate.edu/slim/) at Boise State and in the [Qualitative Reasoning Group](http://www.qrg.northwestern.edu/) at Northwestern University.

SECURITY.md

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!-- BEGIN MICROSOFT SECURITY.MD V0.0.5 BLOCK -->
2+
3+
## Security
4+
5+
Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/).
6+
7+
If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://docs.microsoft.com/en-us/previous-versions/tn-archive/cc751383(v=technet.10)), please report it to us as described below.
8+
9+
## Reporting Security Issues
10+
11+
**Please do not report security vulnerabilities through public GitHub issues.**
12+
13+
Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://msrc.microsoft.com/create-report).
14+
15+
If you prefer to submit without logging in, send email to [[email protected]](mailto:[email protected]). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://www.microsoft.com/en-us/msrc/pgp-key-msrc).
16+
17+
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://www.microsoft.com/msrc).
18+
19+
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
20+
21+
* Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
22+
* Full paths of source file(s) related to the manifestation of the issue
23+
* The location of the affected source code (tag/branch/commit or direct URL)
24+
* Any special configuration required to reproduce the issue
25+
* Step-by-step instructions to reproduce the issue
26+
* Proof-of-concept or exploit code (if possible)
27+
* Impact of the issue, including how an attacker might exploit the issue
28+
29+
This information will help us triage your report more quickly.
30+
31+
If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://microsoft.com/msrc/bounty) page for more details about our active programs.
32+
33+
## Preferred Languages
34+
35+
We prefer all communications to be in English.
36+
37+
## Policy
38+
39+
Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://www.microsoft.com/en-us/msrc/cvd).
40+
41+
<!-- END MICROSOFT SECURITY.MD BLOCK -->

0 commit comments

Comments
 (0)