Skip to content

Commit e951bd8

Browse files
author
slavara
committed
[UnitTests] Cleanup...
1 parent debb6ce commit e951bd8

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

PostfixCodeCompletion.Tests/PostfixCodeCompletion.Tests.csproj

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
<RootNamespace>PostfixCodeCompletion</RootNamespace>
1212
<AssemblyName>PostfixCodeCompletion.Tests</AssemblyName>
1313
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
14-
<FileAlignment>512</FileAlignment>
15-
<NuGetPackageImportStamp>
16-
</NuGetPackageImportStamp>
1714
</PropertyGroup>
1815
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1916
<DebugSymbols>true</DebugSymbols>
@@ -195,25 +192,29 @@
195192
<Name>PluginCore</Name>
196193
<Private>False</Private>
197194
</ProjectReference>
198-
<ProjectReference Include="..\..\..\..\Tests\External\Plugins\ASCompletion.Tests\ASCompletion.Tests.csproj">
199-
<Project>{ABC71D26-295C-4C6C-B6DE-320AD49EEF79}</Project>
200-
<Name>ASCompletion.Tests</Name>
201-
</ProjectReference>
202195
<ProjectReference Include="..\..\ASCompletion\ASCompletion.csproj">
203196
<Project>{4EBF2653-9654-4E40-880E-0046B3D6210E}</Project>
204197
<Name>ASCompletion</Name>
205198
<Private>False</Private>
206199
</ProjectReference>
200+
<ProjectReference Include="..\..\..\..\Tests\External\Plugins\ASCompletion.Tests\ASCompletion.Tests.csproj">
201+
<Project>{ABC71D26-295C-4C6C-B6DE-320AD49EEF79}</Project>
202+
<Name>ASCompletion.Tests</Name>
203+
<Private>False</Private>
204+
</ProjectReference>
207205
<ProjectReference Include="..\PostfixCodeCompletion\PostfixCodeCompletion.csproj">
208206
<Project>{e511b03b-81fd-4c39-b587-211f2a1603a1}</Project>
209207
<Name>PostfixCodeCompletion</Name>
208+
<Private>False</Private>
210209
</ProjectReference>
211210
</ItemGroup>
212211
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
212+
<Import Project="..\..\..\..\packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('..\..\..\..\packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets')" />
213213
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
214214
<PropertyGroup>
215215
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
216216
</PropertyGroup>
217+
<Error Condition="!Exists('..\..\..\..\packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets'))" />
217218
<Error Condition="!Exists('..\..\..\..\packages\NUnit.3.12.0\build\NUnit.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\NUnit.3.12.0\build\NUnit.props'))" />
218219
</Target>
219220
</Project>

0 commit comments

Comments
 (0)