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 =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProjectGuid >{CDC97ACD-6DF4-4513-935F-38745205FF5E}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >Tests</RootNamespace >
11
+ <AssemblyName >Tests</AssemblyName >
12
+ <TargetFrameworkVersion >v4.5.1</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ </PropertyGroup >
15
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16
+ <DebugSymbols >true</DebugSymbols >
17
+ <DebugType >full</DebugType >
18
+ <Optimize >false</Optimize >
19
+ <OutputPath >bin\Debug\</OutputPath >
20
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
21
+ <ErrorReport >prompt</ErrorReport >
22
+ <WarningLevel >4</WarningLevel >
23
+ </PropertyGroup >
24
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25
+ <DebugType >pdbonly</DebugType >
26
+ <Optimize >true</Optimize >
27
+ <OutputPath >bin\Release\</OutputPath >
28
+ <DefineConstants >TRACE</DefineConstants >
29
+ <ErrorReport >prompt</ErrorReport >
30
+ <WarningLevel >4</WarningLevel >
31
+ </PropertyGroup >
32
+ <ItemGroup >
33
+ <Reference Include =" Microsoft.CodeAnalysis" >
34
+ <HintPath >..\packages\Microsoft.CodeAnalysis.Common.0.7.4091001-beta\lib\net45\Microsoft.CodeAnalysis.dll</HintPath >
35
+ </Reference >
36
+ <Reference Include =" Microsoft.CodeAnalysis.CSharp" >
37
+ <HintPath >..\packages\Microsoft.CodeAnalysis.CSharp.0.7.4091001-beta\lib\net45\Microsoft.CodeAnalysis.CSharp.dll</HintPath >
38
+ </Reference >
39
+ <Reference Include =" Microsoft.CodeAnalysis.CSharp.Desktop" >
40
+ <HintPath >..\packages\Microsoft.CodeAnalysis.CSharp.0.7.4091001-beta\lib\net45\Microsoft.CodeAnalysis.CSharp.Desktop.dll</HintPath >
41
+ </Reference >
42
+ <Reference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" >
43
+ <HintPath >..\packages\Microsoft.CodeAnalysis.CSharp.Workspaces.0.7.4091001-beta\lib\net45\Microsoft.CodeAnalysis.CSharp.Workspaces.dll</HintPath >
44
+ </Reference >
45
+ <Reference Include =" Microsoft.CodeAnalysis.Desktop" >
46
+ <HintPath >..\packages\Microsoft.CodeAnalysis.Common.0.7.4091001-beta\lib\net45\Microsoft.CodeAnalysis.Desktop.dll</HintPath >
47
+ </Reference >
48
+ <Reference Include =" Microsoft.CodeAnalysis.VisualBasic" >
49
+ <HintPath >..\packages\Microsoft.CodeAnalysis.VisualBasic.0.7.4091001-beta\lib\net45\Microsoft.CodeAnalysis.VisualBasic.dll</HintPath >
50
+ </Reference >
51
+ <Reference Include =" Microsoft.CodeAnalysis.VisualBasic.Desktop" >
52
+ <HintPath >..\packages\Microsoft.CodeAnalysis.VisualBasic.0.7.4091001-beta\lib\net45\Microsoft.CodeAnalysis.VisualBasic.Desktop.dll</HintPath >
53
+ </Reference >
54
+ <Reference Include =" Microsoft.CodeAnalysis.Workspaces" >
55
+ <HintPath >..\packages\Microsoft.CodeAnalysis.Workspaces.Common.0.7.4091001-beta\lib\net45\Microsoft.CodeAnalysis.Workspaces.dll</HintPath >
56
+ </Reference >
57
+ <Reference Include =" nunit.framework" >
58
+ <HintPath >..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath >
59
+ </Reference >
60
+ <Reference Include =" System" />
61
+ <Reference Include =" System.Collections.Immutable" >
62
+ <HintPath >..\packages\Microsoft.Bcl.Immutable.1.1.20-beta\lib\portable-net45+win8\System.Collections.Immutable.dll</HintPath >
63
+ </Reference >
64
+ <Reference Include =" System.Core" />
65
+ <Reference Include =" System.Reflection.Metadata" >
66
+ <HintPath >..\packages\Microsoft.Bcl.Metadata.1.0.12-alpha\lib\portable-net45+win8\System.Reflection.Metadata.dll</HintPath >
67
+ </Reference >
68
+ <Reference Include =" System.Xml.Linq" />
69
+ <Reference Include =" System.Data.DataSetExtensions" />
70
+ <Reference Include =" Microsoft.CSharp" />
71
+ <Reference Include =" System.Data" />
72
+ <Reference Include =" System.Xml" />
73
+ </ItemGroup >
74
+ <ItemGroup >
75
+ <Compile Include =" NotNullTest.cs" />
76
+ <Compile Include =" Properties\AssemblyInfo.cs" />
77
+ </ItemGroup >
78
+ <ItemGroup >
79
+ <None Include =" packages.config" />
80
+ </ItemGroup >
81
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
82
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
83
+ Other similar extension points exist, see Microsoft.Common.targets.
84
+ <Target Name="BeforeBuild">
85
+ </Target>
86
+ <Target Name="AfterBuild">
87
+ </Target>
88
+ -->
89
+ </Project >
0 commit comments