We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa1eca commit 5ace8f2Copy full SHA for 5ace8f2
Build/paths.msbuild
@@ -4,8 +4,8 @@
4
5
<!-- Root -->
6
<ArtifactsPath>$(RootPath)\Artifacts</ArtifactsPath>
7
- <SrcPath>$(RootPath)\Src</SrcPath>
8
- <TestsSrcPath>$(RootPath)\Tests</TestsSrcPath>
+ <SrcPath>$(RootPath)\UnitsNet</SrcPath>
+ <TestsSrcPath>$(RootPath)\UnitsNet.Tests</TestsSrcPath>
9
<BuildToolsPath>$(RootPath)\Tools</BuildToolsPath>
10
<LibsPath>$(RootPath)\Libs</LibsPath>
11
<ToolsPath>$(RootPath)\Tools</ToolsPath>
0 commit comments