|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
| 3 | + <Import Project="..\packages\Xunit.SkippableFact.1.2.14\build\net45\Xunit.SkippableFact.props" Condition="Exists('..\packages\Xunit.SkippableFact.1.2.14\build\net45\Xunit.SkippableFact.props')" /> |
3 | 4 | <Import Project="..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" />
|
4 | 5 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
5 | 6 | <PropertyGroup>
|
|
20 | 21 | <DebugType>full</DebugType>
|
21 | 22 | <Optimize>false</Optimize>
|
22 | 23 | <OutputPath>bin\Debug\</OutputPath>
|
23 |
| - <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 24 | + <DefineConstants>TRACE;DEBUG;NOT_CLS_COMPLIANT</DefineConstants> |
24 | 25 | <ErrorReport>prompt</ErrorReport>
|
25 | 26 | <WarningLevel>4</WarningLevel>
|
26 | 27 | </PropertyGroup>
|
27 | 28 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
28 | 29 | <DebugType>pdbonly</DebugType>
|
29 | 30 | <Optimize>true</Optimize>
|
30 | 31 | <OutputPath>bin\Release\</OutputPath>
|
31 |
| - <DefineConstants>TRACE</DefineConstants> |
| 32 | + <DefineConstants>TRACE;NOT_CLS_COMPLIANT</DefineConstants> |
32 | 33 | <ErrorReport>prompt</ErrorReport>
|
33 | 34 | <WarningLevel>4</WarningLevel>
|
34 | 35 | </PropertyGroup>
|
|
58 | 59 | <Reference Include="Microsoft.CSharp" />
|
59 | 60 | <Reference Include="System.Data" />
|
60 | 61 | <Reference Include="System.Xml" />
|
| 62 | + <Reference Include="Validation, Version=2.2.0.0, Culture=neutral, PublicKeyToken=2fc06f0d701809a7, processorArchitecture=MSIL"> |
| 63 | + <HintPath>..\packages\Validation.2.2.8\lib\dotnet\Validation.dll</HintPath> |
| 64 | + <Private>True</Private> |
| 65 | + </Reference> |
61 | 66 | <Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
|
62 | 67 | <HintPath>..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath>
|
63 | 68 | </Reference>
|
|
73 | 78 | <HintPath>..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll</HintPath>
|
74 | 79 | <Private>True</Private>
|
75 | 80 | </Reference>
|
| 81 | + <Reference Include="Xunit.SkippableFact, Version=1.2.0.0, Culture=neutral, PublicKeyToken=b2b52da82b58eb73, processorArchitecture=MSIL"> |
| 82 | + <HintPath>..\packages\Xunit.SkippableFact.1.2.14\lib\net45\Xunit.SkippableFact.dll</HintPath> |
| 83 | + <Private>True</Private> |
| 84 | + </Reference> |
76 | 85 | </ItemGroup>
|
77 | 86 | <ItemGroup>
|
78 | 87 | <Compile Include="..\GlobalAssemblyInfo.cs">
|
|
134 | 143 | <ErrorText>Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}".</ErrorText>
|
135 | 144 | </PropertyGroup>
|
136 | 145 | <Error Condition="!Exists('..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props'))" />
|
| 146 | + <Error Condition="!Exists('..\packages\Xunit.SkippableFact.1.2.14\build\net45\Xunit.SkippableFact.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Xunit.SkippableFact.1.2.14\build\net45\Xunit.SkippableFact.props'))" /> |
137 | 147 | </Target>
|
138 | 148 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
139 | 149 | Other similar extension points exist, see Microsoft.Common.targets.
|
|
0 commit comments