1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion = " 4.0 " DefaultTargets = " Build " xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " >
2
+ <Project Sdk = " Microsoft.NET.Sdk " >
3
3
<PropertyGroup >
4
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6
- <ProductVersion >
7
- </ProductVersion >
8
- <SchemaVersion >2.0</SchemaVersion >
9
- <ProjectGuid >{665FDD28-99EF-4038-9469-1B27F778BF1D}</ProjectGuid >
10
- <OutputType >Library</OutputType >
11
- <AppDesignerFolder >Properties</AppDesignerFolder >
12
- <RootNamespace >PowerAssertTests</RootNamespace >
13
- <AssemblyName >PowerAssertTests</AssemblyName >
14
- <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
15
- <FileAlignment >512</FileAlignment >
16
- <TargetFrameworkProfile />
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
- <Prefer32Bit >false</Prefer32Bit >
27
- </PropertyGroup >
28
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29
- <DebugType >pdbonly</DebugType >
30
- <Optimize >true</Optimize >
31
- <OutputPath >bin\Release\</OutputPath >
32
- <DefineConstants >TRACE</DefineConstants >
33
- <ErrorReport >prompt</ErrorReport >
34
- <WarningLevel >4</WarningLevel >
35
- <Prefer32Bit >false</Prefer32Bit >
36
- </PropertyGroup >
37
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug-Core|AnyCPU'" >
38
- <DebugSymbols >true</DebugSymbols >
39
- <OutputPath >bin\Debug-Core\</OutputPath >
40
- <DefineConstants >DEBUG;TRACE</DefineConstants >
41
- <DebugType >full</DebugType >
42
- <PlatformTarget >AnyCPU</PlatformTarget >
43
- <ErrorReport >prompt</ErrorReport >
44
- <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
45
- </PropertyGroup >
46
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release-Core|AnyCPU'" >
47
- <OutputPath >bin\Release-Core\</OutputPath >
48
- <DefineConstants >TRACE</DefineConstants >
49
- <Optimize >true</Optimize >
50
- <DebugType >pdbonly</DebugType >
51
- <PlatformTarget >AnyCPU</PlatformTarget >
52
- <ErrorReport >prompt</ErrorReport >
53
- <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
4
+ <TargetFrameworks >net45</TargetFrameworks >
54
5
</PropertyGroup >
6
+
55
7
<ItemGroup >
56
- <Reference Include =" ApprovalTests" >
57
- <HintPath >..\packages\ApprovalTests.3.0.7\lib\net40\ApprovalTests.dll</HintPath >
58
- </Reference >
59
- <Reference Include =" ApprovalUtilities" >
60
- <HintPath >..\packages\ApprovalUtilities.3.0.7\lib\net35\ApprovalUtilities.dll</HintPath >
61
- </Reference >
62
- <Reference Include =" nunit.framework" >
63
- <HintPath >..\lib\nunit.framework.dll</HintPath >
64
- </Reference >
65
8
<Reference Include =" System" />
66
9
<Reference Include =" System.Core" >
67
10
<RequiredTargetFramework >3.5</RequiredTargetFramework >
72
15
<Visible >False</Visible >
73
16
</CodeAnalysisDependentAssemblyPaths >
74
17
</ItemGroup >
75
- <ItemGroup >
76
- <Compile Include =" Approvals\ApprovalTestExtensions\CiReporter.cs" />
77
- <Compile Include =" Approvals\ApprovalTestExtensions\HappyDiffReporter.cs" />
78
- <Compile Include =" Approvals\ApprovalTestExtensions\OverwriteReporter.cs" />
79
- <Compile Include =" Hints\BrokenEqualityHintTests.cs" />
80
- <Compile Include =" Hints\DelegateShouldHaveBeenInvokedEqualsHintTests.cs" />
81
- <Compile Include =" Hints\EnumerableEqualsHintTests.cs" />
82
- <Compile Include =" Hints\EnumerableOperatorEqualsHintTests.cs" />
83
- <Compile Include =" Hints\FloatEqualityHintTests.cs" />
84
- <Compile Include =" Hints\MethodEqualsInsteadOfOperatorEqualsHintTests.cs" />
85
- <Compile Include =" Hints\SequenceEqualsHintTests.cs" />
86
- <Compile Include =" Hints\StringEqualsHintTests.cs" />
87
- <Compile Include =" Hints\StringOperatorEqualsHint.cs" />
88
- <Compile Include =" Hints\TimeSpanTotalMistakesHintTests.cs" />
89
- <Compile Include =" NodeFormatterTest.cs" />
90
- <Compile Include =" ParserTest.cs" />
91
- <Compile Include =" Properties\AssemblyInfo.cs" />
92
- <Compile Include =" Approvals\EndToEndTest.cs" />
93
- <Compile Include =" ThrowsTest.cs" />
94
- </ItemGroup >
95
18
<ItemGroup >
96
19
<ProjectReference Include =" ..\PowerAssert\PowerAssert.csproj" >
97
20
<Project >{7E9D2DB4-78FE-41BD-9566-15F68D42E4D9}</Project >
98
21
<Name >PowerAssert</Name >
99
22
</ProjectReference >
100
23
</ItemGroup >
101
24
<ItemGroup >
102
- <Service Include =" {82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
103
- </ItemGroup >
104
- <ItemGroup >
105
- <None Include =" packages.config" />
106
- </ItemGroup >
107
- <ItemGroup >
108
- <Content Include =" Approvals\EndToEndTest.ArrayIndexOfBinary.approved.txt" />
109
- <Content Include =" Approvals\EndToEndTest.ArrayLength.approved.txt" />
110
- <Content Include =" Approvals\EndToEndTest.BinaryArguments.approved.txt" />
111
- <Content Include =" Approvals\EndToEndTest.BinaryArrayElement.approved.txt" />
112
- <Content Include =" Approvals\EndToEndTest.BrokenEqualityTestInstanceEquals.approved.txt" />
113
- <Content Include =" Approvals\EndToEndTest.Casting.approved.txt" />
114
- <Content Include =" Approvals\EndToEndTest.PolyAssert.approved.txt" />
115
- <Content Include =" Approvals\EndToEndTest.PolyAssertCanFinishEarly.approved.txt" />
116
- <Content Include =" Approvals\EndToEndTest.UnaryCastOfBinary.approved.txt" />
117
- <Content Include =" Approvals\EndToEndTest.CompareDelegateAndObject.approved.txt" />
118
- <Content Include =" Approvals\EndToEndTest.CompareTwoCloseFloats.approved.txt" />
119
- <Content Include =" Approvals\EndToEndTest.Enum.approved.txt" />
120
- <Content Include =" Approvals\EndToEndTest.EnumerablesThatDiffer.approved.txt" />
121
- <Content Include =" Approvals\EndToEndTest.EqualsButNotOperatorEquals.approved.txt" />
122
- <Content Include =" Approvals\EndToEndTest.MethodCallOfBinary.approved.txt" />
123
- <Content Include =" Approvals\EndToEndTest.MethodCallOfBinaryBackward.approved.txt" />
124
- <Content Include =" Approvals\EndToEndTest.NullCoalesce.approved.txt" />
125
- <Content Include =" Approvals\EndToEndTest.NullDereference.approved.txt" />
126
- <Content Include =" Approvals\EndToEndTest.OneStringIsDecomposedVersionOfOther.approved.txt" />
127
- <Content Include =" Approvals\EndToEndTest.OperatorPriority.approved.txt" />
128
- <Content Include =" Approvals\EndToEndTest.PrintingComplexLinqExpressionStatements.approved.txt" />
129
- <Content Include =" Approvals\EndToEndTest.PrintingDictionary.approved.txt" />
130
- <Content Include =" Approvals\EndToEndTest.PrintingEnumerablesWithNulls.approved.txt" />
131
- <Content Include =" Approvals\EndToEndTest.PrintingIsTest.approved.txt" />
132
- <Content Include =" Approvals\EndToEndTest.PrintingLinqExpressionStatements.approved.txt" />
133
- <Content Include =" Approvals\EndToEndTest.PrintingLinqStatements.approved.txt" />
134
- <Content Include =" Approvals\EndToEndTest.PrintingMethodCall.approved.txt" />
135
- <Content Include =" Approvals\EndToEndTest.PrintingNewExpression.approved.txt" />
136
- <Content Include =" Approvals\EndToEndTest.PrintingTestClassFields.approved.txt" />
137
- <Content Include =" Approvals\EndToEndTest.PrintingUnaryNegate.approved.txt" />
138
- <Content Include =" Approvals\EndToEndTest.PrintingUnaryNot.approved.txt" />
139
- <Content Include =" Approvals\EndToEndTest.PropertyAccessOfBinary.approved.txt" />
140
- <Content Include =" Approvals\EndToEndTest.RunComplexExpression.approved.txt" />
141
- <Content Include =" Approvals\EndToEndTest.RunComplexExpression2.approved.txt" />
142
- <Content Include =" Approvals\EndToEndTest.RunComplexExpression3.approved.txt" />
143
- <Content Include =" Approvals\EndToEndTest.RunComplexExpressionWithStaticField.approved.txt" />
144
- <Content Include =" Approvals\EndToEndTest.RunRoundingEdgeCase.approved.txt" />
145
- <Content Include =" Approvals\EndToEndTest.RunStringCompare.approved.txt" />
146
- <Content Include =" Approvals\EndToEndTest.SequenceEqualButNotDotEquals.approved.txt" />
147
- <Content Include =" Approvals\EndToEndTest.SequenceEqualButNotOperatorEquals.approved.txt" />
148
- <Content Include =" Approvals\EndToEndTest.ShouldHaveUsedTotal.approved.txt" />
149
- <Content Include =" Approvals\EndToEndTest.StringContainsControlChar.approved.txt" />
150
- <Content Include =" Approvals\EndToEndTest.StringContainsFormatChar.approved.txt" />
151
- <Content Include =" Approvals\EndToEndTest.StringContainsMismatchedNewlines.approved.txt" />
152
- <Content Include =" Approvals\EndToEndTest.StringsThatDiffer.approved.txt" />
153
- <Content Include =" Approvals\EndToEndTest.StringsThatDifferAndAreComparedCaseInsensitively.approved.txt" />
154
- <Content Include =" Approvals\EndToEndTest.TestDifferingLists.approved.txt" />
155
- <Content Include =" Approvals\EndToEndTest.UnaryNotOfBinary.approved.txt" />
25
+ <PackageReference Include =" ApprovalTests" Version =" 3.0.7" />
26
+ <PackageReference Include =" ApprovalUtilities" Version =" 3.0.7" />
27
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.9.1" />
28
+ <PackageReference Include =" nunit" Version =" 3.13.1" />
29
+ <PackageReference Include =" NUnit3TestAdapter" Version =" 3.17.0" />
156
30
</ItemGroup >
157
- <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
158
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
159
- Other similar extension points exist, see Microsoft.Common.targets.
160
- <Target Name="BeforeBuild">
161
- </Target>
162
- <Target Name="AfterBuild">
163
- </Target>
164
- -->
165
31
</Project >
0 commit comments