forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSystem.ComponentModel.Primitives.Tests.csproj
More file actions
28 lines (28 loc) · 1.83 KB
/
System.ComponentModel.Primitives.Tests.csproj
File metadata and controls
28 lines (28 loc) · 1.83 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configurations>$(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release</Configurations>
</PropertyGroup>
<ItemGroup>
<Compile Include="System\ComponentModel\BrowsableAttributeTests.cs" />
<Compile Include="System\ComponentModel\CategoryAttributeTests.cs" />
<Compile Include="System\ComponentModel\ComponentCollectionTests.cs" />
<Compile Include="System\ComponentModel\ComponentTests.cs" />
<Compile Include="System\ComponentModel\DescriptionAttributeTests.cs" />
<Compile Include="System\ComponentModel\DesignerCategoryAttributeTests.cs" />
<Compile Include="System\ComponentModel\DesignerSerializationVisibilityAttributeTests.cs" />
<Compile Include="System\ComponentModel\DesignOnlyAttributeTests.cs" />
<Compile Include="System\ComponentModel\DisplayNameAttributeTests.cs" />
<Compile Include="System\ComponentModel\EventHandlerListTests.cs" />
<Compile Include="System\ComponentModel\ImmutableObjectAttributeTests.cs" />
<Compile Include="System\ComponentModel\InitializationEventAttributeTests.cs" />
<Compile Include="System\ComponentModel\InvalidAsynchronousStateExceptionTests.cs" />
<Compile Include="System\ComponentModel\InvalidEnumArgumentExceptionTests.cs" />
<Compile Include="System\ComponentModel\LocalizableAttributeTests.cs" />
<Compile Include="System\ComponentModel\MergablePropertyAttributeTests.cs" />
<Compile Include="System\ComponentModel\MockISite.cs" />
<Compile Include="System\ComponentModel\NotifyParentPropertyAttributeTests.cs" />
<Compile Include="System\ComponentModel\ParenthesizePropertyNameAttributeTests.cs" />
<Compile Include="System\ComponentModel\ReadOnlyAttributeTests.cs" />
<Compile Include="System\ComponentModel\RefreshPropertiesAttributeTests.cs" />
</ItemGroup>
</Project>