From a398cd1eb7f3550ba44199ffdb5eb24f36b6e49b Mon Sep 17 00:00:00 2001 From: Diego Date: Wed, 17 Jul 2019 23:30:17 +0100 Subject: [PATCH] change conditions to avoid building js projects in visualstudio --- MLS.Agent/MLS.Agent.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MLS.Agent/MLS.Agent.csproj b/MLS.Agent/MLS.Agent.csproj index bf3bdbf99..0f136ee93 100644 --- a/MLS.Agent/MLS.Agent.csproj +++ b/MLS.Agent/MLS.Agent.csproj @@ -123,7 +123,7 @@ - + @@ -148,7 +148,7 @@ - + <_TryDotNetCssExists Condition="Exists('$(CssOutputFile)')">true @@ -167,7 +167,7 @@ - + <_TryDotNetMinJsExists Condition="Exists('$(TryDotNetJsFile)')">true @@ -185,7 +185,7 @@ - + <_TryDotNetClientExists Condition="Exists('$(ClientOutputFile)')">true