1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <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
+ <Import Project =" ..\packages\xunit.core.2.1.0\build\portable-net45+win8+wp8+wpa81\xunit.core.props" Condition =" Exists('..\packages\xunit.core.2.1.0\build\portable-net45+win8+wp8+wpa81\xunit.core.props')" />
5
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
6
+ <PropertyGroup >
7
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
8
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
9
+ <ProjectGuid >{A034BE7F-0CD8-4A03-85B3-44CC2E58B86F}</ProjectGuid >
10
+ <OutputType >Library</OutputType >
11
+ <AppDesignerFolder >Properties</AppDesignerFolder >
12
+ <RootNamespace >StaticAnalysis.Test</RootNamespace >
13
+ <AssemblyName >StaticAnalysis.Test</AssemblyName >
14
+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
15
+ <FileAlignment >512</FileAlignment >
16
+ <NuGetPackageImportStamp >ba98ab34</NuGetPackageImportStamp >
17
+ </PropertyGroup >
18
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19
+ <DebugSymbols >true</DebugSymbols >
20
+ <DebugType >full</DebugType >
21
+ <Optimize >false</Optimize >
22
+ <OutputPath >bin\Debug\</OutputPath >
23
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
24
+ <ErrorReport >prompt</ErrorReport >
25
+ <WarningLevel >4</WarningLevel >
26
+ </PropertyGroup >
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28
+ <DebugType >pdbonly</DebugType >
29
+ <Optimize >true</Optimize >
30
+ <OutputPath >bin\Release\</OutputPath >
31
+ <DefineConstants >TRACE</DefineConstants >
32
+ <ErrorReport >prompt</ErrorReport >
33
+ <WarningLevel >4</WarningLevel >
34
+ </PropertyGroup >
35
+ <ItemGroup >
36
+ <Reference Include =" System" />
37
+ <Reference Include =" System.Core" />
38
+ <Reference Include =" System.Xml.Linq" />
39
+ <Reference Include =" System.Data.DataSetExtensions" />
40
+ <Reference Include =" Microsoft.CSharp" />
41
+ <Reference Include =" System.Data" />
42
+ <Reference Include =" System.Xml" />
43
+ <Reference Include =" xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
44
+ <HintPath >..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath >
45
+ <Private >True</Private >
46
+ </Reference >
47
+ <Reference Include =" xunit.assert, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
48
+ <HintPath >..\packages\xunit.assert.2.1.0\lib\portable-net45+win8+wp8+wpa81\xunit.assert.dll</HintPath >
49
+ <Private >True</Private >
50
+ </Reference >
51
+ <Reference Include =" xunit.core, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
52
+ <HintPath >..\packages\xunit.extensibility.core.2.1.0\lib\portable-net45+win8+wp8+wpa81\xunit.core.dll</HintPath >
53
+ <Private >True</Private >
54
+ </Reference >
55
+ <Reference Include =" xunit.execution.desktop, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
56
+ <HintPath >..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll</HintPath >
57
+ <Private >True</Private >
58
+ </Reference >
59
+ </ItemGroup >
60
+ <ItemGroup >
61
+ <Compile Include =" Constants.cs" />
62
+ <Compile Include =" MatchingTests.cs" />
63
+ <Compile Include =" Properties\AssemblyInfo.cs" />
64
+ </ItemGroup >
65
+ <ItemGroup >
66
+ <ProjectReference Include =" ..\StaticAnalysis.csproj" >
67
+ <Project >{68384b59-ba0c-4b7b-b3f6-9c7988296c16}</Project >
68
+ <Name >StaticAnalysis</Name >
69
+ </ProjectReference >
70
+ </ItemGroup >
71
+ <ItemGroup >
72
+ <None Include =" packages.config" />
73
+ </ItemGroup >
74
+ <ItemGroup >
75
+ <Service Include =" {82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
76
+ </ItemGroup >
77
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
78
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
79
+ <PropertyGroup >
80
+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
81
+ </PropertyGroup >
82
+ <Error Condition =" !Exists('..\packages\xunit.core.2.1.0\build\portable-net45+win8+wp8+wpa81\xunit.core.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\xunit.core.2.1.0\build\portable-net45+win8+wp8+wpa81\xunit.core.props'))" />
83
+ <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'))" />
84
+ </Target >
85
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
86
+ Other similar extension points exist, see Microsoft.Common.targets.
87
+ <Target Name="BeforeBuild">
88
+ </Target>
89
+ <Target Name="AfterBuild">
90
+ </Target>
91
+ -->
92
+ </Project >
0 commit comments