Skip to content

Commit d05ef15

Browse files
Initial Source Commit.
1 parent 5f409c5 commit d05ef15

File tree

63 files changed

+26872
-0
lines changed

Some content is hidden

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

63 files changed

+26872
-0
lines changed

Kinect.snk

596 Bytes
Binary file not shown.
230 KB
Binary file not shown.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?xml version="1.0"?>
2+
<configuration>
3+
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
564 KB
Binary file not shown.

Output/bin/Release/KinectCam.dll

95.5 KB
Binary file not shown.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0"?>
2+
<configuration>
3+
<configSections>
4+
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
5+
<section name="VirtualCam.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
6+
</sectionGroup>
7+
</configSections>
8+
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup><userSettings>
9+
<VirtualCam.Properties.Settings>
10+
<setting name="Angle" serializeAs="String">
11+
<value>0</value>
12+
</setting>
13+
<setting name="Mirrored" serializeAs="String">
14+
<value>True</value>
15+
</setting>
16+
<setting name="Desktop" serializeAs="String">
17+
<value>False</value>
18+
</setting>
19+
</VirtualCam.Properties.Settings>
20+
</userSettings>
21+
</configuration>

Output/bin/Release/KinectCam.pdb

51.5 KB
Binary file not shown.

Output/bin/Release/install.bat

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
@c:
2+
@cd c:\KinectCam\
3+
4+
@c:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe install BaseClassesNET.dll
5+
@c:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe install KinectCam.dll
6+
7+
@c:\Windows\Microsoft.NET\Framework\v4.0.30319\RegAsm.exe /nologo BaseClassesNET.dll
8+
@c:\Windows\Microsoft.NET\Framework\v4.0.30319\RegAsm.exe KinectCam.dll /nologo /codebase /tlb: KinectCam.tlb

Output/bin/Release/uninstall.bat

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
@c:
2+
@cd c:\KinectCam\
3+
4+
@c:\Windows\Microsoft.NET\Framework\v4.0.30319\RegAsm.exe /unregister /nologo BaseClassesNET.dll
5+
@c:\Windows\Microsoft.NET\Framework\v4.0.30319\RegAsm.exe /unregister /nologo KinectCam.dll
6+
7+
@c:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe uninstall BaseClassesNET.dll
8+
@c:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe uninstall KinectCam.dll
Binary file not shown.

0 commit comments

Comments
 (0)