1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/lunarsf-Lunar-Markdown-Editor

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
Test.csproj 6.5 КБ
Копировать Редактировать Исходные данные Просмотреть построчно История
LunarSF Отправлено 9 лет назад ab5a981
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{B9BBCF9A-4E79-4A90-8401-C11D4D7A86B0}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Test</RootNamespace>
<AssemblyName>Test</AssemblyName>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
<IsCodedUITest>False</IsCodedUITest>
<TestProjectType>UnitTest</TestProjectType>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>NSoupTest.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
</ItemGroup>
<Choose>
<When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
<ItemGroup>
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
</ItemGroup>
</When>
<Otherwise>
<ItemGroup>
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
</ItemGroup>
</Otherwise>
</Choose>
<ItemGroup>
<Compile Include="Helper\DataUtilTest.cs" />
<Compile Include="Helper\HttpConnectionTest.cs" />
<Compile Include="Helper\StringUtilTest.cs" />
<Compile Include="Integration\Benchmark.cs" />
<Compile Include="Integration\ParseTest.cs" />
<Compile Include="Integration\UrlConnectTest.cs" />
<Compile Include="Nodes\DocumentTest.cs" />
<Compile Include="Nodes\ElementTest.cs" />
<Compile Include="Nodes\EntitiesTest.cs" />
<Compile Include="Nodes\NodeTest.cs" />
<Compile Include="Nodes\TextNodeTest.cs" />
<Compile Include="Parser\AttributeParseTest.cs" />
<Compile Include="Parser\CharacterReaderTest.cs" />
<Compile Include="Parser\HtmlParserTest.cs" />
<Compile Include="Parser\TagTest.cs" />
<Compile Include="Parser\TokenQueueTests.cs" />
<Compile Include="Parser\XmlTreeBuilderTest.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Safety\CleanerTest.cs" />
<Compile Include="Select\ElementsTest.cs" />
<Compile Include="Select\SelectorTest.cs" />
<Compile Include="Select\QueryParserTest.cs" />
<Compile Include="TextUtil.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="htmltests\xml-test.xml" />
<EmbeddedResource Include="htmltests\baidu-cn-home.html" />
<EmbeddedResource Include="htmltests\baidu-variant.html" />
<EmbeddedResource Include="htmltests\google-ipod.html" />
<EmbeddedResource Include="htmltests\meta-charset-1.html" />
<EmbeddedResource Include="htmltests\meta-charset-2.html" />
<EmbeddedResource Include="htmltests\meta-charset-3.html" />
<EmbeddedResource Include="htmltests\news-com-au-home.html" />
<EmbeddedResource Include="htmltests\nyt-article-1.html" />
<EmbeddedResource Include="htmltests\smh-biz-article-1.html" />
<EmbeddedResource Include="htmltests\thumb.jpg" />
<EmbeddedResource Include="htmltests\yahoo-article-1.html" />
<EmbeddedResource Include="htmltests\yahoo-jp.html" />
</ItemGroup>
<ItemGroup>
<None Include="htmltests\README" />
<None Include="NSoupTest.snk" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NSoup\NSoup.csproj">
<Project>{ea189dc2-2c8d-4b50-bee8-8964d6bedf33}</Project>
<Name>NSoup</Name>
</ProjectReference>
</ItemGroup>
<Choose>
<When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
<ItemGroup>
<Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<Private>False</Private>
</Reference>
</ItemGroup>
</When>
</Choose>
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://gitlife.ru/oschina-mirror/lunarsf-Lunar-Markdown-Editor.git
git@gitlife.ru:oschina-mirror/lunarsf-Lunar-Markdown-Editor.git
oschina-mirror
lunarsf-Lunar-Markdown-Editor
lunarsf-Lunar-Markdown-Editor
v0.4-beta8