|
40 | 40 | <ErrorReport>prompt</ErrorReport>
|
41 | 41 | <Prefer32Bit>true</Prefer32Bit>
|
42 | 42 | </PropertyGroup>
|
43 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
44 |
| - <DebugSymbols>true</DebugSymbols> |
45 |
| - <OutputPath>bin\x86\Debug\</OutputPath> |
46 |
| - <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants> |
47 |
| - <NoWarn>;2008</NoWarn> |
48 |
| - <DebugType>full</DebugType> |
49 |
| - <PlatformTarget>x86</PlatformTarget> |
50 |
| - <UseVSHostingProcess>false</UseVSHostingProcess> |
51 |
| - <ErrorReport>prompt</ErrorReport> |
52 |
| - <Prefer32Bit>true</Prefer32Bit> |
53 |
| - </PropertyGroup> |
54 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
55 |
| - <OutputPath>bin\x86\Release\</OutputPath> |
56 |
| - <DefineConstants>TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants> |
57 |
| - <Optimize>true</Optimize> |
58 |
| - <NoWarn>;2008</NoWarn> |
59 |
| - <DebugType>pdbonly</DebugType> |
60 |
| - <PlatformTarget>x86</PlatformTarget> |
61 |
| - <UseVSHostingProcess>false</UseVSHostingProcess> |
62 |
| - <ErrorReport>prompt</ErrorReport> |
63 |
| - <Prefer32Bit>true</Prefer32Bit> |
64 |
| - </PropertyGroup> |
65 | 43 | <ItemGroup>
|
66 | 44 | <Compile Include="App.xaml.cs">
|
67 | 45 | <DependentUpon>App.xaml</DependentUpon>
|
|
81 | 59 | </ItemGroup>
|
82 | 60 | <ItemGroup>
|
83 | 61 | <Content Include="Assets\Background.png" />
|
| 62 | + <Content Include="Assets\CatEye_left_closed.png" /> |
| 63 | + <Content Include="Assets\CatEye_left_open.png" /> |
| 64 | + <Content Include="Assets\CatNose.png" /> |
84 | 65 | <Content Include="Assets\Logo.scale-100.png" />
|
85 | 66 | <Content Include="Assets\SmallLogo.scale-100.png" />
|
86 | 67 | <Content Include="Assets\SplashScreen.scale-100.png" />
|
|
97 | 78 | </Page>
|
98 | 79 | </ItemGroup>
|
99 | 80 | <ItemGroup>
|
| 81 | + <SDKReference Include="Microsoft.Kinect.Face, Version=2.0"> |
| 82 | + <Name>Microsoft.Kinect.Face</Name> |
| 83 | + </SDKReference> |
100 | 84 | <SDKReference Include="Microsoft.VCLibs, version=12.0">
|
101 | 85 | <Name>Microsoft Visual C++ 2013 Runtime Package for Windows</Name>
|
102 | 86 | </SDKReference>
|
|
107 | 91 | <ItemGroup>
|
108 | 92 | <None Include="Kinect2Sample_TemporaryKey.pfx" />
|
109 | 93 | </ItemGroup>
|
| 94 | + <ItemGroup> |
| 95 | + <Reference Include="KinectFaceStore"> |
| 96 | + <HintPath>Libraries\x64\KinectFaceStore.dll</HintPath> |
| 97 | + </Reference> |
| 98 | + </ItemGroup> |
110 | 99 | <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '12.0' ">
|
111 | 100 | <VisualStudioVersion>12.0</VisualStudioVersion>
|
112 | 101 | </PropertyGroup>
|
|
0 commit comments