ColorCode-Universal/ColorCode.AcceptanceTests/ColorCode.AcceptanceTests.c...

153 строки
6.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{B25E2B63-11CB-4F5C-AADE-99278AC8DCAC}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ColorCode</RootNamespace>
<AssemblyName>ColorCode.AcceptanceTests</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</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>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Xml" />
<Reference Include="xunit, Version=1.0.3.1299, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\3rdParty\xunit-1.0.3\xunit.dll</HintPath>
</Reference>
<Reference Include="xunitext, Version=1.0.3.1299, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\3rdParty\xunit-1.0.3\xunitext.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="ColorizeData.cs" />
<Compile Include="ColorizeTests.cs" />
<Compile Include="Data\csharp\abstract-keyword.source.cs">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Compile>
<Compile Include="Data\csharp\as-keyword.source.cs">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Compile>
<Compile Include="Data\csharp\base-keyword.source.cs">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Compile>
<Compile Include="LegacyAcceptanceTests\AsaxAcceptanceTests.cs" />
<Compile Include="LegacyAcceptanceTests\AshxAcceptanceTests.cs" />
<Compile Include="LegacyAcceptanceTests\AspxAcceptanceTests.cs" />
<Compile Include="LegacyAcceptanceTests\AspxCsScenarioTests.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="LegacyAcceptanceTests\AspxVbScenarioTests.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="LegacyAcceptanceTests\CSharpKeywordTests.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="LegacyAcceptanceTests\CSharpScenarioTest.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="LegacyAcceptanceTests\HtmlAcceptanceTests.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="LegacyAcceptanceTests\JavaScriptAcceptanceTests.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="LegacyAcceptanceTests\SqlAggregateFunctionsTests.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="LegacyAcceptanceTests\SqlClrTests.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="LegacyAcceptanceTests\SqlConfiigurationFunctionsTests.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="LegacyAcceptanceTests\SqlKeywordTests.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="LegacyAcceptanceTests\SqlMathFunctionsTests.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="LegacyAcceptanceTests\SqlMetadataFunctionsTests.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="LegacyAcceptanceTests\SqlPerformanceTests.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="LegacyAcceptanceTests\SqlScenarioTests.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="LegacyAcceptanceTests\SqlSecurityFunctionsTests.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="LegacyAcceptanceTests\SqlTextAndImageFunctionsTests.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="LegacyAcceptanceTests\VbDotNetAcceptanceTests.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="LegacyAcceptanceTests\XmlAcceptanceTests.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ColorCode\ColorCode.csproj">
<Project>{37438935-D221-4FD8-A10E-4EC5356B0F94}</Project>
<Name>ColorCode</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="Data\ashx\simple.source.ashx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="LegacyAcceptanceTests\large.sql" />
</ItemGroup>
<ItemGroup>
<Content Include="Data\ashx\simple.expected.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Data\csharp\abstract-keyword.expected.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Data\csharp\as-keyword.expected.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Data\csharp\base-keyword.expected.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="LegacyAcceptanceTests\large.html" />
</ItemGroup>
<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>