File tree Expand file tree Collapse file tree 6 files changed +9
-7
lines changed
Umbraco.Cms.Integrations.Commerce.Shopify
App_Plugins/UmbracoCms.Integrations/Commerce/Shopify/Render
Umbraco.Cms.Integrations.Crm.Dynamics
App_Plugins/UmbracoCms.Integrations/Crm/Dynamics/RenderV8 Expand file tree Collapse file tree 6 files changed +9
-7
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public static class RenderingComponent
17
17
{
18
18
public const string DefaultV8ViewPath = AppPluginFolderPath + "/RenderV8/Products.cshtml" ;
19
19
20
- public const string DefaultV9ViewPath = AppPluginFolderPath + "/Render/ProductsV9 .cshtml" ;
20
+ public const string DefaultV9ViewPath = AppPluginFolderPath + "/Render/Products .cshtml" ;
21
21
}
22
22
23
23
public static class Configuration
Original file line number Diff line number Diff line change 6
6
7
7
<Target Condition =" '$(TargetFramework)' != 'net472' " Name =" CopyShopifyPropertyEditorAssets" BeforeTargets =" Build" >
8
8
<ItemGroup >
9
- <ShopifyPropertyEditorFiles Include =" $(ShopifyPropertyEditorFiles)"
10
- Exclude=" $(MSBuildThisFileDirectory)..\App_Plugins\UmbracoCms.Integrations\Commerce\Shopify\RenderV8\*.*" />
9
+ <ShopifyPropertyEditorFiles Include =" $(ShopifyPropertyEditorFiles)" />
10
+ <ShopifyPropertyEditorFiles Condition =" '$(TargetFramework)' != 'net472'" Remove =" $(MSBuildThisFileDirectory)..\App_Plugins\UmbracoCms.Integrations\Commerce\Shopify\RenderV8\*.*" />
11
+ <ShopifyPropertyEditorFiles Condition =" '$(TargetFramework)' == 'net472'" Remove =" $(MSBuildThisFileDirectory)..\App_Plugins\UmbracoCms.Integrations\Commerce\Shopify\Render\*.*" />
11
12
</ItemGroup >
12
13
<Message Text =" Copying Shopify Property Editor files: $(ShopifyPropertyEditorFiles) - #@(ShopifyPropertyEditorFiles->Count()) files" Importance =" high" />
13
14
<Copy
File renamed without changes.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public static class RenderingComponent
19
19
{
20
20
public const string DefaultViewPath = AppPluginFolderPath + "/Render/DynamicsForm.cshtml" ;
21
21
22
- public const string DefaultV8ViewPath = AppPluginFolderPath + "/RenderV8/DynamicsFormV8 .cshtml" ;
22
+ public const string DefaultV8ViewPath = AppPluginFolderPath + "/RenderV8/DynamicsForm .cshtml" ;
23
23
}
24
24
25
25
public static class EmbedAttribute
Original file line number Diff line number Diff line change 5
5
</DynamicsPropertyEditorFilesPath >
6
6
</PropertyGroup >
7
7
8
- <Target Condition = " '$(TargetFramework)' != 'net472' " Name =" CopyDynamicsPropertyEditorAssets" BeforeTargets =" Build" >
8
+ <Target Name =" CopyDynamicsPropertyEditorAssets" BeforeTargets =" Build" >
9
9
<ItemGroup >
10
- <DynamicsPropertyEditorFiles Include =" $(DynamicsPropertyEditorFilesPath)"
11
- Exclude =" $(MSBuildThisFileDirectory)..\App_Plugins\UmbracoCms.Integrations\Crm\Dynamics\RenderV8\*.*" />
10
+ <DynamicsPropertyEditorFiles Include =" $(ShopifyPropertyEditorFiles)" />
11
+ <DynamicsPropertyEditorFiles Condition =" '$(TargetFramework)' != 'net472'" Remove =" $(MSBuildThisFileDirectory)..\App_Plugins\UmbracoCms.Integrations\Crm\Dynamics\RenderV8\*.*" />
12
+ <DynamicsPropertyEditorFiles Condition =" '$(TargetFramework)' == 'net472'" Remove =" $(MSBuildThisFileDirectory)..\App_Plugins\UmbracoCms.Integrations\Crm\Dynamics\Render\*.*" />
12
13
</ItemGroup >
13
14
<Message Text =" Copying Dynamics Property Editor files: $(DynamicsPropertyEditorFilesPath) - #@(DynamicsPropertyEditorFiles->Count()) files"
14
15
Importance=" high" />
You can’t perform that action at this time.
0 commit comments