-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathForge.TreeWalker.UnitTests.csproj
More file actions
108 lines (108 loc) · 5.51 KB
/
Forge.TreeWalker.UnitTests.csproj
File metadata and controls
108 lines (108 loc) · 5.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{A33AF1FF-1291-4CB1-A733-3243E1FE967E}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Microsoft.Forge.TreeWalker.UnitTests</RootNamespace>
<AssemblyName>Microsoft.Forge.TreeWalker.UnitTests</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<IsCodedUITest>False</IsCodedUITest>
<TestProjectType>UnitTest</TestProjectType>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>obj\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>obj\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NuGet.Build.Tasks.Pack" Version="5.2.0">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Scripting" Version="3.8.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.5" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.5" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Newtonsoft.Json.Schema" Version="3.0.15" />
<PackageReference Include="MSTest.TestAdapter" Version="1.3.2" />
<PackageReference Include="MSTest.TestFramework" Version="1.3.2" />
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="test\ActionsAndCallbacks\BaseCommonAction.cs" />
<Compile Include="test\ActionsAndCallbacks\CollectDiagnosticsAction.cs" />
<Compile Include="test\ActionsAndCallbacks\DependencyInjectionTestAction.cs" />
<Compile Include="test\ActionsAndCallbacks\ForgeUserContext.cs" />
<Compile Include="test\ActionsAndCallbacks\ReturnSessionIdAction.cs" />
<Compile Include="test\ActionsAndCallbacks\RevisitAction.cs" />
<Compile Include="test\ActionsAndCallbacks\TardigradeAction.cs" />
<Compile Include="test\ActionsAndCallbacks\TestDelayExceptionAction.cs" />
<Compile Include="test\ActionsAndCallbacks\TestEvaluateInputType_FailOnField_Action.cs" />
<Compile Include="test\ActionsAndCallbacks\TestEvaluateInputType_FailOnNonEmptyCtor_Action.cs" />
<Compile Include="test\ActionsAndCallbacks\TestEvaluateInputTypeAction.cs" />
<Compile Include="test\ActionsAndCallbacks\TreeWalkerCallbacks.cs" />
<Compile Include="test\ActionsAndCallbacks\TreeWalkerCallbacksV2.cs" />
<Compile Include="test\DependencyInjectionTests.cs" />
<Compile Include="test\ExecutorUnitTests.cs" />
<Compile Include="test\ExternalTestType.cs" />
<Compile Include="test\ForgeSchemaHelper.cs" />
<Compile Include="test\ForgeSchemaValidationTests.cs" />
<Compile Include="test\ForgeSchemaValidatorTests.cs" />
<Compile Include="test\TreeWalkerUnitTests.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="test\ExampleSchemas\LeafNodeSummarySchema.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="test\ExampleSchemas\SubroutineSchema.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="test\ExampleSchemas\TardigradeSchema.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="test\ExampleSchemas\TestEvaluateInputTypeSchema.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="test\InvalidTestSchemas\InvalidActionTestSchema.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="test\InvalidTestSchemas\InvalidTestSchema.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="test\InvalidTestSchemas\InvalidTestSchemaErrorContent.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Forge.TreeWalker\Forge.TreeWalker.csproj">
<Name>Microsoft.Forge.TreeWalker</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>