Skip to content

Commit 46ffc6d

Browse files
committed
Disable caching...
1 parent 5860b18 commit 46ffc6d

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

Distros/HaxeDevelop/FlashDevelop/FlashDevelop.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3+
<PropertyGroup>
4+
<UseHostCompilerIfAvailable>False</UseHostCompilerIfAvailable>
5+
</PropertyGroup>
36
<PropertyGroup>
47
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
58
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>

FlashDevelop/FlashDevelop.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3+
<PropertyGroup>
4+
<UseHostCompilerIfAvailable>False</UseHostCompilerIfAvailable>
5+
</PropertyGroup>
36
<PropertyGroup>
47
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
58
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>

PluginCore/PluginCore.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3+
<PropertyGroup>
4+
<UseHostCompilerIfAvailable>False</UseHostCompilerIfAvailable>
5+
</PropertyGroup>
36
<PropertyGroup>
47
<ProjectType>Local</ProjectType>
58
<ProductVersion>9.0.30729</ProductVersion>

0 commit comments

Comments
 (0)