Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit e1e094d

Browse files
committed
Fix reference to renamed project
1 parent 6aa0850 commit e1e094d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/buildtasks/annotation-tests/Annotation-BuildTasks-Tests.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="..\..\packages\xunit.runner.visualstudio.2.4.0\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\..\packages\xunit.runner.visualstudio.2.4.0\build\net20\xunit.runner.visualstudio.props')" />
44
<Import Project="..\..\packages\xunit.core.2.4.0\build\xunit.core.props" Condition="Exists('..\..\packages\xunit.core.2.4.0\build\xunit.core.props')" />
@@ -49,6 +49,7 @@
4949
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
5050
</None>
5151
</ItemGroup>
52+
<ItemGroup />
5253
<ItemGroup>
5354
<Folder Include="TestData\" />
5455
</ItemGroup>

0 commit comments

Comments
 (0)