MyDictApp.csproj
上传用户:china_pc
上传日期:2022-07-29
资源大小:495k
文件大小:4k
源码类别:

其他

开发平台:

Visual C++

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  2.   <PropertyGroup>
  3.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5.     <ProductVersion>8.0.50727</ProductVersion>
  6.     <SchemaVersion>2.0</SchemaVersion>
  7.     <ProjectGuid>{5A9642B2-FD24-4E7A-B269-36EEFE468A57}</ProjectGuid>
  8.     <OutputType>WinExe</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>MyDictApp</RootNamespace>
  11.     <AssemblyName>MyDictApp</AssemblyName>
  12.     <FileUpgradeFlags>
  13.     </FileUpgradeFlags>
  14.     <UpgradeBackupLocation>
  15.     </UpgradeBackupLocation>
  16.     <OldToolsVersion>2.0</OldToolsVersion>
  17.   </PropertyGroup>
  18.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19.     <DebugSymbols>true</DebugSymbols>
  20.     <DebugType>full</DebugType>
  21.     <Optimize>false</Optimize>
  22.     <OutputPath>binDebug</OutputPath>
  23.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  24.     <ErrorReport>prompt</ErrorReport>
  25.     <WarningLevel>4</WarningLevel>
  26.   </PropertyGroup>
  27.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28.     <DebugType>pdbonly</DebugType>
  29.     <Optimize>true</Optimize>
  30.     <OutputPath>binRelease</OutputPath>
  31.     <DefineConstants>TRACE</DefineConstants>
  32.     <ErrorReport>prompt</ErrorReport>
  33.     <WarningLevel>4</WarningLevel>
  34.   </PropertyGroup>
  35.   <ItemGroup>
  36.     <Reference Include="DotNetSpeech, Version=5.1.0.0, Culture=neutral">
  37.       <SpecificVersion>False</SpecificVersion>
  38.       <HintPath>..........桌面LIONSKY.NETSpeechApp[zh-cn]binDotNetSpeech.dll</HintPath>
  39.     </Reference>
  40.     <Reference Include="mstts, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  41.       <SpecificVersion>False</SpecificVersion>
  42.       <HintPath>D:mstts.dll</HintPath>
  43.     </Reference>
  44.     <Reference Include="System" />
  45.     <Reference Include="System.Data" />
  46.     <Reference Include="System.Deployment" />
  47.     <Reference Include="System.Drawing" />
  48.     <Reference Include="System.Windows.Forms" />
  49.     <Reference Include="System.Xml" />
  50.   </ItemGroup>
  51.   <ItemGroup>
  52.     <Compile Include="Form1.cs">
  53.       <SubType>Form</SubType>
  54.     </Compile>
  55.     <Compile Include="Form1.Designer.cs">
  56.       <DependentUpon>Form1.cs</DependentUpon>
  57.     </Compile>
  58.     <Compile Include="Program.cs" />
  59.     <Compile Include="PropertiesAssemblyInfo.cs" />
  60.     <EmbeddedResource Include="Form1.resx">
  61.       <SubType>Designer</SubType>
  62.       <DependentUpon>Form1.cs</DependentUpon>
  63.     </EmbeddedResource>
  64.     <EmbeddedResource Include="PropertiesResources.resx">
  65.       <Generator>ResXFileCodeGenerator</Generator>
  66.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  67.       <SubType>Designer</SubType>
  68.     </EmbeddedResource>
  69.     <Compile Include="PropertiesResources.Designer.cs">
  70.       <AutoGen>True</AutoGen>
  71.       <DependentUpon>Resources.resx</DependentUpon>
  72.       <DesignTime>True</DesignTime>
  73.     </Compile>
  74.     <None Include="PropertiesSettings.settings">
  75.       <Generator>SettingsSingleFileGenerator</Generator>
  76.       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  77.     </None>
  78.     <Compile Include="PropertiesSettings.Designer.cs">
  79.       <AutoGen>True</AutoGen>
  80.       <DependentUpon>Settings.settings</DependentUpon>
  81.       <DesignTimeSharedInput>True</DesignTimeSharedInput>
  82.     </Compile>
  83.     <Compile Include="Speak.cs" />
  84.   </ItemGroup>
  85.   <ItemGroup>
  86.     <Content Include="Cet4.txt">
  87.       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  88.     </Content>
  89.     <Content Include="Gre.txt">
  90.       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  91.     </Content>
  92.     <Content Include="words.txt">
  93.       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  94.     </Content>
  95.   </ItemGroup>
  96.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  97.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  98.        Other similar extension points exist, see Microsoft.Common.targets.
  99.   <Target Name="BeforeBuild">
  100.   </Target>
  101.   <Target Name="AfterBuild">
  102.   </Target>
  103.   -->
  104. </Project>