Skip to content

Commit

Permalink
Removed old template code
Browse files Browse the repository at this point in the history
- Removed old template code as it was very confusing
  • Loading branch information
Dig-Doug committed Nov 29, 2016
1 parent 7762a8d commit 86d173c
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1,311 deletions.
3 changes: 0 additions & 3 deletions GameTemplate/KinectShowcaseGameTemplate/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@
Startup="App_Startup" xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
d1p1:Ignorable="d" xmlns:d1p1="http://schemas.openxmlformats.org/markup-compatibility/2006">
<Application.Resources>
<ResourceDictionary>
<vm:ViewModelLocator x:Key="Locator" d:IsDataSource="True" xmlns:vm="clr-namespace:KinectShowcaseGameTemplate.ViewModel" />
</ResourceDictionary>
</Application.Resources>
</Application>
9 changes: 0 additions & 9 deletions GameTemplate/KinectShowcaseGameTemplate/App.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
using CommandLine;
using KinectShowcaseCommon.Kinect_Processing;
using KinectShowcaseCommon.ProcessHandling;
using KinectShowcaseGameTemplate.ViewModel;
using log4net;
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;

namespace KinectShowcaseGameTemplate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,6 @@
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</ApplicationDefinition>
<Compile Include="ViewModel\ApplicationViewModel.cs" />
<Compile Include="ViewModel\MainViewModel.cs" />
<Compile Include="ViewModel\ViewModelLocator.cs" />
<Compile Include="Views\MainView.xaml.cs">
<DependentUpon>MainView.xaml</DependentUpon>
</Compile>
<Page Include="MainPage.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
Expand All @@ -212,10 +206,6 @@
<DependentUpon>MainWindow.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Page Include="Views\MainView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs">
Expand Down
12 changes: 1 addition & 11 deletions GameTemplate/KinectShowcaseGameTemplate/MainPage.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
using KinectShowcaseCommon.Kinect_Processing;
using KinectShowcaseCommon.ProcessHandling;
using KinectShowcaseCommon.ProcessHandling;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Threading;

namespace KinectShowcaseGameTemplate
Expand Down

This file was deleted.

Loading

0 comments on commit 86d173c

Please sign in to comment.