Skip to content

Commit 5ace8f2

Browse files
committed
Build/paths.msbuild: Fix paths
1 parent bfa1eca commit 5ace8f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Build/paths.msbuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
<!-- Root -->
66
<ArtifactsPath>$(RootPath)\Artifacts</ArtifactsPath>
7-
<SrcPath>$(RootPath)\Src</SrcPath>
8-
<TestsSrcPath>$(RootPath)\Tests</TestsSrcPath>
7+
<SrcPath>$(RootPath)\UnitsNet</SrcPath>
8+
<TestsSrcPath>$(RootPath)\UnitsNet.Tests</TestsSrcPath>
99
<BuildToolsPath>$(RootPath)\Tools</BuildToolsPath>
1010
<LibsPath>$(RootPath)\Libs</LibsPath>
1111
<ToolsPath>$(RootPath)\Tools</ToolsPath>

0 commit comments

Comments
 (0)