Skip to content

Commit eff7c3e

Browse files
lab01
0 parents  commit eff7c3e

16 files changed

+640
-0
lines changed

.gitattributes

+63
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
###############################################################################
2+
# Set default behavior to automatically normalize line endings.
3+
###############################################################################
4+
* text=auto
5+
6+
###############################################################################
7+
# Set default behavior for command prompt diff.
8+
#
9+
# This is need for earlier builds of msysgit that does not have it on by
10+
# default for csharp files.
11+
# Note: This is only used by command line
12+
###############################################################################
13+
#*.cs diff=csharp
14+
15+
###############################################################################
16+
# Set the merge driver for project and solution files
17+
#
18+
# Merging from the command prompt will add diff markers to the files if there
19+
# are conflicts (Merging from VS is not affected by the settings below, in VS
20+
# the diff markers are never inserted). Diff markers may cause the following
21+
# file extensions to fail to load in VS. An alternative would be to treat
22+
# these files as binary and thus will always conflict and require user
23+
# intervention with every merge. To do so, just uncomment the entries below
24+
###############################################################################
25+
#*.sln merge=binary
26+
#*.csproj merge=binary
27+
#*.vbproj merge=binary
28+
#*.vcxproj merge=binary
29+
#*.vcproj merge=binary
30+
#*.dbproj merge=binary
31+
#*.fsproj merge=binary
32+
#*.lsproj merge=binary
33+
#*.wixproj merge=binary
34+
#*.modelproj merge=binary
35+
#*.sqlproj merge=binary
36+
#*.wwaproj merge=binary
37+
38+
###############################################################################
39+
# behavior for image files
40+
#
41+
# image files are treated as binary by default.
42+
###############################################################################
43+
#*.jpg binary
44+
#*.png binary
45+
#*.gif binary
46+
47+
###############################################################################
48+
# diff behavior for common document formats
49+
#
50+
# Convert binary document formats to text before diffing them. This feature
51+
# is only available from the command line. Turn it on by uncommenting the
52+
# entries below.
53+
###############################################################################
54+
#*.doc diff=astextplain
55+
#*.DOC diff=astextplain
56+
#*.docx diff=astextplain
57+
#*.DOCX diff=astextplain
58+
#*.dot diff=astextplain
59+
#*.DOT diff=astextplain
60+
#*.pdf diff=astextplain
61+
#*.PDF diff=astextplain
62+
#*.rtf diff=astextplain
63+
#*.RTF diff=astextplain

.gitignore

+187
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,187 @@
1+
## Ignore Visual Studio temporary files, build results, and
2+
## files generated by popular Visual Studio add-ons.
3+
4+
# User-specific files
5+
*.suo
6+
*.user
7+
*.sln.docstates
8+
9+
# Build results
10+
[Dd]ebug/
11+
[Dd]ebugPublic/
12+
[Rr]elease/
13+
build/
14+
bld/
15+
[Bb]in/
16+
[Oo]bj/
17+
18+
# Roslyn cache directories
19+
*.ide/
20+
21+
# MSTest test Results
22+
[Tt]est[Rr]esult*/
23+
[Bb]uild[Ll]og.*
24+
25+
#NUNIT
26+
*.VisualState.xml
27+
TestResult.xml
28+
29+
# Build Results of an ATL Project
30+
[Dd]ebugPS/
31+
[Rr]eleasePS/
32+
dlldata.c
33+
34+
*_i.c
35+
*_p.c
36+
*_i.h
37+
*.ilk
38+
*.meta
39+
*.obj
40+
*.pch
41+
*.pdb
42+
*.pgc
43+
*.pgd
44+
*.rsp
45+
*.sbr
46+
*.tlb
47+
*.tli
48+
*.tlh
49+
*.tmp
50+
*.tmp_proj
51+
*.log
52+
*.vspscc
53+
*.vssscc
54+
.builds
55+
*.pidb
56+
*.svclog
57+
*.scc
58+
59+
# Chutzpah Test files
60+
_Chutzpah*
61+
62+
# Visual C++ cache files
63+
ipch/
64+
*.aps
65+
*.ncb
66+
*.opensdf
67+
*.sdf
68+
*.cachefile
69+
70+
# Visual Studio profiler
71+
*.psess
72+
*.vsp
73+
*.vspx
74+
75+
# TFS 2012 Local Workspace
76+
$tf/
77+
78+
# Guidance Automation Toolkit
79+
*.gpState
80+
81+
# ReSharper is a .NET coding add-in
82+
_ReSharper*/
83+
*.[Rr]e[Ss]harper
84+
*.DotSettings.user
85+
86+
# JustCode is a .NET coding addin-in
87+
.JustCode
88+
89+
# TeamCity is a build add-in
90+
_TeamCity*
91+
92+
# DotCover is a Code Coverage Tool
93+
*.dotCover
94+
95+
# NCrunch
96+
_NCrunch_*
97+
.*crunch*.local.xml
98+
99+
# MightyMoose
100+
*.mm.*
101+
AutoTest.Net/
102+
103+
# Web workbench (sass)
104+
.sass-cache/
105+
106+
# Installshield output folder
107+
[Ee]xpress/
108+
109+
# DocProject is a documentation generator add-in
110+
DocProject/buildhelp/
111+
DocProject/Help/*.HxT
112+
DocProject/Help/*.HxC
113+
DocProject/Help/*.hhc
114+
DocProject/Help/*.hhk
115+
DocProject/Help/*.hhp
116+
DocProject/Help/Html2
117+
DocProject/Help/html
118+
119+
# Click-Once directory
120+
publish/
121+
122+
# Publish Web Output
123+
*.[Pp]ublish.xml
124+
*.azurePubxml
125+
## TODO: Comment the next line if you want to checkin your
126+
## web deploy settings but do note that will include unencrypted
127+
## passwords
128+
#*.pubxml
129+
130+
# NuGet Packages Directory
131+
packages/*
132+
## TODO: If the tool you use requires repositories.config
133+
## uncomment the next line
134+
#!packages/repositories.config
135+
136+
# Enable "build/" folder in the NuGet Packages folder since
137+
# NuGet packages use it for MSBuild targets.
138+
# This line needs to be after the ignore of the build folder
139+
# (and the packages folder if the line above has been uncommented)
140+
!packages/build/
141+
142+
# Windows Azure Build Output
143+
csx/
144+
*.build.csdef
145+
146+
# Windows Store app package directory
147+
AppPackages/
148+
149+
# Others
150+
sql/
151+
*.Cache
152+
ClientBin/
153+
[Ss]tyle[Cc]op.*
154+
~$*
155+
*~
156+
*.dbmdl
157+
*.dbproj.schemaview
158+
*.publishsettings
159+
node_modules/
160+
161+
# RIA/Silverlight projects
162+
Generated_Code/
163+
164+
# Backup & report files from converting an old project file
165+
# to a newer Visual Studio version. Backup files are not needed,
166+
# because we have git ;-)
167+
_UpgradeReport_Files/
168+
Backup*/
169+
UpgradeLog*.XML
170+
UpgradeLog*.htm
171+
172+
# SQL Server files
173+
*.mdf
174+
*.ldf
175+
176+
# Business Intelligence projects
177+
*.rdl.data
178+
*.bim.layout
179+
*.bim_*.settings
180+
181+
# Microsoft Fakes
182+
FakesAssemblies/
183+
184+
# LightSwitch generated files
185+
GeneratedArtifacts/
186+
_Pvt_Extensions/
187+
ModelManifest.xml

