File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
@ echo off
2
2
SET ROOT = %~dp0 ..
3
3
SET NuGetExe = %ROOT% \Tools\NuGet.exe
4
- SET SolutionFile = %ROOT% \Src\ UnitsNet.sln
4
+ SET SolutionFile = %ROOT% \UnitsNet.sln
5
5
%NuGetExe% restore %SolutionFile%
Original file line number Diff line number Diff line change 18
18
<Target Name =" CompileProjects" >
19
19
20
20
<MSBuild Projects ="
21
- $(SrcPath)\UnitsNet\UnitsNet .Net35.csproj;
22
- $(SrcPath)\UnitsNet\UnitsNet .Net451.csproj;
23
- $(SrcPath)\UnitsNet\UnitsNet .Portable40.csproj;
24
- $(SrcPath)\UnitsNet\UnitsNet .Portable45.csproj"
21
+ $(SrcPath)\UnitsNet.Net35.csproj;
22
+ $(SrcPath)\UnitsNet.Net451.csproj;
23
+ $(SrcPath)\UnitsNet.Portable40.csproj;
24
+ $(SrcPath)\UnitsNet.Portable45.csproj"
25
25
Properties =" Platform=$(Platform);Configuration=$(Configuration);VisualStudioVersion=$(VisualStudioVersion);AllowUnsafeBlocks=true;Retries=15;RetryDelayMilliseconds=5"
26
26
Targets =" Build" >
27
27
</MSBuild >
You can’t perform that action at this time.
0 commit comments