Skip to content

Commit 071a8ab

Browse files
committed
Transformed Dev Project to .NET Library
The whole capturing process is now done by an Extension method for the Device object.
1 parent 45f8c7e commit 071a8ab

19 files changed

+436
-433
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.28307.902
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AbeckDev.AzureKinectSensorConnector", "src\AbeckDev.AzureKinectSensorConnector.csproj", "{94B43723-0C33-48CF-92C9-A95FE8395B5D}"
7+
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AbeckDev.AzureKinectSensorConnector.Test", "test\AbeckDev.AzureKinectSensorConnector.Test.csproj", "{90DBFDE3-7590-4A08-8DBA-745ABB925572}"
9+
EndProject
10+
Global
11+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12+
Debug|Any CPU = Debug|Any CPU
13+
Debug|x64 = Debug|x64
14+
Release|Any CPU = Release|Any CPU
15+
Release|x64 = Release|x64
16+
EndGlobalSection
17+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
18+
{94B43723-0C33-48CF-92C9-A95FE8395B5D}.Debug|Any CPU.ActiveCfg = Debug|x64
19+
{94B43723-0C33-48CF-92C9-A95FE8395B5D}.Debug|Any CPU.Build.0 = Debug|x64
20+
{94B43723-0C33-48CF-92C9-A95FE8395B5D}.Debug|x64.ActiveCfg = Debug|x64
21+
{94B43723-0C33-48CF-92C9-A95FE8395B5D}.Debug|x64.Build.0 = Debug|x64
22+
{94B43723-0C33-48CF-92C9-A95FE8395B5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{94B43723-0C33-48CF-92C9-A95FE8395B5D}.Release|Any CPU.Build.0 = Release|Any CPU
24+
{94B43723-0C33-48CF-92C9-A95FE8395B5D}.Release|x64.ActiveCfg = Release|x64
25+
{94B43723-0C33-48CF-92C9-A95FE8395B5D}.Release|x64.Build.0 = Release|x64
26+
{90DBFDE3-7590-4A08-8DBA-745ABB925572}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27+
{90DBFDE3-7590-4A08-8DBA-745ABB925572}.Debug|Any CPU.Build.0 = Debug|Any CPU
28+
{90DBFDE3-7590-4A08-8DBA-745ABB925572}.Debug|x64.ActiveCfg = Debug|x64
29+
{90DBFDE3-7590-4A08-8DBA-745ABB925572}.Debug|x64.Build.0 = Debug|x64
30+
{90DBFDE3-7590-4A08-8DBA-745ABB925572}.Release|Any CPU.ActiveCfg = Release|Any CPU
31+
{90DBFDE3-7590-4A08-8DBA-745ABB925572}.Release|Any CPU.Build.0 = Release|Any CPU
32+
{90DBFDE3-7590-4A08-8DBA-745ABB925572}.Release|x64.ActiveCfg = Release|Any CPU
33+
{90DBFDE3-7590-4A08-8DBA-745ABB925572}.Release|x64.Build.0 = Release|Any CPU
34+
EndGlobalSection
35+
GlobalSection(SolutionProperties) = preSolution
36+
HideSolutionNode = FALSE
37+
EndGlobalSection
38+
GlobalSection(ExtensibilityGlobals) = postSolution
39+
SolutionGuid = {919E8EC8-0519-496F-B4C0-F96056EE4B93}
40+
EndGlobalSection
41+
EndGlobal

AzureKinectSensorConnector/AzureKinectSensorConnector.sln

Lines changed: 0 additions & 25 deletions
This file was deleted.

AzureKinectSensorConnector/Program.cs

Lines changed: 0 additions & 143 deletions
This file was deleted.

TestAPp/TestAPp.cpp

Lines changed: 0 additions & 23 deletions
This file was deleted.

TestAPp/TestAPp.sln

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)