File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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" >
3
3
<PropertyGroup >
4
- <_WebCompilerTaskAssembly Condition =" '$(MSBuildRuntimeType)' == 'Core'" >$(MSBuildThisFileDirectory) ..\tools\netstandard2.0\WebCompiler.dll</_WebCompilerTaskAssembly >
5
- <_WebCompilerTaskAssembly Condition =" '$(MSBuildRuntimeType)' != 'Core'" >$(MSBuildThisFileDirectory) ..\tools\net46\WebCompiler.exe</_WebCompilerTaskAssembly >
4
+ <_WebCompilerTaskAssembly Condition =" '$(MSBuildRuntimeType)' == 'Core'" >..\tools\netstandard2.0\WebCompiler.dll</_WebCompilerTaskAssembly >
5
+ <_WebCompilerTaskAssembly Condition =" '$(MSBuildRuntimeType)' != 'Core'" >..\tools\net46\WebCompiler.exe</_WebCompilerTaskAssembly >
6
6
</PropertyGroup >
7
7
8
8
<UsingTask AssemblyFile =" $(_WebCompilerTaskAssembly)" TaskName =" WebCompiler.CompilerBuildTask" />
14
14
<Target Name =" WebCompileClean" AfterTargets =" CoreClean" Condition =" '$(RunWebCompiler)' != 'False'" >
15
15
<WebCompiler .CompilerCleanTask FileName =" $(MSBuildProjectDirectory)\compilerconfig.json" />
16
16
</Target >
17
- </Project >
17
+ </Project >
You can’t perform that action at this time.
0 commit comments