|
1 | 1 | <Project Sdk="Remora.Tests.Sdk">
|
2 |
| - |
3 | 2 | <ItemGroup>
|
4 |
| - <ProjectReference Include="..\..\Remora.Rest.Xunit\Remora.Rest.Xunit.csproj" /> |
5 |
| - <ProjectReference Include="..\..\Remora.Rest\Remora.Rest.csproj" /> |
| 3 | + <ProjectReference Include="..\..\Remora.Rest.Xunit\Remora.Rest.Xunit.csproj"/> |
| 4 | + <ProjectReference Include="..\..\Remora.Rest\Remora.Rest.csproj"/> |
6 | 5 | </ItemGroup>
|
| 6 | + |
| 7 | + <PropertyGroup> |
| 8 | + <TargetNetStandard>false</TargetNetStandard> |
| 9 | + </PropertyGroup> |
| 10 | + |
7 | 11 | <ItemGroup>
|
8 |
| - <Compile Update="Data\DataObjects\ISimpleData.cs"> |
9 |
| - <DependentUpon>SimpleData.cs</DependentUpon> |
10 |
| - </Compile> |
11 |
| - <Compile Update="Data\DataObjects\IOptionalData.cs"> |
12 |
| - <DependentUpon>OptionalData.cs</DependentUpon> |
13 |
| - </Compile> |
14 |
| - <Compile Update="Data\DataObjects\StringifiedEnum.cs"> |
15 |
| - <DependentUpon>ConvertibleData.cs</DependentUpon> |
16 |
| - </Compile> |
17 |
| - <Compile Update="Data\DataObjects\IConvertibleData.cs"> |
18 |
| - <DependentUpon>ConvertibleData.cs</DependentUpon> |
19 |
| - </Compile> |
20 |
| - <Compile Update="Data\DataObjects\IReadOnlyData.cs"> |
21 |
| - <DependentUpon>ReadOnlyData.cs</DependentUpon> |
22 |
| - </Compile> |
23 |
| - <Compile Update="Data\DataObjects\INonConventionalData.cs"> |
24 |
| - <DependentUpon>NonConventionalData.cs</DependentUpon> |
25 |
| - </Compile> |
26 |
| - <Compile Update="Data\DataObjects\IExcludedData.cs"> |
27 |
| - <DependentUpon>ExcludedData.cs</DependentUpon> |
28 |
| - </Compile> |
29 |
| - <Compile Update="Data\DataObjects\IConstructorArgumentData.cs"> |
30 |
| - <DependentUpon>ConstructorArgumentData.cs</DependentUpon> |
31 |
| - </Compile> |
32 |
| - <Compile Update="Data\DataObjects\IOldStyleData.cs"> |
33 |
| - <DependentUpon>OldStyleData.cs</DependentUpon> |
34 |
| - </Compile> |
| 12 | + <Compile Update="Data\DataObjects\ISimpleData.cs"> |
| 13 | + <DependentUpon>SimpleData.cs</DependentUpon> |
| 14 | + </Compile> |
| 15 | + <Compile Update="Data\DataObjects\IOptionalData.cs"> |
| 16 | + <DependentUpon>OptionalData.cs</DependentUpon> |
| 17 | + </Compile> |
| 18 | + <Compile Update="Data\DataObjects\StringifiedEnum.cs"> |
| 19 | + <DependentUpon>ConvertibleData.cs</DependentUpon> |
| 20 | + </Compile> |
| 21 | + <Compile Update="Data\DataObjects\IConvertibleData.cs"> |
| 22 | + <DependentUpon>ConvertibleData.cs</DependentUpon> |
| 23 | + </Compile> |
| 24 | + <Compile Update="Data\DataObjects\IReadOnlyData.cs"> |
| 25 | + <DependentUpon>ReadOnlyData.cs</DependentUpon> |
| 26 | + </Compile> |
| 27 | + <Compile Update="Data\DataObjects\INonConventionalData.cs"> |
| 28 | + <DependentUpon>NonConventionalData.cs</DependentUpon> |
| 29 | + </Compile> |
| 30 | + <Compile Update="Data\DataObjects\IExcludedData.cs"> |
| 31 | + <DependentUpon>ExcludedData.cs</DependentUpon> |
| 32 | + </Compile> |
| 33 | + <Compile Update="Data\DataObjects\IConstructorArgumentData.cs"> |
| 34 | + <DependentUpon>ConstructorArgumentData.cs</DependentUpon> |
| 35 | + </Compile> |
| 36 | + <Compile Update="Data\DataObjects\IOldStyleData.cs"> |
| 37 | + <DependentUpon>OldStyleData.cs</DependentUpon> |
| 38 | + </Compile> |
35 | 39 | </ItemGroup>
|
36 |
| - |
37 | 40 | </Project>
|
0 commit comments