Kinect2Sample.sln

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2013
4+
VisualStudioVersion = 12.0.31101.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kinect2Sample", "Kinect2Sample\Kinect2Sample.csproj", "{10FF1E4E-A8B9-46C6-A0C3-C7BADF94941F}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|x64 = Debug|x64
11+
Debug|x86 = Debug|x86
12+
Release|x64 = Release|x64
13+
Release|x86 = Release|x86
14+
EndGlobalSection
15+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16+
{10FF1E4E-A8B9-46C6-A0C3-C7BADF94941F}.Debug|x64.ActiveCfg = Debug|x64
17+
{10FF1E4E-A8B9-46C6-A0C3-C7BADF94941F}.Debug|x64.Build.0 = Debug|x64
18+
{10FF1E4E-A8B9-46C6-A0C3-C7BADF94941F}.Debug|x64.Deploy.0 = Debug|x64
19+
{10FF1E4E-A8B9-46C6-A0C3-C7BADF94941F}.Debug|x86.ActiveCfg = Debug|x86
20+
{10FF1E4E-A8B9-46C6-A0C3-C7BADF94941F}.Debug|x86.Build.0 = Debug|x86
21+
{10FF1E4E-A8B9-46C6-A0C3-C7BADF94941F}.Debug|x86.Deploy.0 = Debug|x86
22+
{10FF1E4E-A8B9-46C6-A0C3-C7BADF94941F}.Release|x64.ActiveCfg = Release|x64
23+
{10FF1E4E-A8B9-46C6-A0C3-C7BADF94941F}.Release|x64.Build.0 = Release|x64
24+
{10FF1E4E-A8B9-46C6-A0C3-C7BADF94941F}.Release|x64.Deploy.0 = Release|x64
25+
{10FF1E4E-A8B9-46C6-A0C3-C7BADF94941F}.Release|x86.ActiveCfg = Release|x86
26+
{10FF1E4E-A8B9-46C6-A0C3-C7BADF94941F}.Release|x86.Build.0 = Release|x86
27+
{10FF1E4E-A8B9-46C6-A0C3-C7BADF94941F}.Release|x86.Deploy.0 = Release|x86
28+
EndGlobalSection
29+
GlobalSection(SolutionProperties) = preSolution
30+
HideSolutionNode = FALSE
31+
EndGlobalSection
32+
EndGlobal

Kinect2Sample/App.xaml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<Application
2+
x:Class="Kinect2Sample.App"
3+
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4+
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5+
xmlns:local="using:Kinect2Sample">
6+
7+
</Application>

0 commit comments

Comments
 (0)