File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets =" CompileProjects" ToolsVersion =" 12.0" >
3
3
<Import Project =" paths.msbuild" />
4
-
4
+
5
5
<PropertyGroup >
6
6
<Platform >AnyCPU</Platform >
7
7
<Configuration >Release</Configuration >
8
8
<VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >12.0</VisualStudioVersion >
9
9
</PropertyGroup >
10
-
10
+
11
11
<Target Name =" CleanAndBuild" DependsOnTargets =" Clean;CompileProjects" />
12
-
12
+
13
13
<Target Name =" Clean" >
14
14
<MSBuild Projects =" @(AllProjects)" Targets =" Clean" />
15
15
<RemoveDir Directories =" $(SrcBinPath)" />
16
- </Target >
16
+ </Target >
17
17
18
18
<Target Name =" CompileProjects" >
19
19
20
20
<MSBuild Projects ="
21
21
$(SrcPath)\UnitsNet.Net35.csproj;
22
- $(SrcPath)\UnitsNet.Net451.csproj;
23
22
$(SrcPath)\UnitsNet.Portable40.csproj;
24
- $(SrcPath)\UnitsNet.Portable45.csproj;
25
23
$(SerializationSrcPath)\UnitsNet.Serialization.JsonNet.Net35.csproj"
26
24
Properties =" Platform=$(Platform);Configuration=$(Configuration);VisualStudioVersion=$(VisualStudioVersion);AllowUnsafeBlocks=true;Retries=15;RetryDelayMilliseconds=5"
27
25
Targets =" Build" >
You can’t perform that action at this time.
0 commit comments