1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProjectGuid >{C0661BEF-6F7F-4179-BD18-69381D0CEF77}</ProjectGuid >
8
+ <OutputType >AppContainerExe</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >Kinect2SampleSpeech</RootNamespace >
11
+ <AssemblyName >Kinect2SampleSpeech</AssemblyName >
12
+ <DefaultLanguage >en-US</DefaultLanguage >
13
+ <TargetPlatformVersion >8.1</TargetPlatformVersion >
14
+ <MinimumVisualStudioVersion >12</MinimumVisualStudioVersion >
15
+ <FileAlignment >512</FileAlignment >
16
+ <ProjectTypeGuids >{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
17
+ <PackageCertificateKeyFile >Kinect2SampleSpeech_TemporaryKey.pfx</PackageCertificateKeyFile >
18
+ </PropertyGroup >
19
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
20
+ <DebugSymbols >true</DebugSymbols >
21
+ <OutputPath >bin\x64\Debug\</OutputPath >
22
+ <DefineConstants >DEBUG;TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants >
23
+ <NoWarn >;2008</NoWarn >
24
+ <DebugType >full</DebugType >
25
+ <PlatformTarget >x64</PlatformTarget >
26
+ <UseVSHostingProcess >false</UseVSHostingProcess >
27
+ <ErrorReport >prompt</ErrorReport >
28
+ <Prefer32Bit >true</Prefer32Bit >
29
+ </PropertyGroup >
30
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
31
+ <OutputPath >bin\x64\Release\</OutputPath >
32
+ <DefineConstants >TRACE;NETFX_CORE;WINDOWS_APP</DefineConstants >
33
+ <Optimize >true</Optimize >
34
+ <NoWarn >;2008</NoWarn >
35
+ <DebugType >pdbonly</DebugType >
36
+ <PlatformTarget >x64</PlatformTarget >
37
+ <UseVSHostingProcess >false</UseVSHostingProcess >
38
+ <ErrorReport >prompt</ErrorReport >
39
+ <Prefer32Bit >true</Prefer32Bit >
40
+ </PropertyGroup >
41
+ <ItemGroup >
42
+ <!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
43
+ <SDKReference Include =" Bing.Speech, Version=1.1" >
44
+ <Name >Bing.Speech</Name >
45
+ </SDKReference >
46
+ <SDKReference Include =" Microsoft.VCLibs, version=12.0" >
47
+ <Name >Microsoft Visual C++ 2013 Runtime Package for Windows</Name >
48
+ </SDKReference >
49
+ </ItemGroup >
50
+ <ItemGroup >
51
+ <Compile Include =" App.xaml.cs" >
52
+ <DependentUpon >App.xaml</DependentUpon >
53
+ </Compile >
54
+ <Compile Include =" MainPage.xaml.cs" >
55
+ <DependentUpon >MainPage.xaml</DependentUpon >
56
+ </Compile >
57
+ <Compile Include =" Properties\AssemblyInfo.cs" />
58
+ </ItemGroup >
59
+ <ItemGroup >
60
+ <AppxManifest Include =" Package.appxmanifest" >
61
+ <SubType >Designer</SubType >
62
+ </AppxManifest >
63
+ <None Include =" Kinect2SampleSpeech_TemporaryKey.pfx" />
64
+ </ItemGroup >
65
+ <ItemGroup >
66
+ <Content Include =" Assets\Logo.scale-100.png" />
67
+ <Content Include =" Assets\SmallLogo.scale-100.png" />
68
+ <Content Include =" Assets\SplashScreen.scale-100.png" />
69
+ <Content Include =" Assets\StoreLogo.scale-100.png" />
70
+ </ItemGroup >
71
+ <ItemGroup >
72
+ <ApplicationDefinition Include =" App.xaml" >
73
+ <Generator >MSBuild:Compile</Generator >
74
+ <SubType >Designer</SubType >
75
+ </ApplicationDefinition >
76
+ <Page Include =" MainPage.xaml" >
77
+ <Generator >MSBuild:Compile</Generator >
78
+ <SubType >Designer</SubType >
79
+ </Page >
80
+ </ItemGroup >
81
+ <PropertyGroup Condition =" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '12.0' " >
82
+ <VisualStudioVersion >12.0</VisualStudioVersion >
83
+ </PropertyGroup >
84
+ <Import Project =" $(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
85
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
86
+ Other similar extension points exist, see Microsoft.Common.targets.
87
+ <Target Name="BeforeBuild">
88
+ </Target>
89
+ <Target Name="AfterBuild">
90
+ </Target>
91
+ -->
92
+ </Project >
0 commit comments