forked from 40fingers/Dnn-Google-Tag-Manager-Connector
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathModule.build
More file actions
16 lines (16 loc) · 742 Bytes
/
Copy pathModule.build
File metadata and controls
16 lines (16 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<Project ToolsVersion="4.0" DefaultTargets="Build"
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<RootDirectory>$(MSBuildProjectDirectory)\..\..\..</RootDirectory>
</PropertyGroup>
<Import Project="..\..\..\DNN_Platform.build" />
<PropertyGroup>
<Extension>zip</Extension>
<DNNFileName>GoogleTagManagerConnector</DNNFileName>
<PackageName>GoogleTagManagerConnector</PackageName>
<ModuleFolderName>$(WebsitePath)\DesktopModules\Connectors\GoogleTagManager</ModuleFolderName>
<InstallPath>$(WebsiteInstallPath)\Module</InstallPath>
</PropertyGroup>
<Import Project="$(BuildScriptsPath)\Package.Targets" />
<Import Project="$(BuildScriptsPath)\Module.Build"/>
</Project>