74 lines
3.3 KiB
XML
74 lines
3.3 KiB
XML
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{E0022C29-7197-4C42-9338-2F9A3B2DC103}</ProjectGuid>
|
|
<RootNamespace>Microsoft.Samples.Speech.Recognition.SpeechRecognition</RootNamespace>
|
|
<AssemblyName>SpeechRecognition</AssemblyName>
|
|
<WarningLevel>4</WarningLevel>
|
|
<OutputType>winexe</OutputType>
|
|
<MinFrameworkVersionRequired>3.0</MinFrameworkVersionRequired>
|
|
<Install>true</Install>
|
|
<InstallFrom>Web</InstallFrom>
|
|
<UpdateEnabled>true</UpdateEnabled>
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
<UpdateInterval>7</UpdateInterval>
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
<UpdateRequired>false</UpdateRequired>
|
|
<MapFileExtensions>false</MapFileExtensions>
|
|
<ApplicationVersion>1.0.0.*</ApplicationVersion>
|
|
<IsWebBootstrapper>true</IsWebBootstrapper>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
<PublishUrl>Publish\</PublishUrl>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>.\bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<CodeAnalysisRules>-Microsoft.Globalization#CA1301;-Microsoft.Globalization#CA1302;-Microsoft.Globalization#CA1303;-Microsoft.Globalization#CA1306;-Microsoft.Globalization#CA1304;-Microsoft.Globalization#CA1305;-Microsoft.Globalization#CA1300</CodeAnalysisRules>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugSymbols>false</DebugSymbols>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>.\bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="mscorlib" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Speech" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="WindowsBase" />
|
|
<Reference Include="PresentationCore" />
|
|
<Reference Include="PresentationFramework" />
|
|
<Reference Include="UIAutomationProvider" />
|
|
<Reference Include="UIAutomationTypes" />
|
|
<Reference Include="ReachFramework" />
|
|
<Reference Include="System.Printing" />
|
|
<Reference Include="System.ServiceModel" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.IdentityModel" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ApplicationDefinition Include="SpeechRecognition.xaml" />
|
|
<Resource Include="Info.xaml" />
|
|
<Page Include="SpeechRecognitionWindow.xaml" />
|
|
<Compile Include="SpeechRecognitionWindow.xaml.cs">
|
|
<DependentUpon>SpeechRecognitionWindow.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<AppDesigner Include="Properties\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Readme.txt" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.WinFX.targets" />
|
|
</Project> |