UnitTests.csproj
上传用户:hbhltzc
上传日期:2022-06-04
资源大小:1925k
文件大小:4k
源码类别:
xml/soap/webservice
开发平台:
Visual C++
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.50727</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{64148FA2-1BED-4EAE-9B07-BF6CBB73EA31}</ProjectGuid>
- <OutputType>Library</OutputType>
- <RootNamespace>UnitTests</RootNamespace>
- <AssemblyName>UnitTests</AssemblyName>
- <WarningLevel>4</WarningLevel>
- <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <FileUpgradeFlags>
- </FileUpgradeFlags>
- <UpgradeBackupLocation>
- </UpgradeBackupLocation>
- <SccProjectName>SAK</SccProjectName>
- <SccLocalPath>SAK</SccLocalPath>
- <SccAuxPath>SAK</SccAuxPath>
- <SccProvider>SAK</SccProvider>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>.binDebug</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <UseVSHostingProcess>false</UseVSHostingProcess>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugSymbols>false</DebugSymbols>
- <Optimize>true</Optimize>
- <OutputPath>.binRelease</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Accessibility" />
- <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>C:WINDOWSassemblyGAC_MSILMicrosoft.VisualStudio.QualityTools.UnitTestFramework8.0.0.0__b03f5f7f11d50a3aMicrosoft.VisualStudio.QualityTools.UnitTestFramework.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="AccessibleWrapper.cs" />
- <Compile Include="mouse.cs" />
- <Compile Include="PropertiesAssemblyInfo.cs" />
- <Compile Include="TestBase.cs" />
- <Compile Include="UnitTest1.cs" />
- <Compile Include="window.cs" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="bad.xml" />
- <Content Include="bad.xsl" />
- <Content Include="emp.xml" />
- <Content Include="errors.xml" />
- <Content Include="includesdefaultss.xslt" />
- <Content Include="includesi1.xml" />
- <Content Include="includesi2.xml" />
- <Content Include="includesi3.xml" />
- <Content Include="includesindex.xml" />
- <Content Include="includesout.xml" />
- <Content Include="includesr1.xml" />
- <Content Include="my.xml" />
- <Content Include="out.xml" />
- <Content Include="rss.xsl" />
- <Content Include="supply.xml" />
- <Content Include="Test1.xml" />
- <Content Include="test2.xml" />
- <Content Include="test3.xml" />
- <Content Include="test4.xml" />
- <Content Include="test5.xml" />
- <Content Include="test6.xml" />
- <Content Include="test7.xml" />
- <Content Include="test8.xml" />
- <Content Include="testupdates.xml" />
- <Content Include="unicode.xml" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..FontBuilderFontBuilder.csproj">
- <Project>{C33DB045-65F8-45F1-A703-C7D2969F06CA}</Project>
- <Name>FontBuilder</Name>
- </ProjectReference>
- <ProjectReference Include="..XmlNotepadXmlNotepad.csproj">
- <Project>{E401BDD0-8862-4818-98BD-83E457607E16}</Project>
- <Name>XmlNotepad</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <None Include="emp.xsd">
- <SubType>Designer</SubType>
- </None>
- <None Include="emp2.xsd">
- <SubType>Designer</SubType>
- </None>
- <None Include="test2.xsd">
- <SubType>Designer</SubType>
- </None>
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)Microsoft.CSHARP.Targets" />
- </Project>