Skip to content

Commit 17abce2

Browse files
committed
Last (hopefully) name changes to code
1 parent 4b0d743 commit 17abce2

20 files changed

Lines changed: 21 additions & 21 deletions

Kinect2JSON/Kinect2JSON.v12.suo

9.5 KB
Binary file not shown.

Kinect2JSON/Kinect2JSON/App.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Application x:Class="KinectinScratchServer.App"
1+
<Application x:Class="Kinect2JSON.App"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
StartupUri="MainWindow.xaml">

Kinect2JSON/Kinect2JSON/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using System.Threading.Tasks;
77
using System.Windows;
88

9-
namespace KinectinScratchServer
9+
namespace Kinect2JSON
1010
{
1111
/// <summary>
1212
/// Interaction logic for App.xaml

Kinect2JSON/Kinect2JSON/BodyCollectionSerializer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
using System.Runtime.Serialization;
99
using System.Runtime.Serialization.Json;
1010

11-
namespace KinectinScratchServer
11+
namespace Kinect2JSON
1212
{
1313
/// <summary>
1414
/// Serializes a Kinect skeleton to JSON fromat.

Kinect2JSON/Kinect2JSON/MainWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Window x:Class="KinectinScratchServer.MainWindow"
1+
<Window x:Class="Kinect2JSON.MainWindow"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
Title="MainWindow"

Kinect2JSON/Kinect2JSON/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
using System.Windows.Media;
88
using System.Windows.Media.Imaging;
99

10-
namespace KinectinScratchServer
10+
namespace Kinect2JSON
1111
{
1212

1313
/// <summary>

Kinect2JSON/Kinect2JSON/bin/Debug/Kinect2JSON.application

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
1515
</dsig:Transforms>
1616
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
17-
<dsig:DigestValue>NkU+dc8+KzAomzj2x6KYc0g13YgChNFWrQ3BDyPcdV4=</dsig:DigestValue>
17+
<dsig:DigestValue>KLrSkLU5T7D/wlocrniFXseIyj+TJ6XkPxeuxXrwmyU=</dsig:DigestValue>
1818
</hash>
1919
</dependentAssembly>
2020
</dependency>
0 Bytes
Binary file not shown.

Kinect2JSON/Kinect2JSON/bin/Debug/Kinect2JSON.exe.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
6262
</dsig:Transforms>
6363
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
64-
<dsig:DigestValue>tnH0i3+jDWcfxqPyubNd3PKYbcGfS3fZ7wqd/FUYZXQ=</dsig:DigestValue>
64+
<dsig:DigestValue>mPmtoLLn/RutAqQYvFJGrN+KJWzcvRPy6tF0AMGT3Qw=</dsig:DigestValue>
6565
</hash>
6666
</dependentAssembly>
6767
</dependency>
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)