UnitTests.csproj
上传用户:hbhltzc
上传日期:2022-06-04
资源大小:1925k
文件大小:4k
源码类别:

xml/soap/webservice

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  3.   <PropertyGroup>
  4.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6.     <ProductVersion>8.0.50727</ProductVersion>
  7.     <SchemaVersion>2.0</SchemaVersion>
  8.     <ProjectGuid>{64148FA2-1BED-4EAE-9B07-BF6CBB73EA31}</ProjectGuid>
  9.     <OutputType>Library</OutputType>
  10.     <RootNamespace>UnitTests</RootNamespace>
  11.     <AssemblyName>UnitTests</AssemblyName>
  12.     <WarningLevel>4</WarningLevel>
  13.     <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14.     <FileUpgradeFlags>
  15.     </FileUpgradeFlags>
  16.     <UpgradeBackupLocation>
  17.     </UpgradeBackupLocation>
  18.     <SccProjectName>SAK</SccProjectName>
  19.     <SccLocalPath>SAK</SccLocalPath>
  20.     <SccAuxPath>SAK</SccAuxPath>
  21.     <SccProvider>SAK</SccProvider>
  22.   </PropertyGroup>
  23.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24.     <DebugSymbols>true</DebugSymbols>
  25.     <DebugType>full</DebugType>
  26.     <Optimize>false</Optimize>
  27.     <OutputPath>.binDebug</OutputPath>
  28.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  29.     <UseVSHostingProcess>false</UseVSHostingProcess>
  30.   </PropertyGroup>
  31.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32.     <DebugSymbols>false</DebugSymbols>
  33.     <Optimize>true</Optimize>
  34.     <OutputPath>.binRelease</OutputPath>
  35.     <DefineConstants>TRACE</DefineConstants>
  36.   </PropertyGroup>
  37.   <ItemGroup>
  38.     <Reference Include="Accessibility" />
  39.     <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  40.       <SpecificVersion>False</SpecificVersion>
  41.       <HintPath>C:WINDOWSassemblyGAC_MSILMicrosoft.VisualStudio.QualityTools.UnitTestFramework8.0.0.0__b03f5f7f11d50a3aMicrosoft.VisualStudio.QualityTools.UnitTestFramework.dll</HintPath>
  42.     </Reference>
  43.     <Reference Include="System" />
  44.     <Reference Include="System.Data" />
  45.     <Reference Include="System.Drawing" />
  46.     <Reference Include="System.Windows.Forms" />
  47.     <Reference Include="System.Xml" />
  48.   </ItemGroup>
  49.   <ItemGroup>
  50.     <Compile Include="AccessibleWrapper.cs" />
  51.     <Compile Include="mouse.cs" />
  52.     <Compile Include="PropertiesAssemblyInfo.cs" />
  53.     <Compile Include="TestBase.cs" />
  54.     <Compile Include="UnitTest1.cs" />
  55.     <Compile Include="window.cs" />
  56.   </ItemGroup>
  57.   <ItemGroup>
  58.     <Content Include="bad.xml" />
  59.     <Content Include="bad.xsl" />
  60.     <Content Include="emp.xml" />
  61.     <Content Include="errors.xml" />
  62.     <Content Include="includesdefaultss.xslt" />
  63.     <Content Include="includesi1.xml" />
  64.     <Content Include="includesi2.xml" />
  65.     <Content Include="includesi3.xml" />
  66.     <Content Include="includesindex.xml" />
  67.     <Content Include="includesout.xml" />
  68.     <Content Include="includesr1.xml" />
  69.     <Content Include="my.xml" />
  70.     <Content Include="out.xml" />
  71.     <Content Include="rss.xsl" />
  72.     <Content Include="supply.xml" />
  73.     <Content Include="Test1.xml" />
  74.     <Content Include="test2.xml" />
  75.     <Content Include="test3.xml" />
  76.     <Content Include="test4.xml" />
  77.     <Content Include="test5.xml" />
  78.     <Content Include="test6.xml" />
  79.     <Content Include="test7.xml" />
  80.     <Content Include="test8.xml" />
  81.     <Content Include="testupdates.xml" />
  82.     <Content Include="unicode.xml" />
  83.   </ItemGroup>
  84.   <ItemGroup>
  85.     <ProjectReference Include="..FontBuilderFontBuilder.csproj">
  86.       <Project>{C33DB045-65F8-45F1-A703-C7D2969F06CA}</Project>
  87.       <Name>FontBuilder</Name>
  88.     </ProjectReference>
  89.     <ProjectReference Include="..XmlNotepadXmlNotepad.csproj">
  90.       <Project>{E401BDD0-8862-4818-98BD-83E457607E16}</Project>
  91.       <Name>XmlNotepad</Name>
  92.     </ProjectReference>
  93.   </ItemGroup>
  94.   <ItemGroup>
  95.     <None Include="emp.xsd">
  96.       <SubType>Designer</SubType>
  97.     </None>
  98.     <None Include="emp2.xsd">
  99.       <SubType>Designer</SubType>
  100.     </None>
  101.     <None Include="test2.xsd">
  102.       <SubType>Designer</SubType>
  103.     </None>
  104.   </ItemGroup>
  105.   <Import Project="$(MSBuildBinPath)Microsoft.CSHARP.Targets" />
  106. </Project>