Skip to content

Commit 3aaae68

Browse files
Fix scottdurow#226: Predefined Type '' is not defined or imported
Due to Visual Studio 2017 changes in how assemblies are resolved. Now project can be built using Visual Studio 2017
1 parent 3eb2136 commit 3aaae68

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

SparkleXrmSamples/SparkleXrmTemplateVS2016DeveloperToolkit365/ClientHooks/ClientHooks.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<RestorePackages>true</RestorePackages>
1919
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
2020
<TargetFrameworkProfile />
21+
<DisableHandlePackageFileConflicts>true</DisableHandlePackageFileConflicts>
2122
</PropertyGroup>
2223
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2324
<OutputPath>bin\</OutputPath>

SparkleXrmSamples/SparkleXrmTemplateVS2016DeveloperToolkit365/ClientUI.UnitTests/ClientUI.UnitTests.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<CodeAnalysisRuleSet>Properties\FxCop.ruleset</CodeAnalysisRuleSet>
1515
<GenerateScript>True</GenerateScript>
1616
<GenerateResources>True</GenerateResources>
17+
<DisableHandlePackageFileConflicts>true</DisableHandlePackageFileConflicts>
1718
</PropertyGroup>
1819
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1920
<OutputPath>bin\</OutputPath>

SparkleXrmSamples/SparkleXrmTemplateVS2016DeveloperToolkit365/ClientUI/ClientUI.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<GenerateResources>True</GenerateResources>
1717
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
1818
<RestorePackages>true</RestorePackages>
19+
<DisableHandlePackageFileConflicts>true</DisableHandlePackageFileConflicts>
1920
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
2021
<TargetFrameworkProfile />
2122
</PropertyGroup>

0 commit comments

Comments
 (0)