Move to a master Core project
This commit is contained in:
Родитель
5135fd0ac9
Коммит
fae1079f50
|
@ -36,43 +36,20 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ServerTelemetryChannel", "S
|
|||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ServerTelemetryChannel.Tests", "ServerTelemetryChannel.Tests", "{A61B048F-ECEA-4BED-A2ED-22834E7D4DFB}"
|
||||
EndProject
|
||||
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Core.Shared", "src\Core\Managed\Shared\Core.Shared.shproj", "{C1AAA703-5E32-45C0-A69D-F46D1C659AE4}"
|
||||
EndProject
|
||||
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Core.Shared.Tests", "Test\CoreSDK.Test\Shared\Core.Shared.Tests.shproj", "{C4A0DB5B-0988-4E04-B9B8-BCF3B0842000}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core.Net40", "src\Core\Managed\Net40\Core.Net40.csproj", "{CD752CD2-6711-4AD7-B5C8-F8C23CF076B1}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core.Net40.Tests", "Test\CoreSDK.Test\Net40\Core.Net40.Tests.csproj", "{394A78E5-2F8F-4D2D-AE08-027380C9F6B2}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core.Net45", "src\Core\Managed\Net45\Core.Net45.csproj", "{412659CA-49B0-4834-BFBF-8183055083C8}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuildTools", "src\BuildTools\BuildTools.csproj", "{08B950E4-EBDC-4AD8-8311-746F2E8DEAB2}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core.Net45.Tests", "Test\CoreSDK.Test\Net45\Core.Net45.Tests.csproj", "{0927E682-4A56-45B6-8125-94FA066B2F57}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core.Net46", "src\Core\Managed\Net46\Core.Net46.csproj", "{958CFE53-53B7-4E26-846D-DA3F214013E6}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core.Net46.Tests", "Test\CoreSDK.Test\Net46\Core.Net46.Tests.csproj", "{0927E682-4A56-46B6-8125-94FA066B2F57}"
|
||||
EndProject
|
||||
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Operation.CC.Shared", "src\Core\Managed\Operation.CC.Shared\Operation.CC.Shared.shproj", "{21350114-0BF7-4F90-9732-5395840E8CE0}"
|
||||
EndProject
|
||||
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Operation.CC.Tests.Shared", "Test\CoreSDK.Test\Operation.CC.Shared.Tests\Operation.CC.Tests.Shared.shproj", "{4DC2927F-BB78-4363-8428-0F02955064BC}"
|
||||
EndProject
|
||||
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Operation.AL.Shared", "src\Core\Managed\Operation.AL.Shared\Operation.AL.Shared.shproj", "{21350114-0BF7-4F90-9732-5395840E8CBB}"
|
||||
EndProject
|
||||
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Operation.AL.Tests.Shared", "Test\CoreSDK.Test\Operation.AL.Shared.Tests\Operation.AL.Tests.Shared.shproj", "{4E54ED64-28B4-484F-AD5E-089FD2EC9B8B}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core.NuGet", "src\Core\NuGet\Core\Core.NuGet.csproj", "{B69CBB57-4D1F-4FBE-B4AB-FD87EDBEE12B}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187} = {40CCD816-19FD-4B1D-9E24-AD2099351187}
|
||||
{1B071D24-422B-4286-8793-50012916CF5B} = {1B071D24-422B-4286-8793-50012916CF5B}
|
||||
{958CFE53-53B7-4E26-846D-DA3F214013E6} = {958CFE53-53B7-4E26-846D-DA3F214013E6}
|
||||
{412659CA-49B0-4834-BFBF-8183055083C8} = {412659CA-49B0-4834-BFBF-8183055083C8}
|
||||
{CD752CD2-6711-4AD7-B5C8-F8C23CF076B1} = {CD752CD2-6711-4AD7-B5C8-F8C23CF076B1}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DummyCore", "src\Core\Managed\DummyCore\DummyCore.csproj", "{40CCD816-19FD-4B1D-9E24-AD2099351187}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApplicationInsightsTypes", "Test\CoreSDK.Test\ApplicationInsightsTypes\ApplicationInsightsTypes.csproj", "{4B0BC3B7-C7FC-4333-9E28-5790D9153F07}"
|
||||
EndProject
|
||||
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "TestFramework.Shared", "Test\TestFramework\Shared\TestFramework.Shared.shproj", "{F76C6CBD-29B0-4564-BDCB-C969F8FEC136}"
|
||||
|
@ -93,7 +70,11 @@ Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Shared.Tests", "Test\Server
|
|||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TelemetryChannel.Nuget.Tests", "Test\ServerTelemetryChannel.Test\TelemetryChannel.Nuget.Tests\TelemetryChannel.Nuget.Tests.csproj", "{21CB9A8A-F25B-4DEB-92CB-ACB6920EB8BC}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core.NetStandard13", "src\Core\Managed\NetStandard13\Core.NetStandard13.csproj", "{1B071D24-422B-4286-8793-50012916CF5B}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "src\Core\Core.csproj", "{E9ECEE96-DD50-42F6-9F33-0978CDFA15ED}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core.NuGet", "src\Core\NuGet\Core.NuGet.csproj", "{32114B40-35BA-461F-93AC-A2DB7F7CE15B}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DummyCore", "src\Core\DummyCore\DummyCore.csproj", "{40CCD816-19FD-4B1D-9E24-AD2099351187}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SharedMSBuildProjectFiles) = preSolution
|
||||
|
@ -105,24 +86,15 @@ Global
|
|||
Test\TestFramework\Shared\TestFramework.Shared.projitems*{0927e682-4a56-46b6-8125-94fa066b2f57}*SharedItemsImports = 4
|
||||
src\TelemetryChannels\ServerTelemetryChannel\Shared\Shared.projitems*{18ce7397-7566-46d6-a52d-3b441363b326}*SharedItemsImports = 4
|
||||
src\TelemetryChannels\ServerTelemetryChannel\Shared\Shared.projitems*{1ac957c0-e9a7-42bb-8820-ce2f6e5c937f}*SharedItemsImports = 4
|
||||
src\Core\Managed\Operation.AL.Shared\Operation.AL.Shared.projitems*{21350114-0bf7-4f90-9732-5395840e8cbb}*SharedItemsImports = 13
|
||||
src\Core\Managed\Operation.CC.Shared\Operation.CC.Shared.projitems*{21350114-0bf7-4f90-9732-5395840e8ce0}*SharedItemsImports = 13
|
||||
Test\CoreSDK.Test\Operation.CC.Shared.Tests\Operation.CC.Tests.Shared.projitems*{394a78e5-2f8f-4d2d-ae08-027380c9f6b2}*SharedItemsImports = 4
|
||||
Test\CoreSDK.Test\Shared\Core.Shared.Tests.projitems*{394a78e5-2f8f-4d2d-ae08-027380c9f6b2}*SharedItemsImports = 4
|
||||
Test\TestFramework\Shared\TestFramework.Shared.projitems*{394a78e5-2f8f-4d2d-ae08-027380c9f6b2}*SharedItemsImports = 4
|
||||
src\Core\Managed\Operation.CC.Shared\Operation.CC.Shared.projitems*{412659ca-49b0-4834-bfbf-8183055083c8}*SharedItemsImports = 4
|
||||
src\Core\Managed\Shared\Shared.projitems*{412659ca-49b0-4834-bfbf-8183055083c8}*SharedItemsImports = 4
|
||||
Test\CoreSDK.Test\Operation.CC.Shared.Tests\Operation.CC.Tests.Shared.projitems*{4dc2927f-bb78-4363-8428-0f02955064bc}*SharedItemsImports = 13
|
||||
Test\CoreSDK.Test\Operation.AL.Shared.Tests\Operation.AL.Tests.Shared.projitems*{4e54ed64-28b4-484f-ad5e-089fd2ec9b8b}*SharedItemsImports = 13
|
||||
src\Core\Managed\Operation.AL.Shared\Operation.AL.Shared.projitems*{958cfe53-53b7-4e26-846d-da3f214013e6}*SharedItemsImports = 4
|
||||
src\Core\Managed\Shared\Shared.projitems*{958cfe53-53b7-4e26-846d-da3f214013e6}*SharedItemsImports = 4
|
||||
Test\ServerTelemetryChannel.Test\Shared.Tests\Shared.Tests.projitems*{a7ccc704-cca9-492a-bb8a-3de5ee9aeac8}*SharedItemsImports = 4
|
||||
Test\TestFramework\Shared\TestFramework.Shared.projitems*{a7ccc704-cca9-492a-bb8a-3de5ee9aeac8}*SharedItemsImports = 4
|
||||
src\Core\Managed\Shared\Shared.projitems*{c1aaa703-5e32-45c0-a69d-f46d1c659ae4}*SharedItemsImports = 13
|
||||
Test\CoreSDK.Test\Shared\Core.Shared.Tests.projitems*{c4a0db5b-0988-4e04-b9b8-bcf3b0842000}*SharedItemsImports = 13
|
||||
Test\ServerTelemetryChannel.Test\Shared.Tests\Shared.Tests.projitems*{c5a3f18f-1426-4941-9d81-d21062a2b8f2}*SharedItemsImports = 13
|
||||
src\Core\Managed\Operation.CC.Shared\Operation.CC.Shared.projitems*{cd752cd2-6711-4ad7-b5c8-f8c23cf076b1}*SharedItemsImports = 4
|
||||
src\Core\Managed\Shared\Shared.projitems*{cd752cd2-6711-4ad7-b5c8-f8c23cf076b1}*SharedItemsImports = 4
|
||||
src\TelemetryChannels\ServerTelemetryChannel\Shared\Shared.projitems*{d03ac224-d6c9-4c64-9b82-619e28ff9ac6}*SharedItemsImports = 13
|
||||
Test\ServerTelemetryChannel.Test\Shared.Tests\Shared.Tests.projitems*{dd9659be-7c0f-4298-82b2-5e957f95977a}*SharedItemsImports = 4
|
||||
Test\TestFramework\Shared\TestFramework.Shared.projitems*{dd9659be-7c0f-4298-82b2-5e957f95977a}*SharedItemsImports = 4
|
||||
|
@ -141,22 +113,6 @@ Global
|
|||
Release|x86 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{CD752CD2-6711-4AD7-B5C8-F8C23CF076B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{CD752CD2-6711-4AD7-B5C8-F8C23CF076B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{CD752CD2-6711-4AD7-B5C8-F8C23CF076B1}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{CD752CD2-6711-4AD7-B5C8-F8C23CF076B1}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{CD752CD2-6711-4AD7-B5C8-F8C23CF076B1}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{CD752CD2-6711-4AD7-B5C8-F8C23CF076B1}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{CD752CD2-6711-4AD7-B5C8-F8C23CF076B1}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{CD752CD2-6711-4AD7-B5C8-F8C23CF076B1}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{CD752CD2-6711-4AD7-B5C8-F8C23CF076B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{CD752CD2-6711-4AD7-B5C8-F8C23CF076B1}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{CD752CD2-6711-4AD7-B5C8-F8C23CF076B1}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{CD752CD2-6711-4AD7-B5C8-F8C23CF076B1}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{CD752CD2-6711-4AD7-B5C8-F8C23CF076B1}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{CD752CD2-6711-4AD7-B5C8-F8C23CF076B1}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{CD752CD2-6711-4AD7-B5C8-F8C23CF076B1}.Release|x64.Build.0 = Release|Any CPU
|
||||
{CD752CD2-6711-4AD7-B5C8-F8C23CF076B1}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{394A78E5-2F8F-4D2D-AE08-027380C9F6B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{394A78E5-2F8F-4D2D-AE08-027380C9F6B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{394A78E5-2F8F-4D2D-AE08-027380C9F6B2}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
|
@ -173,26 +129,6 @@ Global
|
|||
{394A78E5-2F8F-4D2D-AE08-027380C9F6B2}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{394A78E5-2F8F-4D2D-AE08-027380C9F6B2}.Release|x64.Build.0 = Release|Any CPU
|
||||
{394A78E5-2F8F-4D2D-AE08-027380C9F6B2}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{412659CA-49B0-4834-BFBF-8183055083C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{412659CA-49B0-4834-BFBF-8183055083C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{412659CA-49B0-4834-BFBF-8183055083C8}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{412659CA-49B0-4834-BFBF-8183055083C8}.Debug|ARM.Build.0 = Debug|Any CPU
|
||||
{412659CA-49B0-4834-BFBF-8183055083C8}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{412659CA-49B0-4834-BFBF-8183055083C8}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{412659CA-49B0-4834-BFBF-8183055083C8}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{412659CA-49B0-4834-BFBF-8183055083C8}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{412659CA-49B0-4834-BFBF-8183055083C8}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{412659CA-49B0-4834-BFBF-8183055083C8}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{412659CA-49B0-4834-BFBF-8183055083C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{412659CA-49B0-4834-BFBF-8183055083C8}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{412659CA-49B0-4834-BFBF-8183055083C8}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{412659CA-49B0-4834-BFBF-8183055083C8}.Release|ARM.Build.0 = Release|Any CPU
|
||||
{412659CA-49B0-4834-BFBF-8183055083C8}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{412659CA-49B0-4834-BFBF-8183055083C8}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{412659CA-49B0-4834-BFBF-8183055083C8}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{412659CA-49B0-4834-BFBF-8183055083C8}.Release|x64.Build.0 = Release|Any CPU
|
||||
{412659CA-49B0-4834-BFBF-8183055083C8}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{412659CA-49B0-4834-BFBF-8183055083C8}.Release|x86.Build.0 = Release|Any CPU
|
||||
{08B950E4-EBDC-4AD8-8311-746F2E8DEAB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{08B950E4-EBDC-4AD8-8311-746F2E8DEAB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{08B950E4-EBDC-4AD8-8311-746F2E8DEAB2}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
|
@ -233,26 +169,6 @@ Global
|
|||
{0927E682-4A56-45B6-8125-94FA066B2F57}.Release|x64.Build.0 = Release|Any CPU
|
||||
{0927E682-4A56-45B6-8125-94FA066B2F57}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{0927E682-4A56-45B6-8125-94FA066B2F57}.Release|x86.Build.0 = Release|Any CPU
|
||||
{958CFE53-53B7-4E26-846D-DA3F214013E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{958CFE53-53B7-4E26-846D-DA3F214013E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{958CFE53-53B7-4E26-846D-DA3F214013E6}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{958CFE53-53B7-4E26-846D-DA3F214013E6}.Debug|ARM.Build.0 = Debug|Any CPU
|
||||
{958CFE53-53B7-4E26-846D-DA3F214013E6}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{958CFE53-53B7-4E26-846D-DA3F214013E6}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{958CFE53-53B7-4E26-846D-DA3F214013E6}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{958CFE53-53B7-4E26-846D-DA3F214013E6}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{958CFE53-53B7-4E26-846D-DA3F214013E6}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{958CFE53-53B7-4E26-846D-DA3F214013E6}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{958CFE53-53B7-4E26-846D-DA3F214013E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{958CFE53-53B7-4E26-846D-DA3F214013E6}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{958CFE53-53B7-4E26-846D-DA3F214013E6}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{958CFE53-53B7-4E26-846D-DA3F214013E6}.Release|ARM.Build.0 = Release|Any CPU
|
||||
{958CFE53-53B7-4E26-846D-DA3F214013E6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{958CFE53-53B7-4E26-846D-DA3F214013E6}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{958CFE53-53B7-4E26-846D-DA3F214013E6}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{958CFE53-53B7-4E26-846D-DA3F214013E6}.Release|x64.Build.0 = Release|Any CPU
|
||||
{958CFE53-53B7-4E26-846D-DA3F214013E6}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{958CFE53-53B7-4E26-846D-DA3F214013E6}.Release|x86.Build.0 = Release|Any CPU
|
||||
{0927E682-4A56-46B6-8125-94FA066B2F57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{0927E682-4A56-46B6-8125-94FA066B2F57}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{0927E682-4A56-46B6-8125-94FA066B2F57}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
|
@ -273,46 +189,6 @@ Global
|
|||
{0927E682-4A56-46B6-8125-94FA066B2F57}.Release|x64.Build.0 = Release|Any CPU
|
||||
{0927E682-4A56-46B6-8125-94FA066B2F57}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{0927E682-4A56-46B6-8125-94FA066B2F57}.Release|x86.Build.0 = Release|Any CPU
|
||||
{B69CBB57-4D1F-4FBE-B4AB-FD87EDBEE12B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{B69CBB57-4D1F-4FBE-B4AB-FD87EDBEE12B}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{B69CBB57-4D1F-4FBE-B4AB-FD87EDBEE12B}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{B69CBB57-4D1F-4FBE-B4AB-FD87EDBEE12B}.Debug|ARM.Build.0 = Debug|Any CPU
|
||||
{B69CBB57-4D1F-4FBE-B4AB-FD87EDBEE12B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{B69CBB57-4D1F-4FBE-B4AB-FD87EDBEE12B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{B69CBB57-4D1F-4FBE-B4AB-FD87EDBEE12B}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{B69CBB57-4D1F-4FBE-B4AB-FD87EDBEE12B}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{B69CBB57-4D1F-4FBE-B4AB-FD87EDBEE12B}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{B69CBB57-4D1F-4FBE-B4AB-FD87EDBEE12B}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{B69CBB57-4D1F-4FBE-B4AB-FD87EDBEE12B}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{B69CBB57-4D1F-4FBE-B4AB-FD87EDBEE12B}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{B69CBB57-4D1F-4FBE-B4AB-FD87EDBEE12B}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{B69CBB57-4D1F-4FBE-B4AB-FD87EDBEE12B}.Release|ARM.Build.0 = Release|Any CPU
|
||||
{B69CBB57-4D1F-4FBE-B4AB-FD87EDBEE12B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{B69CBB57-4D1F-4FBE-B4AB-FD87EDBEE12B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{B69CBB57-4D1F-4FBE-B4AB-FD87EDBEE12B}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{B69CBB57-4D1F-4FBE-B4AB-FD87EDBEE12B}.Release|x64.Build.0 = Release|Any CPU
|
||||
{B69CBB57-4D1F-4FBE-B4AB-FD87EDBEE12B}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{B69CBB57-4D1F-4FBE-B4AB-FD87EDBEE12B}.Release|x86.Build.0 = Release|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Debug|ARM.Build.0 = Debug|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Release|ARM.Build.0 = Release|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Release|x64.Build.0 = Release|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Release|x86.Build.0 = Release|Any CPU
|
||||
{4B0BC3B7-C7FC-4333-9E28-5790D9153F07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{4B0BC3B7-C7FC-4333-9E28-5790D9153F07}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{4B0BC3B7-C7FC-4333-9E28-5790D9153F07}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
|
@ -453,45 +329,77 @@ Global
|
|||
{21CB9A8A-F25B-4DEB-92CB-ACB6920EB8BC}.Release|x64.Build.0 = Release|Any CPU
|
||||
{21CB9A8A-F25B-4DEB-92CB-ACB6920EB8BC}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{21CB9A8A-F25B-4DEB-92CB-ACB6920EB8BC}.Release|x86.Build.0 = Release|Any CPU
|
||||
{1B071D24-422B-4286-8793-50012916CF5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{1B071D24-422B-4286-8793-50012916CF5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{1B071D24-422B-4286-8793-50012916CF5B}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{1B071D24-422B-4286-8793-50012916CF5B}.Debug|ARM.Build.0 = Debug|Any CPU
|
||||
{1B071D24-422B-4286-8793-50012916CF5B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{1B071D24-422B-4286-8793-50012916CF5B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{1B071D24-422B-4286-8793-50012916CF5B}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{1B071D24-422B-4286-8793-50012916CF5B}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{1B071D24-422B-4286-8793-50012916CF5B}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{1B071D24-422B-4286-8793-50012916CF5B}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{1B071D24-422B-4286-8793-50012916CF5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{1B071D24-422B-4286-8793-50012916CF5B}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{1B071D24-422B-4286-8793-50012916CF5B}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{1B071D24-422B-4286-8793-50012916CF5B}.Release|ARM.Build.0 = Release|Any CPU
|
||||
{1B071D24-422B-4286-8793-50012916CF5B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{1B071D24-422B-4286-8793-50012916CF5B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{1B071D24-422B-4286-8793-50012916CF5B}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{1B071D24-422B-4286-8793-50012916CF5B}.Release|x64.Build.0 = Release|Any CPU
|
||||
{1B071D24-422B-4286-8793-50012916CF5B}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{1B071D24-422B-4286-8793-50012916CF5B}.Release|x86.Build.0 = Release|Any CPU
|
||||
{E9ECEE96-DD50-42F6-9F33-0978CDFA15ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{E9ECEE96-DD50-42F6-9F33-0978CDFA15ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{E9ECEE96-DD50-42F6-9F33-0978CDFA15ED}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{E9ECEE96-DD50-42F6-9F33-0978CDFA15ED}.Debug|ARM.Build.0 = Debug|Any CPU
|
||||
{E9ECEE96-DD50-42F6-9F33-0978CDFA15ED}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{E9ECEE96-DD50-42F6-9F33-0978CDFA15ED}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{E9ECEE96-DD50-42F6-9F33-0978CDFA15ED}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{E9ECEE96-DD50-42F6-9F33-0978CDFA15ED}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{E9ECEE96-DD50-42F6-9F33-0978CDFA15ED}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{E9ECEE96-DD50-42F6-9F33-0978CDFA15ED}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{E9ECEE96-DD50-42F6-9F33-0978CDFA15ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{E9ECEE96-DD50-42F6-9F33-0978CDFA15ED}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{E9ECEE96-DD50-42F6-9F33-0978CDFA15ED}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{E9ECEE96-DD50-42F6-9F33-0978CDFA15ED}.Release|ARM.Build.0 = Release|Any CPU
|
||||
{E9ECEE96-DD50-42F6-9F33-0978CDFA15ED}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{E9ECEE96-DD50-42F6-9F33-0978CDFA15ED}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{E9ECEE96-DD50-42F6-9F33-0978CDFA15ED}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{E9ECEE96-DD50-42F6-9F33-0978CDFA15ED}.Release|x64.Build.0 = Release|Any CPU
|
||||
{E9ECEE96-DD50-42F6-9F33-0978CDFA15ED}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{E9ECEE96-DD50-42F6-9F33-0978CDFA15ED}.Release|x86.Build.0 = Release|Any CPU
|
||||
{32114B40-35BA-461F-93AC-A2DB7F7CE15B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{32114B40-35BA-461F-93AC-A2DB7F7CE15B}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{32114B40-35BA-461F-93AC-A2DB7F7CE15B}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{32114B40-35BA-461F-93AC-A2DB7F7CE15B}.Debug|ARM.Build.0 = Debug|Any CPU
|
||||
{32114B40-35BA-461F-93AC-A2DB7F7CE15B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{32114B40-35BA-461F-93AC-A2DB7F7CE15B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{32114B40-35BA-461F-93AC-A2DB7F7CE15B}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{32114B40-35BA-461F-93AC-A2DB7F7CE15B}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{32114B40-35BA-461F-93AC-A2DB7F7CE15B}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{32114B40-35BA-461F-93AC-A2DB7F7CE15B}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{32114B40-35BA-461F-93AC-A2DB7F7CE15B}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{32114B40-35BA-461F-93AC-A2DB7F7CE15B}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{32114B40-35BA-461F-93AC-A2DB7F7CE15B}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{32114B40-35BA-461F-93AC-A2DB7F7CE15B}.Release|ARM.Build.0 = Release|Any CPU
|
||||
{32114B40-35BA-461F-93AC-A2DB7F7CE15B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{32114B40-35BA-461F-93AC-A2DB7F7CE15B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{32114B40-35BA-461F-93AC-A2DB7F7CE15B}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{32114B40-35BA-461F-93AC-A2DB7F7CE15B}.Release|x64.Build.0 = Release|Any CPU
|
||||
{32114B40-35BA-461F-93AC-A2DB7F7CE15B}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{32114B40-35BA-461F-93AC-A2DB7F7CE15B}.Release|x86.Build.0 = Release|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Debug|ARM.Build.0 = Debug|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Release|ARM.Build.0 = Release|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Release|x64.Build.0 = Release|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187}.Release|x86.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(NestedProjects) = preSolution
|
||||
{C1AAA703-5E32-45C0-A69D-F46D1C659AE4} = {68CC2924-E162-44BE-8D7A-DBA385365585}
|
||||
{C4A0DB5B-0988-4E04-B9B8-BCF3B0842000} = {C2FEEDE5-8CAE-41A4-8932-42D284A86EA7}
|
||||
{CD752CD2-6711-4AD7-B5C8-F8C23CF076B1} = {68CC2924-E162-44BE-8D7A-DBA385365585}
|
||||
{394A78E5-2F8F-4D2D-AE08-027380C9F6B2} = {C2FEEDE5-8CAE-41A4-8932-42D284A86EA7}
|
||||
{412659CA-49B0-4834-BFBF-8183055083C8} = {68CC2924-E162-44BE-8D7A-DBA385365585}
|
||||
{0927E682-4A56-45B6-8125-94FA066B2F57} = {C2FEEDE5-8CAE-41A4-8932-42D284A86EA7}
|
||||
{958CFE53-53B7-4E26-846D-DA3F214013E6} = {68CC2924-E162-44BE-8D7A-DBA385365585}
|
||||
{0927E682-4A56-46B6-8125-94FA066B2F57} = {C2FEEDE5-8CAE-41A4-8932-42D284A86EA7}
|
||||
{21350114-0BF7-4F90-9732-5395840E8CE0} = {68CC2924-E162-44BE-8D7A-DBA385365585}
|
||||
{4DC2927F-BB78-4363-8428-0F02955064BC} = {C2FEEDE5-8CAE-41A4-8932-42D284A86EA7}
|
||||
{21350114-0BF7-4F90-9732-5395840E8CBB} = {68CC2924-E162-44BE-8D7A-DBA385365585}
|
||||
{4E54ED64-28B4-484F-AD5E-089FD2EC9B8B} = {C2FEEDE5-8CAE-41A4-8932-42D284A86EA7}
|
||||
{B69CBB57-4D1F-4FBE-B4AB-FD87EDBEE12B} = {05ACA4F0-E560-4E7A-BF50-1C248DAAA0D2}
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187} = {68CC2924-E162-44BE-8D7A-DBA385365585}
|
||||
{4B0BC3B7-C7FC-4333-9E28-5790D9153F07} = {BED5EB47-4AB1-4387-98B6-83CC327D6D16}
|
||||
{F76C6CBD-29B0-4564-BDCB-C969F8FEC136} = {C2FEEDE5-8CAE-41A4-8932-42D284A86EA7}
|
||||
{F98B49CB-9AC5-45C3-82D9-7F407AC08EF4} = {05ACA4F0-E560-4E7A-BF50-1C248DAAA0D2}
|
||||
|
@ -502,6 +410,8 @@ Global
|
|||
{DD9659BE-7C0F-4298-82B2-5E957F95977A} = {A61B048F-ECEA-4BED-A2ED-22834E7D4DFB}
|
||||
{C5A3F18F-1426-4941-9D81-D21062A2B8F2} = {A61B048F-ECEA-4BED-A2ED-22834E7D4DFB}
|
||||
{21CB9A8A-F25B-4DEB-92CB-ACB6920EB8BC} = {A61B048F-ECEA-4BED-A2ED-22834E7D4DFB}
|
||||
{1B071D24-422B-4286-8793-50012916CF5B} = {68CC2924-E162-44BE-8D7A-DBA385365585}
|
||||
{E9ECEE96-DD50-42F6-9F33-0978CDFA15ED} = {68CC2924-E162-44BE-8D7A-DBA385365585}
|
||||
{32114B40-35BA-461F-93AC-A2DB7F7CE15B} = {05ACA4F0-E560-4E7A-BF50-1C248DAAA0D2}
|
||||
{40CCD816-19FD-4B1D-9E24-AD2099351187} = {68CC2924-E162-44BE-8D7A-DBA385365585}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
|
|
@ -56,9 +56,9 @@
|
|||
<Compile Include="TaskExTests.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\..\src\Core\Managed\Net40\Core.Net40.csproj">
|
||||
<Project>{cd752cd2-6711-4ad7-b5c8-f8c23cf076b1}</Project>
|
||||
<Name>Core.Net40</Name>
|
||||
<ProjectReference Include="..\..\..\src\Core\Core.csproj">
|
||||
<Project>{e9ecee96-dd50-42f6-9f33-0978cdfa15ed}</Project>
|
||||
<Name>Core</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\ApplicationInsightsTypes\ApplicationInsightsTypes.csproj">
|
||||
<Project>{4b0bc3b7-c7fc-4333-9e28-5790d9153f07}</Project>
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
<Reference Include="System.Runtime.Serialization" />
|
||||
<Reference Include="System.XML" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="xunit.assert">
|
||||
<Reference Include="xunit.assert, Version=2.0.0.2650, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\..\..\packages\xunit.assert.2.0.0-beta-build2650\lib\portable-net45+win+wpa81+wp80\xunit.assert.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
|
@ -50,8 +50,9 @@
|
|||
<Compile Include="FailOnAssertSetup.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\..\src\Core\Managed\Net45\Core.Net45.csproj">
|
||||
<Name>Core.Net45</Name>
|
||||
<ProjectReference Include="..\..\..\src\Core\Core.csproj">
|
||||
<Project>{e9ecee96-dd50-42f6-9f33-0978cdfa15ed}</Project>
|
||||
<Name>Core</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\ApplicationInsightsTypes\ApplicationInsightsTypes.csproj">
|
||||
<Project>{4b0bc3b7-c7fc-4333-9e28-5790d9153f07}</Project>
|
||||
|
@ -59,7 +60,10 @@
|
|||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="packages.config" />
|
||||
<None Include="app.config" />
|
||||
<None Include="packages.config">
|
||||
<SubType>Designer</SubType>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="Extensibility\Implementation\Tracing\" />
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
</configuration>
|
|
@ -2,4 +2,5 @@
|
|||
<packages>
|
||||
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net45" />
|
||||
<package id="OpenCover" version="4.6.519" targetFramework="net45" />
|
||||
<package id="xunit.assert" version="2.0.0-beta-build2650" targetFramework="net45" />
|
||||
</packages>
|
|
@ -36,7 +36,7 @@
|
|||
<Reference Include="System.Runtime.Serialization" />
|
||||
<Reference Include="System.XML" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="xunit.assert">
|
||||
<Reference Include="xunit.assert, Version=2.0.0.2650, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\..\..\packages\xunit.assert.2.0.0-beta-build2650\lib\portable-net45+win+wpa81+wp80\xunit.assert.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
|
@ -48,9 +48,9 @@
|
|||
<Compile Include="FailOnAssertSetup.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\..\src\Core\Managed\Net46\Core.Net46.csproj">
|
||||
<Project>{958cfe53-53b7-4e26-846d-da3f214013e6}</Project>
|
||||
<Name>Core.Net46</Name>
|
||||
<ProjectReference Include="..\..\..\src\Core\Core.csproj">
|
||||
<Project>{e9ecee96-dd50-42f6-9f33-0978cdfa15ed}</Project>
|
||||
<Name>Core</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\ApplicationInsightsTypes\ApplicationInsightsTypes.csproj">
|
||||
<Project>{4b0bc3b7-c7fc-4333-9e28-5790d9153f07}</Project>
|
||||
|
@ -58,6 +58,7 @@
|
|||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="app.config" />
|
||||
<None Include="packages.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
</configuration>
|
|
@ -1,4 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net46" />
|
||||
<package id="xunit.assert" version="2.0.0-beta-build2650" targetFramework="net46" />
|
||||
</packages>
|
|
@ -75,9 +75,9 @@
|
|||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\..\src\Core\Managed\Net40\Core.Net40.csproj">
|
||||
<Project>{cd752cd2-6711-4ad7-b5c8-f8c23cf076b1}</Project>
|
||||
<Name>Core.Net40</Name>
|
||||
<ProjectReference Include="..\..\..\src\Core\Core.csproj">
|
||||
<Project>{e9ecee96-dd50-42f6-9f33-0978cdfa15ed}</Project>
|
||||
<Name>Core</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\..\src\TelemetryChannels\ServerTelemetryChannel\Net40\TelemetryChannel.Net40.csproj">
|
||||
<Project>{1ac957c0-e9a7-42bb-8820-ce2f6e5c937f}</Project>
|
||||
|
|
|
@ -61,9 +61,9 @@
|
|||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\..\src\Core\Managed\Net45\Core.Net45.csproj">
|
||||
<Project>{412659ca-49b0-4834-bfbf-8183055083c8}</Project>
|
||||
<Name>Core.Net45</Name>
|
||||
<ProjectReference Include="..\..\..\src\Core\Core.csproj">
|
||||
<Project>{e9ecee96-dd50-42f6-9f33-0978cdfa15ed}</Project>
|
||||
<Name>Core</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\..\src\TelemetryChannels\ServerTelemetryChannel\Net45\TelemetryChannel.Net45.csproj">
|
||||
<Project>{18CE7397-7566-46D6-A52D-3B441363B326}</Project>
|
||||
|
|
|
@ -50,9 +50,9 @@
|
|||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\..\src\Core\Managed\Net45\Core.Net45.csproj">
|
||||
<Project>{412659ca-49b0-4834-bfbf-8183055083c8}</Project>
|
||||
<Name>Core.Net45</Name>
|
||||
<ProjectReference Include="..\..\..\src\Core\Core.csproj">
|
||||
<Project>{e9ecee96-dd50-42f6-9f33-0978cdfa15ed}</Project>
|
||||
<Name>Core</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\..\src\TelemetryChannels\ServerTelemetryChannel\Net45\TelemetryChannel.Net45.csproj">
|
||||
<Project>{18ce7397-7566-46d6-a52d-3b441363b326}</Project>
|
||||
|
|
|
@ -2,14 +2,12 @@
|
|||
|
||||
IF NOT DEFINED MSBUILD CALL findMsBuild.cmd
|
||||
|
||||
SET dotNetPath=%systemdrive%\Windows\Microsoft.NET\Framework\v4.0.30319\;
|
||||
IF NOT "x!PATH:%dotNetPath%=!"=="x%PATH%" SET PATH=%PATH%;%dotNetPath%
|
||||
|
||||
SET ToolsVersion=15.0
|
||||
SET ProjectName=Msbuild.All
|
||||
SET Configuration=Debug
|
||||
SET Platform="Mixed Platforms"
|
||||
|
||||
nuget.exe restore -NonInteractive
|
||||
"%MSBUILD%" dirs.proj /nologo /m:1 /fl /toolsversion:%ToolsVersion% /flp:logfile=%ProjectName%.%Platform%.log;v=d /flp1:logfile=%ProjectName%.%Platform%.wrn;warningsonly /flp2:logfile=%ProjectName%.%Platform%.err;errorsonly /p:Configuration=%Configuration% /p:Platform=%Platform% /p:RunCodeAnalysis="False" /flp3:logfile=%ProjectName%.%Platform%.prf;performancesummary /flp4:logfile=%ProjectName%.%Platform%.exec.log;showcommandline /p:BuildSingleFilePackage=true
|
||||
|
||||
PAUSE
|
||||
|
|
|
@ -2,14 +2,12 @@
|
|||
|
||||
IF NOT DEFINED MSBUILD CALL findMsBuild.cmd
|
||||
|
||||
SET dotNetPath=%systemdrive%\Windows\Microsoft.NET\Framework\v4.0.30319\;
|
||||
IF NOT "x!PATH:%dotNetPath%=!"=="x%PATH%" SET PATH=%PATH%;%dotNetPath%
|
||||
|
||||
SET ToolsVersion=15.0
|
||||
SET ProjectName=Msbuild.All
|
||||
SET Configuration=Release
|
||||
SET Platform="Mixed Platforms"
|
||||
|
||||
nuget.exe restore -NonInteractive
|
||||
"%MSBUILD%" dirs.proj /nologo /m:1 /fl /toolsversion:%ToolsVersion% /flp:logfile=%ProjectName%.%Platform%.log;v=d /flp1:logfile=%ProjectName%.%Platform%.wrn;warningsonly /flp2:logfile=%ProjectName%.%Platform%.err;errorsonly /p:Configuration=%Configuration% /p:Platform=%Platform% /p:RunCodeAnalysis="False" /flp3:logfile=%ProjectName%.%Platform%.prf;performancesummary /flp4:logfile=%ProjectName%.%Platform%.exec.log;showcommandline /p:BuildSingleFilePackage=true
|
||||
|
||||
PAUSE
|
||||
|
|
|
@ -0,0 +1,49 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<Import Project="..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.props" Condition="Exists('..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.props')" />
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), 'Product.props'))\Product.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<Company>Microsoft</Company>
|
||||
<Copyright>Copyright © Microsoft. All Rights Reserved.</Copyright>
|
||||
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
|
||||
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
|
||||
<GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>
|
||||
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
|
||||
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
|
||||
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
|
||||
|
||||
<TargetFrameworks>net40;net45;net46;netstandard1.3</TargetFrameworks>
|
||||
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
|
||||
<DefaultItemExcludes>$(DefaultItemExcludes);DummyCore\**;NuGet\**</DefaultItemExcludes>
|
||||
|
||||
<!-- TODO: Replace CORE_PCL with NETSTANDARD1_3 in sources, then we can remove this line -->
|
||||
<DefineConstants Condition="'$(TargetFramework)' == 'netstandard1.3'">$(DefineConstants);CORE_PCL</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="shared\**\*.cs" Exclude="$(DefaultItemExcludes);net40\**;net45\**;net46\**;netstandard1.3\**;Operation.AL.Shared\**;Operation.CC.Shared\**" />
|
||||
<Compile Include="net40\**\*.cs" Condition="'$(TargetFramework)' == 'net40'" />
|
||||
<Compile Include="net45\**\*.cs" Condition="'$(TargetFramework)' == 'net45'" />
|
||||
<Compile Include="net46\**\*.cs" Condition="'$(TargetFramework)' == 'net46'" />
|
||||
<Compile Include="netstandard1.3\**\*.cs" Condition="'$(TargetFramework)' == 'netstandard1.3'" />
|
||||
<Compile Include="Operation.AL.Shared\**\*.cs" Condition="'$(TargetFramework)' == 'net46'" />
|
||||
<Compile Include="Operation.CC.Shared\**\*.cs" Condition="'$(TargetFramework)' == 'net40' or '$(TargetFramework)' == 'net45'" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Desktop.Analyzers" Version="1.1.0" />
|
||||
<PackageReference Include="MicroBuild.Core" Version="0.2.0" />
|
||||
<PackageReference Include="StyleCop.MSBuild" Version="4.7.55" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFramework)' == 'net40'">
|
||||
<PackageReference Include="Microsoft.Diagnostics.Tracing.EventRegister" Version="1.1.28" />
|
||||
<PackageReference Include="Microsoft.Diagnostics.Tracing.EventSource.Redist" Version="1.1.28" />
|
||||
</ItemGroup>
|
||||
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), 'Common.targets'))\Common.targets" />
|
||||
<Import Project="..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.targets" Condition="Exists('..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.targets')" />
|
||||
<Import Project="..\..\..\packages\StyleCop.MSBuild.4.7.55.0\build\StyleCop.MSBuild.Targets" Condition="Exists('..\..\..\packages\StyleCop.MSBuild.4.7.55.0\build\StyleCop.MSBuild.Targets')" />
|
||||
|
||||
</Project>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="..\..\..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.props" Condition="Exists('..\..\..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.props')" />
|
||||
<Import Project="..\..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.props" Condition="Exists('..\..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.props')" />
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), 'Product.props'))\Product.props" />
|
||||
<PropertyGroup>
|
||||
|
@ -19,7 +19,7 @@
|
|||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
|
||||
<ItemGroup>
|
||||
<Reference Include="Microsoft.ApplicationInsights">
|
||||
<HintPath>..\..\..\..\..\packages\Microsoft.ApplicationInsights.1.2.3\lib\net45\Microsoft.ApplicationInsights.dll</HintPath>
|
||||
<HintPath>..\..\..\..\packages\Microsoft.ApplicationInsights.1.2.3\lib\net45\Microsoft.ApplicationInsights.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
|
@ -43,8 +43,8 @@
|
|||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Portable81Files Include="..\..\..\..\..\packages\Microsoft.ApplicationInsights.1.2.3\lib\portable-win81+wpa81\Microsoft.ApplicationInsights.dll" />
|
||||
<Wp8Files Include="..\..\..\..\..\packages\Microsoft.ApplicationInsights.1.2.3\lib\wp8\Microsoft.ApplicationInsights.dll" />
|
||||
<Portable81Files Include="..\..\..\..\packages\Microsoft.ApplicationInsights.1.2.3\lib\portable-win81+wpa81\Microsoft.ApplicationInsights.dll" />
|
||||
<Wp8Files Include="..\..\..\..\packages\Microsoft.ApplicationInsights.1.2.3\lib\wp8\Microsoft.ApplicationInsights.dll" />
|
||||
</ItemGroup>
|
||||
<Target Name="CopyFiles" AfterTargets="Build">
|
||||
<MakeDir Directories="$(OutputPath)\Portable81Files" />
|
||||
|
@ -54,5 +54,5 @@
|
|||
</Target>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), 'Common.targets'))\Common.targets" />
|
||||
<Import Project="..\..\..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.targets" Condition="Exists('..\..\..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.targets')" />
|
||||
<Import Project="..\..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.targets" Condition="Exists('..\..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.targets')" />
|
||||
</Project>
|
|
@ -1,119 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="..\..\..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.props" Condition="Exists('..\..\..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.props')" />
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), 'Product.props'))\Product.props" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{CD752CD2-6711-4AD7-B5C8-F8C23CF076B1}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\..\</SolutionDir>
|
||||
<DefineConstants>$(DefineConstants);NET40</DefineConstants>
|
||||
<TargetFrameworkProfile />
|
||||
<NuGetPackageImportStamp>
|
||||
</NuGetPackageImportStamp>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<CodeAnalysisRuleSet>..\..\..\..\ApplicationInsightsSDKRules.ruleset</CodeAnalysisRuleSet>
|
||||
<RunCodeAnalysis>true</RunCodeAnalysis>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
|
||||
<ItemGroup>
|
||||
<Reference Include="Microsoft.Diagnostics.Tracing.EventSource, Version=1.1.28.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\..\..\..\packages\Microsoft.Diagnostics.Tracing.EventSource.Redist.1.1.28\lib\net40\Microsoft.Diagnostics.Tracing.EventSource.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Management" />
|
||||
<Reference Include="System.Net" />
|
||||
<Reference Include="System.Runtime.Serialization" />
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
<Reference Include="System.XML" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="app.config">
|
||||
<SubType>Designer</SubType>
|
||||
</None>
|
||||
<None Include="packages.config">
|
||||
<SubType>Designer</SubType>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\Net46\Extensibility\Implementation\External\AjaxCallData.cs">
|
||||
<Link>Extensibility\Implementation\External\AjaxCallData.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Net46\Extensibility\Implementation\External\AvailabilityData.cs">
|
||||
<Link>Extensibility\Implementation\External\AvailabilityData.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Net46\Extensibility\Implementation\External\DataPoint.cs">
|
||||
<Link>Extensibility\Implementation\External\DataPoint.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Net46\Extensibility\Implementation\External\EventData.cs">
|
||||
<Link>Extensibility\Implementation\External\EventData.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Net46\Extensibility\Implementation\External\ExceptionData.cs">
|
||||
<Link>Extensibility\Implementation\External\ExceptionData.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Net46\Extensibility\Implementation\External\MessageData.cs">
|
||||
<Link>Extensibility\Implementation\External\MessageData.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Net46\Extensibility\Implementation\External\MetricData.cs">
|
||||
<Link>Extensibility\Implementation\External\MetricData.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Net46\Extensibility\Implementation\External\PageViewData.cs">
|
||||
<Link>Extensibility\Implementation\External\PageViewData.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Net46\Extensibility\Implementation\External\PageViewPerfData.cs">
|
||||
<Link>Extensibility\Implementation\External\PageViewPerfData.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Net46\Extensibility\Implementation\External\PerformanceCounterData.cs">
|
||||
<Link>Extensibility\Implementation\External\PerformanceCounterData.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Net46\Extensibility\Implementation\External\RemoteDependencyData.cs">
|
||||
<Link>Extensibility\Implementation\External\RemoteDependencyData.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Net46\Extensibility\Implementation\External\RequestData.cs">
|
||||
<Link>Extensibility\Implementation\External\RequestData.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Net46\Extensibility\Implementation\External\SessionStateData.cs">
|
||||
<Link>Extensibility\Implementation\External\SessionStateData.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Net46\Extensibility\Implementation\External\StackFrame.cs">
|
||||
<Link>Extensibility\Implementation\External\StackFrame.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Net46\Extensibility\Implementation\RichPayloadEventSource.cs">
|
||||
<Link>Extensibility\Implementation\RichPayloadEventSource.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="Extensibility\Implementation\Platform\PlatformImplementation.cs" />
|
||||
<Compile Include="Extensibility\Implementation\TelemetryConfigurationFactory.cs" />
|
||||
<Compile Include="TaskEx.cs" />
|
||||
<Compile Include="Utils.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Analyzer Include="..\..\..\..\..\packages\Desktop.Analyzers.1.1.0\analyzers\dotnet\cs\Desktop.Analyzers.dll" />
|
||||
<Analyzer Include="..\..\..\..\..\packages\Desktop.Analyzers.1.1.0\analyzers\dotnet\cs\Desktop.CSharp.Analyzers.dll" />
|
||||
</ItemGroup>
|
||||
<Import Project="..\Shared\Shared.projitems" Label="Shared" />
|
||||
<Import Project="..\Operation.CC.Shared\Operation.CC.Shared.projitems" Label="Shared" />
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||
<PropertyGroup>
|
||||
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
||||
</PropertyGroup>
|
||||
<Error Condition="!Exists('..\..\..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.props'))" />
|
||||
<Error Condition="!Exists('..\..\..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.targets'))" />
|
||||
<Error Condition="!Exists('..\..\..\..\..\packages\Microsoft.Diagnostics.Tracing.EventRegister.1.1.28\build\Microsoft.Diagnostics.Tracing.EventRegister.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\packages\Microsoft.Diagnostics.Tracing.EventRegister.1.1.28\build\Microsoft.Diagnostics.Tracing.EventRegister.targets'))" />
|
||||
<Error Condition="!Exists('..\..\..\..\..\packages\StyleCop.MSBuild.4.7.55.0\build\StyleCop.MSBuild.Targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\packages\StyleCop.MSBuild.4.7.55.0\build\StyleCop.MSBuild.Targets'))" />
|
||||
</Target>
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), 'Common.targets'))\Common.targets" />
|
||||
<Import Project="..\..\..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.targets" Condition="Exists('..\..\..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.targets')" />
|
||||
<Import Project="..\..\..\..\..\packages\Microsoft.Diagnostics.Tracing.EventRegister.1.1.28\build\Microsoft.Diagnostics.Tracing.EventRegister.targets" Condition="Exists('..\..\..\..\..\packages\Microsoft.Diagnostics.Tracing.EventRegister.1.1.28\build\Microsoft.Diagnostics.Tracing.EventRegister.targets')" />
|
||||
<Import Project="..\..\..\..\..\packages\StyleCop.MSBuild.4.7.55.0\build\StyleCop.MSBuild.Targets" Condition="Exists('..\..\..\..\..\packages\StyleCop.MSBuild.4.7.55.0\build\StyleCop.MSBuild.Targets')" />
|
||||
</Project>
|
|
@ -1 +0,0 @@
|
|||
<StyleCopSettings Version="105" />
|
|
@ -1,15 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-2.6.10.0" newVersion="2.6.10.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-2.6.10.0" newVersion="2.6.10.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
</configuration>
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="Desktop.Analyzers" version="1.1.0" targetFramework="net40" />
|
||||
<package id="MicroBuild.Core" version="0.2.0" targetFramework="net40" developmentDependency="true" />
|
||||
<package id="Microsoft.Diagnostics.Tracing.EventRegister" version="1.1.28" targetFramework="net40" />
|
||||
<package id="Microsoft.Diagnostics.Tracing.EventSource.Redist" version="1.1.28" targetFramework="net40" />
|
||||
<package id="StyleCop.MSBuild" version="4.7.55.0" targetFramework="net40" developmentDependency="true" />
|
||||
</packages>
|
|
@ -1,66 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="..\..\..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.props" Condition="Exists('..\..\..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.props')" />
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), 'Product.props'))\Product.props" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{412659CA-49B0-4834-BFBF-8183055083C8}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>Microsoft.ApplicationInsights</RootNamespace>
|
||||
<AssemblyName>Microsoft.ApplicationInsights</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<NuGetPackageImportStamp>
|
||||
</NuGetPackageImportStamp>
|
||||
<TargetFrameworkProfile />
|
||||
<DefineConstants>$(DefineConstants);NET45</DefineConstants>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<RunCodeAnalysis>true</RunCodeAnalysis>
|
||||
<CodeAnalysisRuleSet>..\..\..\..\ApplicationInsightsSDKRules.ruleset</CodeAnalysisRuleSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Net.Http" />
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="packages.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\Net40\Extensibility\Implementation\Platform\PlatformImplementation.cs">
|
||||
<Link>Extensibility\Platform\PlatformImplementation.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Net40\Extensibility\Implementation\TelemetryConfigurationFactory.cs">
|
||||
<Link>Extensibility\Implementation\TelemetryConfigurationFactory.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="Extensibility\Implementation\RichPayloadEventSource.TelemetryHandler.cs" />
|
||||
<Compile Include="Extensibility\Implementation\RichPayloadEventSource.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Analyzer Include="..\..\..\..\..\packages\Desktop.Analyzers.1.1.0\analyzers\dotnet\cs\Desktop.Analyzers.dll" />
|
||||
<Analyzer Include="..\..\..\..\..\packages\Desktop.Analyzers.1.1.0\analyzers\dotnet\cs\Desktop.CSharp.Analyzers.dll" />
|
||||
</ItemGroup>
|
||||
<Import Project="..\Shared\Shared.projitems" Label="Shared" />
|
||||
<Import Project="..\Operation.CC.Shared\Operation.CC.Shared.projitems" Label="Shared" />
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||
<PropertyGroup>
|
||||
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
||||
</PropertyGroup>
|
||||
<Error Condition="!Exists('..\..\..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.props'))" />
|
||||
<Error Condition="!Exists('..\..\..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.targets'))" />
|
||||
<Error Condition="!Exists('..\..\..\..\..\packages\StyleCop.MSBuild.4.7.55.0\build\StyleCop.MSBuild.Targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\packages\StyleCop.MSBuild.4.7.55.0\build\StyleCop.MSBuild.Targets'))" />
|
||||
</Target>
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), 'Common.targets'))\Common.targets" />
|
||||
<Import Project="..\..\..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.targets" Condition="Exists('..\..\..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.targets')" />
|
||||
<Import Project="..\..\..\..\..\packages\StyleCop.MSBuild.4.7.55.0\build\StyleCop.MSBuild.Targets" Condition="Exists('..\..\..\..\..\packages\StyleCop.MSBuild.4.7.55.0\build\StyleCop.MSBuild.Targets')" />
|
||||
</Project>
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="Desktop.Analyzers" version="1.1.0" targetFramework="net45" />
|
||||
<package id="MicroBuild.Core" version="0.2.0" targetFramework="net45" developmentDependency="true" />
|
||||
<package id="StyleCop.MSBuild" version="4.7.55.0" targetFramework="net45" userInstalled="true" developmentDependency="true" />
|
||||
</packages>
|
|
@ -1,77 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="..\..\..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.props" Condition="Exists('..\..\..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.props')" />
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), 'Product.props'))\Product.props" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{958CFE53-53B7-4E26-846D-DA3F214013E6}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>Microsoft.ApplicationInsights</RootNamespace>
|
||||
<AssemblyName>Microsoft.ApplicationInsights</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<NuGetPackageImportStamp>
|
||||
</NuGetPackageImportStamp>
|
||||
<TargetFrameworkProfile />
|
||||
<DefineConstants>$(DefineConstants);NET46;</DefineConstants>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<RunCodeAnalysis>true</RunCodeAnalysis>
|
||||
<CodeAnalysisRuleSet>..\..\..\..\ApplicationInsightsSDKRules.ruleset</CodeAnalysisRuleSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Net.Http" />
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="packages.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\Net40\Extensibility\Implementation\Platform\PlatformImplementation.cs">
|
||||
<Link>Extensibility\Platform\PlatformImplementation.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Net40\Extensibility\Implementation\TelemetryConfigurationFactory.cs">
|
||||
<Link>Extensibility\Implementation\TelemetryConfigurationFactory.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="Extensibility\Implementation\External\AjaxCallData.cs" />
|
||||
<Compile Include="Extensibility\Implementation\External\AvailabilityData.cs" />
|
||||
<Compile Include="Extensibility\Implementation\External\DataPoint.cs" />
|
||||
<Compile Include="Extensibility\Implementation\External\EventData.cs" />
|
||||
<Compile Include="Extensibility\Implementation\External\ExceptionData.cs" />
|
||||
<Compile Include="Extensibility\Implementation\External\MessageData.cs" />
|
||||
<Compile Include="Extensibility\Implementation\External\MetricData.cs" />
|
||||
<Compile Include="Extensibility\Implementation\External\PageViewData.cs" />
|
||||
<Compile Include="Extensibility\Implementation\External\PageViewPerfData.cs" />
|
||||
<Compile Include="Extensibility\Implementation\External\RemoteDependencyData.cs" />
|
||||
<Compile Include="Extensibility\Implementation\External\RequestData.cs" />
|
||||
<Compile Include="Extensibility\Implementation\External\StackFrame.cs" />
|
||||
<Compile Include="Extensibility\Implementation\RichPayloadEventSource.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Analyzer Include="..\..\..\..\..\packages\Desktop.Analyzers.1.1.0\analyzers\dotnet\cs\Desktop.Analyzers.dll" />
|
||||
<Analyzer Include="..\..\..\..\..\packages\Desktop.Analyzers.1.1.0\analyzers\dotnet\cs\Desktop.CSharp.Analyzers.dll" />
|
||||
</ItemGroup>
|
||||
<Import Project="..\Shared\Shared.projitems" Label="Shared" />
|
||||
<Import Project="..\Operation.AL.Shared\Operation.AL.Shared.projitems" Label="Shared" />
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||
<PropertyGroup>
|
||||
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
||||
</PropertyGroup>
|
||||
<Error Condition="!Exists('..\..\..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.props'))" />
|
||||
<Error Condition="!Exists('..\..\..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.targets'))" />
|
||||
<Error Condition="!Exists('..\..\..\..\..\packages\StyleCop.MSBuild.4.7.55.0\build\StyleCop.MSBuild.Targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\packages\StyleCop.MSBuild.4.7.55.0\build\StyleCop.MSBuild.Targets'))" />
|
||||
</Target>
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), 'Common.targets'))\Common.targets" />
|
||||
<Import Project="..\..\..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.targets" Condition="Exists('..\..\..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.targets')" />
|
||||
<Import Project="..\..\..\..\..\packages\StyleCop.MSBuild.4.7.55.0\build\StyleCop.MSBuild.Targets" Condition="Exists('..\..\..\..\..\packages\StyleCop.MSBuild.4.7.55.0\build\StyleCop.MSBuild.Targets')" />
|
||||
</Project>
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="Desktop.Analyzers" version="1.1.0" targetFramework="net46" />
|
||||
<package id="MicroBuild.Core" version="0.2.0" targetFramework="net46" developmentDependency="true" />
|
||||
<package id="StyleCop.MSBuild" version="4.7.55.0" targetFramework="net46" userInstalled="true" developmentDependency="true" />
|
||||
</packages>
|
|
@ -1,28 +0,0 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<Import Project="..\..\..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.props" Condition="Exists('..\..\..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.props')" />
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), 'Product.props'))\Product.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard1.3</TargetFramework>
|
||||
<DefineConstants>$(DefineConstants);CORE_PCL</DefineConstants>
|
||||
<AssemblyName>Microsoft.ApplicationInsights</AssemblyName>
|
||||
<NetStandardImplicitPackageVersion>1.6.0</NetStandardImplicitPackageVersion>
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="..\Shared\**\*.cs;..\Net40\Extensibility\Implementation\TelemetryConfigurationFactory.cs;..\Net46\Extensibility\Implementation\**\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Desktop.Analyzers" Version="1.1.0" />
|
||||
<PackageReference Include="MicroBuild.Core" Version="0.2.0" />
|
||||
<PackageReference Include="StyleCop.MSBuild" Version="4.7.55" />
|
||||
</ItemGroup>
|
||||
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), 'Common.targets'))\Common.targets" />
|
||||
<Import Project="..\..\..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.targets" Condition="Exists('..\..\..\..\..\packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.targets')" />
|
||||
<Import Project="..\..\..\..\..\packages\StyleCop.MSBuild.4.7.55.0\build\StyleCop.MSBuild.Targets" Condition="Exists('..\..\..\..\..\packages\StyleCop.MSBuild.4.7.55.0\build\StyleCop.MSBuild.Targets')" />
|
||||
|
||||
</Project>
|
|
@ -1,22 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Label="SharedProjectFile_SccProperties">
|
||||
<SharedProjectFile_ProjectGuid>{C6425564-9EFE-49B3-B309-4D5FB55A53bb}</SharedProjectFile_ProjectGuid>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
||||
<HasSharedItems>true</HasSharedItems>
|
||||
<SharedGUID>669e7e58-072d-4b0a-a4dd-4eb2ae2ea4bb</SharedGUID>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="Configuration">
|
||||
<Import_RootNamespace>Microsoft.ApplicationInsights.Operation</Import_RootNamespace>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\OperationCorrelationTelemetryInitializer.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\AsyncLocalBasedOperationHolder.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\AsyncLocalHelpers.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\OperationContextForAsyncLocal.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\SdkInternalOperationsMonitor.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)TelemetryClientExtensions.cs" />
|
||||
</ItemGroup>
|
||||
</Project>
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>21350114-0bf7-4f90-9732-5395840e8cbb</ProjectGuid>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.Common.Default.props" />
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.Common.props" />
|
||||
<PropertyGroup />
|
||||
<Import Project="Operation.AL.Shared.projitems" Label="Shared" />
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.CSharp.targets" />
|
||||
</Project>
|
|
@ -1,22 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Label="SharedProjectFile_SccProperties">
|
||||
<SharedProjectFile_ProjectGuid>{C6425564-9EFE-49B3-B309-4D5FB55A5355}</SharedProjectFile_ProjectGuid>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
||||
<HasSharedItems>true</HasSharedItems>
|
||||
<SharedGUID>669e7e58-072d-4b0a-a4dd-4eb2ae2ea4d4</SharedGUID>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="Configuration">
|
||||
<Import_RootNamespace>Microsoft.ApplicationInsights.Operation</Import_RootNamespace>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\OperationCorrelationTelemetryInitializer.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\CallContextBasedOperationHolder.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\CallContextHelpers.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\OperationContextForCallContext.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\SdkInternalOperationsMonitor.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)TelemetryClientExtensions.cs" />
|
||||
</ItemGroup>
|
||||
</Project>
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>21350114-0bf7-4f90-9732-5395840e8ce0</ProjectGuid>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.Common.Default.props" />
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.Common.props" />
|
||||
<PropertyGroup />
|
||||
<Import Project="Operation.CC.Shared.projitems" Label="Shared" />
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.CSharp.targets" />
|
||||
</Project>
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>c1aaa703-5e32-45c0-a69d-f46d1c659ae4</ProjectGuid>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.Common.Default.props" />
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.Common.props" />
|
||||
<PropertyGroup />
|
||||
<Import Project="Shared.projitems" Label="Shared" />
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.CSharp.targets" />
|
||||
</Project>
|
|
@ -1,135 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Label="SharedProjectFile_SccProperties">
|
||||
<SharedProjectFile_ProjectGuid>{775f88f7-23bf-4df6-85d9-7dc9822d29f4}</SharedProjectFile_ProjectGuid>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
||||
<HasSharedItems>true</HasSharedItems>
|
||||
<SharedGUID>c1aaa703-5e32-45c0-a69d-f46d1c659ae4</SharedGUID>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="Configuration">
|
||||
<Import_RootNamespace>Microsoft.ApplicationInsights</Import_RootNamespace>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Channel\InMemoryChannel.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Channel\InMemoryTransmitter.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Channel\ITelemetry.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Channel\ITelemetryChannel.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Channel\TelemetryBuffer.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Channel\Transmission.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Constants.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)DataContracts\AvailabilityTelemetry.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)DataContracts\EventTelemetry.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)DataContracts\ExceptionHandledAt.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)DataContracts\ExceptionTelemetry.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)DataContracts\IJsonWriter.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)DataContracts\InnerExceptionCountExceededException.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)DataContracts\ISupportMetrics.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)DataContracts\ISupportProperties.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)DataContracts\ISupportSampling.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)DataContracts\MetricTelemetry.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)DataContracts\PageViewTelemetry.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)DataContracts\PerformanceCounterTelemetry.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)DataContracts\DependencyTelemetry.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)DataContracts\RequestTelemetry.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)DataContracts\SessionState.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)DataContracts\SessionStateTelemetry.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)DataContracts\SeverityLevel.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)DataContracts\TelemetryContext.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)DataContracts\TraceTelemetry.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\IDebugOutput.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\IMetricProcessor.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\ComponentContext.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\External\AvailabilityData_types.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\External\Base_types.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\External\ContextTagKeys_types.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\External\DataPointType_types.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\External\DataPoint_types.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\External\Data_types.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\External\Domain_types.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\External\Envelope_types.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\External\EventData_types.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\External\ExceptionData_types.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\External\ExceptionDetails_types.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\External\MessageData_types.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\External\MetricData_types.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\External\PageViewData_types.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\External\RemoteDependencyData_types.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\External\RequestData_types.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\External\SeverityLevel_types.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\External\StackFrame_types.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\HttpWebResponseWrapper.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\RichPayloadEventSource.Keywords.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\SdkVersionUtils.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\SimpleMetricStatisticsAggregator.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\TaskTimer.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\TelemetryDebugWriter.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\CloudContext.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\DeviceContext.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\ExceptionConverter.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\External\ContextTagKeys.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\External\Tags.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\InternalContext.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\IPlatform.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\IRandomNumberBatchGenerator.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\JsonSerializer.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\JsonWriter.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\LocationContext.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\OperationContext.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\OperationTelemetry.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\Platform\PlatformSingleton.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\Property.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\SessionContext.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\SeverityLevelExtensions.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\SnapshottingCollection.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\SnapshottingList.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\TaskTimerInternal.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\Telemetry.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\TelemetryContextExtensions.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\External\ExceptionDetails.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\TelemetryProcessorChain.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\TelemetryProcessorChainBuilder.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\Tracing\ApplicationNameProvider.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\Tracing\CoreEventSource.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\Tracing\DiagnoisticsEventCounters.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\Tracing\DiagnoisticsEventThrottling.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\Tracing\DiagnoisticsEventThrottlingDefaults.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\Tracing\DiagnoisticsEventThrottlingManager.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\Tracing\DiagnoisticsEventThrottlingScheduler.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\Tracing\DiagnosticsEventListener.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\Tracing\DiagnosticsListener.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\Tracing\DiagnosticsTelemetryModule.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\Tracing\EventMetaData.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\Tracing\EventSourceKeywords.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\Tracing\Extensions.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\Tracing\IDiagnoisticsEventThrottling.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\Tracing\IDiagnoisticsEventThrottlingManager.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\Tracing\IDiagnoisticsEventThrottlingScheduler.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\Tracing\IDiagnosticsSender.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\Tracing\PortalDiagnosticsQueueSender.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\Tracing\PortalDiagnosticsSender.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\Tracing\SpinWait.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\Tracing\ThreadResourceLock.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\Tracing\TraceEvent.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\TransmissionProcessor.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\TypeExtensions.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\UserContext.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\WeakConcurrentRandom.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Implementation\XorshiftRandomBatchGenerator.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\IOperationHolder.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\ITelemetryModule.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\ITelemetryInitializer.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\ITelemetryProcessor.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\Metric.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\MetricManager.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\TelemetryConfiguration.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\SequencePropertyInitializer.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Extensibility\TelemetryModules.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)GlobalSuppressions.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)OperationTelemetryExtensions.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)TelemetryClient.cs" />
|
||||
<Compile Include="$(MSBuildThisFileDirectory)Utils.cs" />
|
||||
</ItemGroup>
|
||||
</Project>
|
|
@ -0,0 +1,26 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), 'Product.props'))\Product.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net46</TargetFramework>
|
||||
<IncludeBuildOutput>false</IncludeBuildOutput>
|
||||
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
<PackageSpecFile>$(MSBuildProjectDirectory)\Package.nuspec</PackageSpecFile>
|
||||
<PackageVersionFile>$(BinRoot)\$(Configuration)\Core\net46\Microsoft.ApplicationInsights.dll</PackageVersionFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="GitLink" Version="2.2.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Core.csproj" />
|
||||
<ProjectReference Include="..\DummyCore\DummyCore.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), 'Package.targets'))\Package.targets" />
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), 'Common.targets'))\Common.targets" />
|
||||
|
||||
</Project>
|
|
@ -1,41 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), 'Common.props'))\Common.props" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{B69CBB57-4D1F-4FBE-B4AB-FD87EDBEE12B}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<OutputPath>$(BinRoot)\$(Configuration)\Core\NuGet\Core</OutputPath>
|
||||
<RootNamespace>Microsoft.ApplicationInsights.NuGet</RootNamespace>
|
||||
<AssemblyName>Microsoft.ApplicationInsights.NuGet</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<!-- Suppress the "CS2008: No source files specified" warning -->
|
||||
<NoWarn>2008</NoWarn>
|
||||
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\..\</SolutionDir>
|
||||
<PackageSpecFile>$(MSBuildProjectDirectory)\Package.nuspec</PackageSpecFile>
|
||||
<PackageVersionFile>$(BinRoot)\$(Configuration)\Core\Managed\Net40\Microsoft.ApplicationInsights.dll</PackageVersionFile>
|
||||
<NuGetPackageImportStamp>
|
||||
</NuGetPackageImportStamp>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " />
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
|
||||
<ItemGroup>
|
||||
<None Include="Package.nuspec">
|
||||
<SubType>Designer</SubType>
|
||||
</None>
|
||||
<None Include="packages.config" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), 'Package.targets'))\Package.targets" />
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), 'Common.targets'))\Common.targets" />
|
||||
<Import Project="..\..\..\..\..\packages\StyleCop.MSBuild.4.7.55.0\build\StyleCop.MSBuild.Targets" Condition="Exists('..\..\..\..\..\packages\StyleCop.MSBuild.4.7.55.0\build\StyleCop.MSBuild.Targets')" />
|
||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||
<PropertyGroup>
|
||||
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
||||
</PropertyGroup>
|
||||
<Error Condition="!Exists('..\..\..\..\..\packages\StyleCop.MSBuild.4.7.55.0\build\StyleCop.MSBuild.Targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\packages\StyleCop.MSBuild.4.7.55.0\build\StyleCop.MSBuild.Targets'))" />
|
||||
</Target>
|
||||
</Project>
|
|
@ -1,4 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="StyleCop.MSBuild" version="4.7.55.0" targetFramework="net45" developmentDependency="true" />
|
||||
</packages>
|
|
@ -34,32 +34,32 @@
|
|||
</metadata>
|
||||
<files>
|
||||
<!-- Binaries for .NET Standard 1.3 -->
|
||||
<file src="$configuration$\Core\Managed\NetStandard13\netstandard1.3\Microsoft.ApplicationInsights.dll" target="lib\netstandard1.3" />
|
||||
<file src="$configuration$\Core\Managed\NetStandard13\netstandard1.3\Microsoft.ApplicationInsights.pdb" target="lib\netstandard1.3" />
|
||||
<file src="$configuration$\Core\Managed\NetStandard13\netstandard1.3\Microsoft.ApplicationInsights.xml" target="lib\netstandard1.3" />
|
||||
<file src="$configuration$\Core\netstandard1.3\Microsoft.ApplicationInsights.dll" target="lib\netstandard1.3" />
|
||||
<file src="$configuration$\Core\netstandard1.3\Microsoft.ApplicationInsights.pdb" target="lib\netstandard1.3" />
|
||||
<file src="$configuration$\Core\netstandard1.3\Microsoft.ApplicationInsights.xml" target="lib\netstandard1.3" />
|
||||
|
||||
<!-- Binaries for .NET 4.0 projects -->
|
||||
<file src="$configuration$\Core\Managed\Net40\Microsoft.ApplicationInsights.dll" target="lib\net40" />
|
||||
<file src="$configuration$\Core\Managed\Net40\Microsoft.ApplicationInsights.pdb" target="lib\net40" />
|
||||
<file src="$configuration$\Core\Managed\Net40\Microsoft.ApplicationInsights.xml" target="lib\net40" />
|
||||
<file src="$configuration$\Core\net40\Microsoft.ApplicationInsights.dll" target="lib\net40" />
|
||||
<file src="$configuration$\Core\net40\Microsoft.ApplicationInsights.pdb" target="lib\net40" />
|
||||
<file src="$configuration$\Core\net40\Microsoft.ApplicationInsights.xml" target="lib\net40" />
|
||||
|
||||
<!-- Binaries for .NET 4.5 projects -->
|
||||
<file src="$configuration$\Core\Managed\Net45\Microsoft.ApplicationInsights.dll" target="lib\net45" />
|
||||
<file src="$configuration$\Core\Managed\Net45\Microsoft.ApplicationInsights.pdb" target="lib\net45" />
|
||||
<file src="$configuration$\Core\Managed\Net45\Microsoft.ApplicationInsights.xml" target="lib\net45" />
|
||||
<file src="$configuration$\Core\net45\Microsoft.ApplicationInsights.dll" target="lib\net45" />
|
||||
<file src="$configuration$\Core\net45\Microsoft.ApplicationInsights.pdb" target="lib\net45" />
|
||||
<file src="$configuration$\Core\net45\Microsoft.ApplicationInsights.xml" target="lib\net45" />
|
||||
|
||||
<!-- Binaries for .NET 4.6 projects -->
|
||||
<file src="$configuration$\Core\Managed\Net46\Microsoft.ApplicationInsights.dll" target="lib\net46" />
|
||||
<file src="$configuration$\Core\Managed\Net46\Microsoft.ApplicationInsights.pdb" target="lib\net46" />
|
||||
<file src="$configuration$\Core\Managed\Net46\Microsoft.ApplicationInsights.xml" target="lib\net46" />
|
||||
<file src="$configuration$\Core\net46\Microsoft.ApplicationInsights.dll" target="lib\net46" />
|
||||
<file src="$configuration$\Core\net46\Microsoft.ApplicationInsights.pdb" target="lib\net46" />
|
||||
<file src="$configuration$\Core\net46\Microsoft.ApplicationInsights.xml" target="lib\net46" />
|
||||
|
||||
<!-- wp8: Binaries for Windows Phone 8.0 and 8.1 (Silverlight Runtime) projects -->
|
||||
<file src="$configuration$\Core\Managed\DummyCore\Wp8Files\Microsoft.ApplicationInsights.dll" target="lib\wp8" />
|
||||
<file src="$configuration$\Core\DummyCore\Wp8Files\Microsoft.ApplicationInsights.dll" target="lib\wp8" />
|
||||
|
||||
<!-- portable-win81+wpa81: Windows Runtime projects (Phone & Store, Managed)-->
|
||||
<file src="$configuration$\Core\Managed\DummyCore\Portable81Files\Microsoft.ApplicationInsights.dll" target="lib\portable-win81+wpa81" />
|
||||
<file src="$configuration$\Core\DummyCore\Portable81Files\Microsoft.ApplicationInsights.dll" target="lib\portable-win81+wpa81" />
|
||||
|
||||
<!-- UWP-->
|
||||
<file src="$configuration$\Core\Managed\DummyCore\Portable81Files\Microsoft.ApplicationInsights.dll" target="lib\uap10.0" />
|
||||
<file src="$configuration$\Core\DummyCore\Portable81Files\Microsoft.ApplicationInsights.dll" target="lib\uap10.0" />
|
||||
</files>
|
||||
</package>
|
|
@ -1,3 +1,8 @@
|
|||
#if NET45
|
||||
// .Net 4.5 has a custom implementation of RichPayloadEventSource
|
||||
#elif NETSTANDARD1_3
|
||||
// TODO: This file can be included once RichPayloadEventSource is in the netstandard1.3 project
|
||||
#else
|
||||
namespace Microsoft.ApplicationInsights.Extensibility.Implementation.External
|
||||
{
|
||||
/// <summary>
|
||||
|
@ -12,3 +17,4 @@ namespace Microsoft.ApplicationInsights.Extensibility.Implementation.External
|
|||
{
|
||||
}
|
||||
}
|
||||
#endif
|
|
@ -1,4 +1,9 @@
|
|||
namespace Microsoft.ApplicationInsights.Extensibility.Implementation.External
|
||||
#if NET45
|
||||
// .Net 4.5 has a custom implementation of RichPayloadEventSource
|
||||
#elif NETSTANDARD1_3
|
||||
// TODO: This file can be included once RichPayloadEventSource is in the netstandard1.3 project
|
||||
#else
|
||||
namespace Microsoft.ApplicationInsights.Extensibility.Implementation.External
|
||||
{
|
||||
/// <summary>
|
||||
/// Partial class to add the EventData attribute and any additional customizations to the generated type.
|
||||
|
@ -12,3 +17,4 @@
|
|||
{
|
||||
}
|
||||
}
|
||||
#endif
|
|
@ -1,4 +1,9 @@
|
|||
namespace Microsoft.ApplicationInsights.Extensibility.Implementation.External
|
||||
#if NET45
|
||||
// .Net 4.5 has a custom implementation of RichPayloadEventSource
|
||||
#elif NETSTANDARD1_3
|
||||
// TODO: This file can be included once RichPayloadEventSource is in the netstandard1.3 project
|
||||
#else
|
||||
namespace Microsoft.ApplicationInsights.Extensibility.Implementation.External
|
||||
{
|
||||
/// <summary>
|
||||
/// Partial class to add the EventData attribute and any additional customizations to the generated type.
|
||||
|
@ -12,3 +17,4 @@
|
|||
{
|
||||
}
|
||||
}
|
||||
#endif
|
|
@ -1,4 +1,9 @@
|
|||
namespace Microsoft.ApplicationInsights.Extensibility.Implementation.External
|
||||
#if NET45
|
||||
// .Net 4.5 has a custom implementation of RichPayloadEventSource
|
||||
#elif NETSTANDARD1_3
|
||||
// TODO: This file can be included once RichPayloadEventSource is in the netstandard1.3 project
|
||||
#else
|
||||
namespace Microsoft.ApplicationInsights.Extensibility.Implementation.External
|
||||
{
|
||||
/// <summary>
|
||||
/// Partial class to add the EventData attribute and any additional customizations to the generated type.
|
||||
|
@ -12,3 +17,4 @@
|
|||
{
|
||||
}
|
||||
}
|
||||
#endif
|
|
@ -1,4 +1,9 @@
|
|||
namespace Microsoft.ApplicationInsights.Extensibility.Implementation.External
|
||||
#if NET45
|
||||
// .Net 4.5 has a custom implementation of RichPayloadEventSource
|
||||
#elif NETSTANDARD1_3
|
||||
// TODO: This file can be included once RichPayloadEventSource is in the netstandard1.3 project
|
||||
#else
|
||||
namespace Microsoft.ApplicationInsights.Extensibility.Implementation.External
|
||||
{
|
||||
/// <summary>
|
||||
/// Partial class to add the EventData attribute and any additional customizations to the generated type.
|
||||
|
@ -12,3 +17,4 @@
|
|||
{
|
||||
}
|
||||
}
|
||||
#endif
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче