forked from AmitKuma-04/PowerBIPushIntegration
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSitecore.XConnect.ServicePlugins.InteractionTracker.csproj
More file actions
83 lines (83 loc) · 3.93 KB
/
Sitecore.XConnect.ServicePlugins.InteractionTracker.csproj
File metadata and controls
83 lines (83 loc) · 3.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{DF06D585-ED76-4352-9ADD-2C794243123F}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Sitecore.XConnect.ServicePlugins.InteractionsTracker</RootNamespace>
<AssemblyName>Sitecore.XConnect.ServicePlugins.InteractionsTracker</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Compile Include="Adapter\PowerBIAdapter.cs" />
<Compile Include="Models\Contact.cs" />
<Compile Include="Models\EmailAddressList.cs" />
<Compile Include="Models\EmployerFacetData.cs" />
<Compile Include="Models\Event.cs" />
<Compile Include="Models\GeoIpData.cs" />
<Compile Include="Models\Interaction.cs" />
<Compile Include="Models\IpFacet.cs" />
<Compile Include="Models\PersonalInformation.cs" />
<Compile Include="Models\ProfileScoresFacet.cs" />
<Compile Include="Models\UserAgentFacet.cs" />
<Compile Include="Models\WebVisitFacet.cs" />
<Compile Include="Plugins\ContactTrackerPlugin.cs" />
<Compile Include="Service\FakeGeoIpService.cs" />
<Compile Include="Plugins\TrackFacetsPlugin.cs" />
<Compile Include="Plugins\TrackInteractionsPlugin.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Service\DataExportService.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="App_Data\Config\sitecore\Collection\sc.Custom.Service.Plugins.xml" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="BowerBIDataSet.json" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" />
<PackageReference Include="Newtonsoft.Json" />
<PackageReference Include="Serilog" />
<PackageReference Include="Sitecore.Framework.Messaging.Abstractions" />
<PackageReference Include="Sitecore.XConnect" />
<PackageReference Include="Sitecore.XConnect.Collection.Model" />
<PackageReference Include="Sitecore.XConnect.Core" />
<PackageReference Include="Sitecore.XConnect.Service.Plugins" />
<Reference Include="System" />
<Reference Include="System.Configuration" />
<PackageReference Include="System.Configuration.ConfigurationManager" />
<Reference Include="System.Data" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Drawing" />
<Reference Include="System.IdentityModel" />
<Reference Include="System.Net" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>