Latest client libs
This commit is contained in:
parent
9d1424a148
commit
f3bf71eced
@ -46,20 +46,20 @@
|
|||||||
<ApplicationIcon>BismNorm.ico</ApplicationIcon>
|
<ApplicationIcon>BismNorm.ico</ApplicationIcon>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="Microsoft.AnalysisServices, Version=19.20.1.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
<Reference Include="Microsoft.AnalysisServices, Version=19.22.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.19.20.1\lib\net45\Microsoft.AnalysisServices.dll</HintPath>
|
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.19.22.0.1\lib\net45\Microsoft.AnalysisServices.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.AnalysisServices.Core, Version=19.20.1.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
<Reference Include="Microsoft.AnalysisServices.Core, Version=19.22.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.19.20.1\lib\net45\Microsoft.AnalysisServices.Core.dll</HintPath>
|
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.19.22.0.1\lib\net45\Microsoft.AnalysisServices.Core.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.AnalysisServices.SPClient.Interfaces, Version=19.20.1.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
<Reference Include="Microsoft.AnalysisServices.SPClient.Interfaces, Version=19.22.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.19.20.1\lib\net45\Microsoft.AnalysisServices.SPClient.Interfaces.dll</HintPath>
|
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.19.22.0.1\lib\net45\Microsoft.AnalysisServices.SPClient.Interfaces.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.AnalysisServices.Tabular, Version=19.20.1.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
<Reference Include="Microsoft.AnalysisServices.Tabular, Version=19.22.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.19.20.1\lib\net45\Microsoft.AnalysisServices.Tabular.dll</HintPath>
|
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.19.22.0.1\lib\net45\Microsoft.AnalysisServices.Tabular.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.AnalysisServices.Tabular.Json, Version=19.20.1.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
<Reference Include="Microsoft.AnalysisServices.Tabular.Json, Version=19.22.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.19.20.1\lib\net45\Microsoft.AnalysisServices.Tabular.Json.dll</HintPath>
|
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.19.22.0.1\lib\net45\Microsoft.AnalysisServices.Tabular.Json.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||||
|
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("5.0.22.0")]
|
[assembly: AssemblyVersion("5.0.23.0")]
|
||||||
[assembly: AssemblyFileVersion("5.0.22.0")]
|
[assembly: AssemblyFileVersion("5.0.23.0")]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<package id="cef.redist.x86" version="3.3239.1723" targetFramework="net461" />
|
<package id="cef.redist.x86" version="3.3239.1723" targetFramework="net461" />
|
||||||
<package id="CefSharp.Common" version="63.0.3" targetFramework="net461" />
|
<package id="CefSharp.Common" version="63.0.3" targetFramework="net461" />
|
||||||
<package id="CefSharp.WinForms" version="63.0.3" targetFramework="net461" />
|
<package id="CefSharp.WinForms" version="63.0.3" targetFramework="net461" />
|
||||||
<package id="Microsoft.AnalysisServices.retail.amd64" version="19.20.1" targetFramework="net472" />
|
<package id="Microsoft.AnalysisServices.retail.amd64" version="19.22.0.1" targetFramework="net472" />
|
||||||
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net472" />
|
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net472" />
|
||||||
<package id="Octokit" version="0.36.0" targetFramework="net472" />
|
<package id="Octokit" version="0.36.0" targetFramework="net472" />
|
||||||
</packages>
|
</packages>
|
@ -267,6 +267,18 @@
|
|||||||
}
|
}
|
||||||
"Entry"
|
"Entry"
|
||||||
{
|
{
|
||||||
|
"MsmKey" = "8:_18C78448283DF9A6015C01F3DAB6CDA7"
|
||||||
|
"OwnerKey" = "8:_2CAB7C1163D8CE0D07BA7AC148DD5555"
|
||||||
|
"MsmSig" = "8:_UNDEFINED"
|
||||||
|
}
|
||||||
|
"Entry"
|
||||||
|
{
|
||||||
|
"MsmKey" = "8:_18C78448283DF9A6015C01F3DAB6CDA7"
|
||||||
|
"OwnerKey" = "8:_7936400E6C154464B76D26251125123A"
|
||||||
|
"MsmSig" = "8:_UNDEFINED"
|
||||||
|
}
|
||||||
|
"Entry"
|
||||||
|
{
|
||||||
"MsmKey" = "8:_19217EBB315B4B419DAC5C6FAFF71AFD"
|
"MsmKey" = "8:_19217EBB315B4B419DAC5C6FAFF71AFD"
|
||||||
"OwnerKey" = "8:_UNDEFINED"
|
"OwnerKey" = "8:_UNDEFINED"
|
||||||
"MsmSig" = "8:_UNDEFINED"
|
"MsmSig" = "8:_UNDEFINED"
|
||||||
@ -411,6 +423,12 @@
|
|||||||
}
|
}
|
||||||
"Entry"
|
"Entry"
|
||||||
{
|
{
|
||||||
|
"MsmKey" = "8:_2CAB7C1163D8CE0D07BA7AC148DD5555"
|
||||||
|
"OwnerKey" = "8:_7936400E6C154464B76D26251125123A"
|
||||||
|
"MsmSig" = "8:_UNDEFINED"
|
||||||
|
}
|
||||||
|
"Entry"
|
||||||
|
{
|
||||||
"MsmKey" = "8:_31051673150A4B48BF86FB1343E60DEC"
|
"MsmKey" = "8:_31051673150A4B48BF86FB1343E60DEC"
|
||||||
"OwnerKey" = "8:_UNDEFINED"
|
"OwnerKey" = "8:_UNDEFINED"
|
||||||
"MsmSig" = "8:_UNDEFINED"
|
"MsmSig" = "8:_UNDEFINED"
|
||||||
@ -988,12 +1006,6 @@
|
|||||||
"Entry"
|
"Entry"
|
||||||
{
|
{
|
||||||
"MsmKey" = "8:_7344099411A9D2DBF4A784E3DE9EA77D"
|
"MsmKey" = "8:_7344099411A9D2DBF4A784E3DE9EA77D"
|
||||||
"OwnerKey" = "8:_7936400E6C154464B76D26251125123A"
|
|
||||||
"MsmSig" = "8:_UNDEFINED"
|
|
||||||
}
|
|
||||||
"Entry"
|
|
||||||
{
|
|
||||||
"MsmKey" = "8:_7344099411A9D2DBF4A784E3DE9EA77D"
|
|
||||||
"OwnerKey" = "8:_577232D49DA84949B3604BA695B35542"
|
"OwnerKey" = "8:_577232D49DA84949B3604BA695B35542"
|
||||||
"MsmSig" = "8:_UNDEFINED"
|
"MsmSig" = "8:_UNDEFINED"
|
||||||
}
|
}
|
||||||
@ -1143,6 +1155,24 @@
|
|||||||
}
|
}
|
||||||
"Entry"
|
"Entry"
|
||||||
{
|
{
|
||||||
|
"MsmKey" = "8:_7FD842123E6A3704F21582989798E8DB"
|
||||||
|
"OwnerKey" = "8:_18C78448283DF9A6015C01F3DAB6CDA7"
|
||||||
|
"MsmSig" = "8:_UNDEFINED"
|
||||||
|
}
|
||||||
|
"Entry"
|
||||||
|
{
|
||||||
|
"MsmKey" = "8:_7FD842123E6A3704F21582989798E8DB"
|
||||||
|
"OwnerKey" = "8:_7936400E6C154464B76D26251125123A"
|
||||||
|
"MsmSig" = "8:_UNDEFINED"
|
||||||
|
}
|
||||||
|
"Entry"
|
||||||
|
{
|
||||||
|
"MsmKey" = "8:_7FD842123E6A3704F21582989798E8DB"
|
||||||
|
"OwnerKey" = "8:_2CAB7C1163D8CE0D07BA7AC148DD5555"
|
||||||
|
"MsmSig" = "8:_UNDEFINED"
|
||||||
|
}
|
||||||
|
"Entry"
|
||||||
|
{
|
||||||
"MsmKey" = "8:_7FE319AF420BED1331D231C9E53A5979"
|
"MsmKey" = "8:_7FE319AF420BED1331D231C9E53A5979"
|
||||||
"OwnerKey" = "8:_1B2251DD757994082D5D85D7C9A38F82"
|
"OwnerKey" = "8:_1B2251DD757994082D5D85D7C9A38F82"
|
||||||
"MsmSig" = "8:_UNDEFINED"
|
"MsmSig" = "8:_UNDEFINED"
|
||||||
@ -1198,12 +1228,6 @@
|
|||||||
"Entry"
|
"Entry"
|
||||||
{
|
{
|
||||||
"MsmKey" = "8:_82DAFE8276E3EAF6338E99A4D478878D"
|
"MsmKey" = "8:_82DAFE8276E3EAF6338E99A4D478878D"
|
||||||
"OwnerKey" = "8:_7936400E6C154464B76D26251125123A"
|
|
||||||
"MsmSig" = "8:_UNDEFINED"
|
|
||||||
}
|
|
||||||
"Entry"
|
|
||||||
{
|
|
||||||
"MsmKey" = "8:_82DAFE8276E3EAF6338E99A4D478878D"
|
|
||||||
"OwnerKey" = "8:_577232D49DA84949B3604BA695B35542"
|
"OwnerKey" = "8:_577232D49DA84949B3604BA695B35542"
|
||||||
"MsmSig" = "8:_UNDEFINED"
|
"MsmSig" = "8:_UNDEFINED"
|
||||||
}
|
}
|
||||||
@ -1689,6 +1713,24 @@
|
|||||||
}
|
}
|
||||||
"Entry"
|
"Entry"
|
||||||
{
|
{
|
||||||
|
"MsmKey" = "8:_BABAD39F249139C129E5D0A2CD316C4A"
|
||||||
|
"OwnerKey" = "8:_7936400E6C154464B76D26251125123A"
|
||||||
|
"MsmSig" = "8:_UNDEFINED"
|
||||||
|
}
|
||||||
|
"Entry"
|
||||||
|
{
|
||||||
|
"MsmKey" = "8:_BABAD39F249139C129E5D0A2CD316C4A"
|
||||||
|
"OwnerKey" = "8:_18C78448283DF9A6015C01F3DAB6CDA7"
|
||||||
|
"MsmSig" = "8:_UNDEFINED"
|
||||||
|
}
|
||||||
|
"Entry"
|
||||||
|
{
|
||||||
|
"MsmKey" = "8:_BABAD39F249139C129E5D0A2CD316C4A"
|
||||||
|
"OwnerKey" = "8:_2CAB7C1163D8CE0D07BA7AC148DD5555"
|
||||||
|
"MsmSig" = "8:_UNDEFINED"
|
||||||
|
}
|
||||||
|
"Entry"
|
||||||
|
{
|
||||||
"MsmKey" = "8:_BD84964882224F1BB08CFE6B4D807632"
|
"MsmKey" = "8:_BD84964882224F1BB08CFE6B4D807632"
|
||||||
"OwnerKey" = "8:_UNDEFINED"
|
"OwnerKey" = "8:_UNDEFINED"
|
||||||
"MsmSig" = "8:_UNDEFINED"
|
"MsmSig" = "8:_UNDEFINED"
|
||||||
@ -1809,6 +1851,18 @@
|
|||||||
}
|
}
|
||||||
"Entry"
|
"Entry"
|
||||||
{
|
{
|
||||||
|
"MsmKey" = "8:_C70C0B1BF336A5CB496723BB6486BAEF"
|
||||||
|
"OwnerKey" = "8:_BABAD39F249139C129E5D0A2CD316C4A"
|
||||||
|
"MsmSig" = "8:_UNDEFINED"
|
||||||
|
}
|
||||||
|
"Entry"
|
||||||
|
{
|
||||||
|
"MsmKey" = "8:_C70C0B1BF336A5CB496723BB6486BAEF"
|
||||||
|
"OwnerKey" = "8:_7936400E6C154464B76D26251125123A"
|
||||||
|
"MsmSig" = "8:_UNDEFINED"
|
||||||
|
}
|
||||||
|
"Entry"
|
||||||
|
{
|
||||||
"MsmKey" = "8:_C7FE3873B9D44BE48F2D270F84D2CF6A"
|
"MsmKey" = "8:_C7FE3873B9D44BE48F2D270F84D2CF6A"
|
||||||
"OwnerKey" = "8:_UNDEFINED"
|
"OwnerKey" = "8:_UNDEFINED"
|
||||||
"MsmSig" = "8:_UNDEFINED"
|
"MsmSig" = "8:_UNDEFINED"
|
||||||
@ -2152,12 +2206,6 @@
|
|||||||
"Entry"
|
"Entry"
|
||||||
{
|
{
|
||||||
"MsmKey" = "8:_E6C48E30804B563751F799BDB82D2D5F"
|
"MsmKey" = "8:_E6C48E30804B563751F799BDB82D2D5F"
|
||||||
"OwnerKey" = "8:_7936400E6C154464B76D26251125123A"
|
|
||||||
"MsmSig" = "8:_UNDEFINED"
|
|
||||||
}
|
|
||||||
"Entry"
|
|
||||||
{
|
|
||||||
"MsmKey" = "8:_E6C48E30804B563751F799BDB82D2D5F"
|
|
||||||
"OwnerKey" = "8:_7344099411A9D2DBF4A784E3DE9EA77D"
|
"OwnerKey" = "8:_7344099411A9D2DBF4A784E3DE9EA77D"
|
||||||
"MsmSig" = "8:_UNDEFINED"
|
"MsmSig" = "8:_UNDEFINED"
|
||||||
}
|
}
|
||||||
@ -2235,12 +2283,6 @@
|
|||||||
}
|
}
|
||||||
"Entry"
|
"Entry"
|
||||||
{
|
{
|
||||||
"MsmKey" = "8:_EEEF3B4DA37D965DCA452A1E7B283C82"
|
|
||||||
"OwnerKey" = "8:_7936400E6C154464B76D26251125123A"
|
|
||||||
"MsmSig" = "8:_UNDEFINED"
|
|
||||||
}
|
|
||||||
"Entry"
|
|
||||||
{
|
|
||||||
"MsmKey" = "8:_EF0C782C601F42DE8C7EF094FA4ED82E"
|
"MsmKey" = "8:_EF0C782C601F42DE8C7EF094FA4ED82E"
|
||||||
"OwnerKey" = "8:_UNDEFINED"
|
"OwnerKey" = "8:_UNDEFINED"
|
||||||
"MsmSig" = "8:_UNDEFINED"
|
"MsmSig" = "8:_UNDEFINED"
|
||||||
@ -2278,12 +2320,6 @@
|
|||||||
"Entry"
|
"Entry"
|
||||||
{
|
{
|
||||||
"MsmKey" = "8:_F27EC43FC3B12703E1AC626345868C2F"
|
"MsmKey" = "8:_F27EC43FC3B12703E1AC626345868C2F"
|
||||||
"OwnerKey" = "8:_7936400E6C154464B76D26251125123A"
|
|
||||||
"MsmSig" = "8:_UNDEFINED"
|
|
||||||
}
|
|
||||||
"Entry"
|
|
||||||
{
|
|
||||||
"MsmKey" = "8:_F27EC43FC3B12703E1AC626345868C2F"
|
|
||||||
"OwnerKey" = "8:_577232D49DA84949B3604BA695B35542"
|
"OwnerKey" = "8:_577232D49DA84949B3604BA695B35542"
|
||||||
"MsmSig" = "8:_UNDEFINED"
|
"MsmSig" = "8:_UNDEFINED"
|
||||||
}
|
}
|
||||||
@ -2458,6 +2494,36 @@
|
|||||||
"Entry"
|
"Entry"
|
||||||
{
|
{
|
||||||
"MsmKey" = "8:_UNDEFINED"
|
"MsmKey" = "8:_UNDEFINED"
|
||||||
|
"OwnerKey" = "8:_2CAB7C1163D8CE0D07BA7AC148DD5555"
|
||||||
|
"MsmSig" = "8:_UNDEFINED"
|
||||||
|
}
|
||||||
|
"Entry"
|
||||||
|
{
|
||||||
|
"MsmKey" = "8:_UNDEFINED"
|
||||||
|
"OwnerKey" = "8:_18C78448283DF9A6015C01F3DAB6CDA7"
|
||||||
|
"MsmSig" = "8:_UNDEFINED"
|
||||||
|
}
|
||||||
|
"Entry"
|
||||||
|
{
|
||||||
|
"MsmKey" = "8:_UNDEFINED"
|
||||||
|
"OwnerKey" = "8:_7FD842123E6A3704F21582989798E8DB"
|
||||||
|
"MsmSig" = "8:_UNDEFINED"
|
||||||
|
}
|
||||||
|
"Entry"
|
||||||
|
{
|
||||||
|
"MsmKey" = "8:_UNDEFINED"
|
||||||
|
"OwnerKey" = "8:_BABAD39F249139C129E5D0A2CD316C4A"
|
||||||
|
"MsmSig" = "8:_UNDEFINED"
|
||||||
|
}
|
||||||
|
"Entry"
|
||||||
|
{
|
||||||
|
"MsmKey" = "8:_UNDEFINED"
|
||||||
|
"OwnerKey" = "8:_C70C0B1BF336A5CB496723BB6486BAEF"
|
||||||
|
"MsmSig" = "8:_UNDEFINED"
|
||||||
|
}
|
||||||
|
"Entry"
|
||||||
|
{
|
||||||
|
"MsmKey" = "8:_UNDEFINED"
|
||||||
"OwnerKey" = "8:_505B9CD6FBF318D5810A11D52DB3B890"
|
"OwnerKey" = "8:_505B9CD6FBF318D5810A11D52DB3B890"
|
||||||
"MsmSig" = "8:_UNDEFINED"
|
"MsmSig" = "8:_UNDEFINED"
|
||||||
}
|
}
|
||||||
@ -2758,7 +2824,7 @@
|
|||||||
{
|
{
|
||||||
"Name" = "8:.NET Framework"
|
"Name" = "8:.NET Framework"
|
||||||
"Message" = "8:[VSDNETMSG]"
|
"Message" = "8:[VSDNETMSG]"
|
||||||
"FrameworkVersion" = "8:v4.6.1 "
|
"FrameworkVersion" = "8:v4.6.1 "
|
||||||
"AllowLaterVersions" = "11:FALSE"
|
"AllowLaterVersions" = "11:FALSE"
|
||||||
"InstallUrl" = "8:http://go.microsoft.com/fwlink/?LinkId=671728"
|
"InstallUrl" = "8:http://go.microsoft.com/fwlink/?LinkId=671728"
|
||||||
}
|
}
|
||||||
@ -2770,7 +2836,7 @@
|
|||||||
{
|
{
|
||||||
"AssemblyRegister" = "3:1"
|
"AssemblyRegister" = "3:1"
|
||||||
"AssemblyIsInGAC" = "11:FALSE"
|
"AssemblyIsInGAC" = "11:FALSE"
|
||||||
"AssemblyAsmDisplayName" = "8:BismNormalizer, Version=5.0.21.0, Culture=neutral, PublicKeyToken=aa6675aad991a644, processorArchitecture=MSIL"
|
"AssemblyAsmDisplayName" = "8:BismNormalizer, Version=5.0.22.0, Culture=neutral, PublicKeyToken=aa6675aad991a644, processorArchitecture=MSIL"
|
||||||
"ScatterAssemblies"
|
"ScatterAssemblies"
|
||||||
{
|
{
|
||||||
"_0020EC0A2900F50F0F5DCC3E7BBE4237"
|
"_0020EC0A2900F50F0F5DCC3E7BBE4237"
|
||||||
@ -3421,6 +3487,37 @@
|
|||||||
"IsDependency" = "11:FALSE"
|
"IsDependency" = "11:FALSE"
|
||||||
"IsolateTo" = "8:"
|
"IsolateTo" = "8:"
|
||||||
}
|
}
|
||||||
|
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_18C78448283DF9A6015C01F3DAB6CDA7"
|
||||||
|
{
|
||||||
|
"AssemblyRegister" = "3:1"
|
||||||
|
"AssemblyIsInGAC" = "11:FALSE"
|
||||||
|
"AssemblyAsmDisplayName" = "8:Microsoft.AnalysisServices.Tabular, Version=19.22.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL"
|
||||||
|
"ScatterAssemblies"
|
||||||
|
{
|
||||||
|
"_18C78448283DF9A6015C01F3DAB6CDA7"
|
||||||
|
{
|
||||||
|
"Name" = "8:Microsoft.AnalysisServices.Tabular.dll"
|
||||||
|
"Attributes" = "3:512"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
"SourcePath" = "8:Microsoft.AnalysisServices.Tabular.dll"
|
||||||
|
"TargetName" = "8:"
|
||||||
|
"Tag" = "8:"
|
||||||
|
"Folder" = "8:_CAD31D6A85364CAA9F9BFC2750F80458"
|
||||||
|
"Condition" = "8:"
|
||||||
|
"Transitive" = "11:FALSE"
|
||||||
|
"Vital" = "11:TRUE"
|
||||||
|
"ReadOnly" = "11:FALSE"
|
||||||
|
"Hidden" = "11:FALSE"
|
||||||
|
"System" = "11:FALSE"
|
||||||
|
"Permanent" = "11:FALSE"
|
||||||
|
"SharedLegacy" = "11:FALSE"
|
||||||
|
"PackageAs" = "3:1"
|
||||||
|
"Register" = "3:1"
|
||||||
|
"Exclude" = "11:FALSE"
|
||||||
|
"IsDependency" = "11:TRUE"
|
||||||
|
"IsolateTo" = "8:"
|
||||||
|
}
|
||||||
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_19217EBB315B4B419DAC5C6FAFF71AFD"
|
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_19217EBB315B4B419DAC5C6FAFF71AFD"
|
||||||
{
|
{
|
||||||
"SourcePath" = "8:..\\AlmToolkit\\bin\\Release\\x86\\locales\\he.pak"
|
"SourcePath" = "8:..\\AlmToolkit\\bin\\Release\\x86\\locales\\he.pak"
|
||||||
@ -3883,6 +3980,37 @@
|
|||||||
"IsDependency" = "11:FALSE"
|
"IsDependency" = "11:FALSE"
|
||||||
"IsolateTo" = "8:"
|
"IsolateTo" = "8:"
|
||||||
}
|
}
|
||||||
|
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_2CAB7C1163D8CE0D07BA7AC148DD5555"
|
||||||
|
{
|
||||||
|
"AssemblyRegister" = "3:1"
|
||||||
|
"AssemblyIsInGAC" = "11:FALSE"
|
||||||
|
"AssemblyAsmDisplayName" = "8:Microsoft.AnalysisServices, Version=19.22.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL"
|
||||||
|
"ScatterAssemblies"
|
||||||
|
{
|
||||||
|
"_2CAB7C1163D8CE0D07BA7AC148DD5555"
|
||||||
|
{
|
||||||
|
"Name" = "8:Microsoft.AnalysisServices.dll"
|
||||||
|
"Attributes" = "3:512"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
"SourcePath" = "8:Microsoft.AnalysisServices.dll"
|
||||||
|
"TargetName" = "8:"
|
||||||
|
"Tag" = "8:"
|
||||||
|
"Folder" = "8:_CAD31D6A85364CAA9F9BFC2750F80458"
|
||||||
|
"Condition" = "8:"
|
||||||
|
"Transitive" = "11:FALSE"
|
||||||
|
"Vital" = "11:TRUE"
|
||||||
|
"ReadOnly" = "11:FALSE"
|
||||||
|
"Hidden" = "11:FALSE"
|
||||||
|
"System" = "11:FALSE"
|
||||||
|
"Permanent" = "11:FALSE"
|
||||||
|
"SharedLegacy" = "11:FALSE"
|
||||||
|
"PackageAs" = "3:1"
|
||||||
|
"Register" = "3:1"
|
||||||
|
"Exclude" = "11:FALSE"
|
||||||
|
"IsDependency" = "11:TRUE"
|
||||||
|
"IsolateTo" = "8:"
|
||||||
|
}
|
||||||
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_31051673150A4B48BF86FB1343E60DEC"
|
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_31051673150A4B48BF86FB1343E60DEC"
|
||||||
{
|
{
|
||||||
"SourcePath" = "8:..\\AlmToolkit\\bin\\Release\\html-resources\\dist\\34.chunk.js"
|
"SourcePath" = "8:..\\AlmToolkit\\bin\\Release\\html-resources\\dist\\34.chunk.js"
|
||||||
@ -5957,6 +6085,37 @@
|
|||||||
"IsDependency" = "11:FALSE"
|
"IsDependency" = "11:FALSE"
|
||||||
"IsolateTo" = "8:"
|
"IsolateTo" = "8:"
|
||||||
}
|
}
|
||||||
|
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7FD842123E6A3704F21582989798E8DB"
|
||||||
|
{
|
||||||
|
"AssemblyRegister" = "3:1"
|
||||||
|
"AssemblyIsInGAC" = "11:FALSE"
|
||||||
|
"AssemblyAsmDisplayName" = "8:Microsoft.AnalysisServices.Tabular.Json, Version=19.22.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL"
|
||||||
|
"ScatterAssemblies"
|
||||||
|
{
|
||||||
|
"_7FD842123E6A3704F21582989798E8DB"
|
||||||
|
{
|
||||||
|
"Name" = "8:Microsoft.AnalysisServices.Tabular.Json.dll"
|
||||||
|
"Attributes" = "3:512"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
"SourcePath" = "8:Microsoft.AnalysisServices.Tabular.Json.dll"
|
||||||
|
"TargetName" = "8:"
|
||||||
|
"Tag" = "8:"
|
||||||
|
"Folder" = "8:_CAD31D6A85364CAA9F9BFC2750F80458"
|
||||||
|
"Condition" = "8:"
|
||||||
|
"Transitive" = "11:FALSE"
|
||||||
|
"Vital" = "11:TRUE"
|
||||||
|
"ReadOnly" = "11:FALSE"
|
||||||
|
"Hidden" = "11:FALSE"
|
||||||
|
"System" = "11:FALSE"
|
||||||
|
"Permanent" = "11:FALSE"
|
||||||
|
"SharedLegacy" = "11:FALSE"
|
||||||
|
"PackageAs" = "3:1"
|
||||||
|
"Register" = "3:1"
|
||||||
|
"Exclude" = "11:FALSE"
|
||||||
|
"IsDependency" = "11:TRUE"
|
||||||
|
"IsolateTo" = "8:"
|
||||||
|
}
|
||||||
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7FE319AF420BED1331D231C9E53A5979"
|
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7FE319AF420BED1331D231C9E53A5979"
|
||||||
{
|
{
|
||||||
"AssemblyRegister" = "3:1"
|
"AssemblyRegister" = "3:1"
|
||||||
@ -7360,6 +7519,37 @@
|
|||||||
"IsDependency" = "11:FALSE"
|
"IsDependency" = "11:FALSE"
|
||||||
"IsolateTo" = "8:"
|
"IsolateTo" = "8:"
|
||||||
}
|
}
|
||||||
|
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BABAD39F249139C129E5D0A2CD316C4A"
|
||||||
|
{
|
||||||
|
"AssemblyRegister" = "3:1"
|
||||||
|
"AssemblyIsInGAC" = "11:FALSE"
|
||||||
|
"AssemblyAsmDisplayName" = "8:Microsoft.AnalysisServices.Core, Version=19.22.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL"
|
||||||
|
"ScatterAssemblies"
|
||||||
|
{
|
||||||
|
"_BABAD39F249139C129E5D0A2CD316C4A"
|
||||||
|
{
|
||||||
|
"Name" = "8:Microsoft.AnalysisServices.Core.dll"
|
||||||
|
"Attributes" = "3:512"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
"SourcePath" = "8:Microsoft.AnalysisServices.Core.dll"
|
||||||
|
"TargetName" = "8:"
|
||||||
|
"Tag" = "8:"
|
||||||
|
"Folder" = "8:_CAD31D6A85364CAA9F9BFC2750F80458"
|
||||||
|
"Condition" = "8:"
|
||||||
|
"Transitive" = "11:FALSE"
|
||||||
|
"Vital" = "11:TRUE"
|
||||||
|
"ReadOnly" = "11:FALSE"
|
||||||
|
"Hidden" = "11:FALSE"
|
||||||
|
"System" = "11:FALSE"
|
||||||
|
"Permanent" = "11:FALSE"
|
||||||
|
"SharedLegacy" = "11:FALSE"
|
||||||
|
"PackageAs" = "3:1"
|
||||||
|
"Register" = "3:1"
|
||||||
|
"Exclude" = "11:FALSE"
|
||||||
|
"IsDependency" = "11:TRUE"
|
||||||
|
"IsolateTo" = "8:"
|
||||||
|
}
|
||||||
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_BD84964882224F1BB08CFE6B4D807632"
|
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_BD84964882224F1BB08CFE6B4D807632"
|
||||||
{
|
{
|
||||||
"SourcePath" = "8:..\\AlmToolkit\\almtoolkit.pbitool.json"
|
"SourcePath" = "8:..\\AlmToolkit\\almtoolkit.pbitool.json"
|
||||||
@ -7582,6 +7772,37 @@
|
|||||||
"IsDependency" = "11:FALSE"
|
"IsDependency" = "11:FALSE"
|
||||||
"IsolateTo" = "8:"
|
"IsolateTo" = "8:"
|
||||||
}
|
}
|
||||||
|
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C70C0B1BF336A5CB496723BB6486BAEF"
|
||||||
|
{
|
||||||
|
"AssemblyRegister" = "3:1"
|
||||||
|
"AssemblyIsInGAC" = "11:FALSE"
|
||||||
|
"AssemblyAsmDisplayName" = "8:Microsoft.AnalysisServices.SPClient.Interfaces, Version=19.22.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL"
|
||||||
|
"ScatterAssemblies"
|
||||||
|
{
|
||||||
|
"_C70C0B1BF336A5CB496723BB6486BAEF"
|
||||||
|
{
|
||||||
|
"Name" = "8:Microsoft.AnalysisServices.SPClient.Interfaces.dll"
|
||||||
|
"Attributes" = "3:512"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
"SourcePath" = "8:Microsoft.AnalysisServices.SPClient.Interfaces.dll"
|
||||||
|
"TargetName" = "8:"
|
||||||
|
"Tag" = "8:"
|
||||||
|
"Folder" = "8:_CAD31D6A85364CAA9F9BFC2750F80458"
|
||||||
|
"Condition" = "8:"
|
||||||
|
"Transitive" = "11:FALSE"
|
||||||
|
"Vital" = "11:TRUE"
|
||||||
|
"ReadOnly" = "11:FALSE"
|
||||||
|
"Hidden" = "11:FALSE"
|
||||||
|
"System" = "11:FALSE"
|
||||||
|
"Permanent" = "11:FALSE"
|
||||||
|
"SharedLegacy" = "11:FALSE"
|
||||||
|
"PackageAs" = "3:1"
|
||||||
|
"Register" = "3:1"
|
||||||
|
"Exclude" = "11:FALSE"
|
||||||
|
"IsDependency" = "11:TRUE"
|
||||||
|
"IsolateTo" = "8:"
|
||||||
|
}
|
||||||
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C7FE3873B9D44BE48F2D270F84D2CF6A"
|
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C7FE3873B9D44BE48F2D270F84D2CF6A"
|
||||||
{
|
{
|
||||||
"SourcePath" = "8:..\\AlmToolkit\\bin\\Release\\html-resources\\dist\\42.chunk.js"
|
"SourcePath" = "8:..\\AlmToolkit\\bin\\Release\\html-resources\\dist\\42.chunk.js"
|
||||||
@ -9173,15 +9394,15 @@
|
|||||||
{
|
{
|
||||||
"Name" = "8:Microsoft Visual Studio"
|
"Name" = "8:Microsoft Visual Studio"
|
||||||
"ProductName" = "8:Power BI ALM Toolkit"
|
"ProductName" = "8:Power BI ALM Toolkit"
|
||||||
"ProductCode" = "8:{2FF30E49-E722-42F0-BFCF-E2C44813FC96}"
|
"ProductCode" = "8:{885ECFDF-3C41-4A36-8EFB-1ACBB0221069}"
|
||||||
"PackageCode" = "8:{30E09E07-98BA-41F7-8D24-3A49E2AF8E60}"
|
"PackageCode" = "8:{35068B3E-50A7-453A-A429-5BCE2A8BE446}"
|
||||||
"UpgradeCode" = "8:{96819CFD-6462-4AD1-ADB4-7903F30ADB92}"
|
"UpgradeCode" = "8:{96819CFD-6462-4AD1-ADB4-7903F30ADB92}"
|
||||||
"AspNetVersion" = "8:4.0.30319.0"
|
"AspNetVersion" = "8:4.0.30319.0"
|
||||||
"RestartWWWService" = "11:FALSE"
|
"RestartWWWService" = "11:FALSE"
|
||||||
"RemovePreviousVersions" = "11:TRUE"
|
"RemovePreviousVersions" = "11:TRUE"
|
||||||
"DetectNewerInstalledVersion" = "11:TRUE"
|
"DetectNewerInstalledVersion" = "11:TRUE"
|
||||||
"InstallAllUsers" = "11:TRUE"
|
"InstallAllUsers" = "11:TRUE"
|
||||||
"ProductVersion" = "8:5.0.22"
|
"ProductVersion" = "8:5.0.23"
|
||||||
"Manufacturer" = "8:Power BI ALM Toolkit"
|
"Manufacturer" = "8:Power BI ALM Toolkit"
|
||||||
"ARPHELPTELEPHONE" = "8:"
|
"ARPHELPTELEPHONE" = "8:"
|
||||||
"ARPHELPLINK" = "8:"
|
"ARPHELPLINK" = "8:"
|
||||||
|
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("5.0.22.0")]
|
[assembly: AssemblyVersion("5.0.23.0")]
|
||||||
[assembly: AssemblyFileVersion("5.0.22.0")]
|
[assembly: AssemblyFileVersion("5.0.23.0")]
|
||||||
|
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("5.0.22.0")]
|
[assembly: AssemblyVersion("5.0.23.0")]
|
||||||
[assembly: AssemblyFileVersion("5.0.22.0")]
|
[assembly: AssemblyFileVersion("5.0.23.0")]
|
||||||
|
@ -40,20 +40,20 @@
|
|||||||
<WarningLevel>4</WarningLevel>
|
<WarningLevel>4</WarningLevel>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="Microsoft.AnalysisServices, Version=19.20.1.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
<Reference Include="Microsoft.AnalysisServices, Version=19.22.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.19.20.1\lib\net45\Microsoft.AnalysisServices.dll</HintPath>
|
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.19.22.0.1\lib\net45\Microsoft.AnalysisServices.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.AnalysisServices.Core, Version=19.20.1.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
<Reference Include="Microsoft.AnalysisServices.Core, Version=19.22.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.19.20.1\lib\net45\Microsoft.AnalysisServices.Core.dll</HintPath>
|
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.19.22.0.1\lib\net45\Microsoft.AnalysisServices.Core.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.AnalysisServices.SPClient.Interfaces, Version=19.20.1.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
<Reference Include="Microsoft.AnalysisServices.SPClient.Interfaces, Version=19.22.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.19.20.1\lib\net45\Microsoft.AnalysisServices.SPClient.Interfaces.dll</HintPath>
|
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.19.22.0.1\lib\net45\Microsoft.AnalysisServices.SPClient.Interfaces.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.AnalysisServices.Tabular, Version=19.20.1.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
<Reference Include="Microsoft.AnalysisServices.Tabular, Version=19.22.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.19.20.1\lib\net45\Microsoft.AnalysisServices.Tabular.dll</HintPath>
|
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.19.22.0.1\lib\net45\Microsoft.AnalysisServices.Tabular.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.AnalysisServices.Tabular.Json, Version=19.20.1.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
<Reference Include="Microsoft.AnalysisServices.Tabular.Json, Version=19.22.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.19.20.1\lib\net45\Microsoft.AnalysisServices.Tabular.Json.dll</HintPath>
|
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.19.22.0.1\lib\net45\Microsoft.AnalysisServices.Tabular.Json.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<packages>
|
<packages>
|
||||||
<package id="Microsoft.AnalysisServices.retail.amd64" version="19.20.1" targetFramework="net472" />
|
<package id="Microsoft.AnalysisServices.retail.amd64" version="19.22.0.1" targetFramework="net472" />
|
||||||
</packages>
|
</packages>
|
Binary file not shown.
@ -101,20 +101,20 @@
|
|||||||
<Reference Include="Microsoft.AI.WindowsServer, Version=2.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
<Reference Include="Microsoft.AI.WindowsServer, Version=2.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Microsoft.ApplicationInsights.WindowsServer.2.8.1\lib\net45\Microsoft.AI.WindowsServer.dll</HintPath>
|
<HintPath>..\packages\Microsoft.ApplicationInsights.WindowsServer.2.8.1\lib\net45\Microsoft.AI.WindowsServer.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.AnalysisServices, Version=19.20.1.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
<Reference Include="Microsoft.AnalysisServices, Version=19.22.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.19.20.1\lib\net45\Microsoft.AnalysisServices.dll</HintPath>
|
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.19.22.0.1\lib\net45\Microsoft.AnalysisServices.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.AnalysisServices.Core, Version=19.20.1.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
<Reference Include="Microsoft.AnalysisServices.Core, Version=19.22.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.19.20.1\lib\net45\Microsoft.AnalysisServices.Core.dll</HintPath>
|
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.19.22.0.1\lib\net45\Microsoft.AnalysisServices.Core.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.AnalysisServices.SPClient.Interfaces, Version=19.20.1.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
<Reference Include="Microsoft.AnalysisServices.SPClient.Interfaces, Version=19.22.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.19.20.1\lib\net45\Microsoft.AnalysisServices.SPClient.Interfaces.dll</HintPath>
|
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.19.22.0.1\lib\net45\Microsoft.AnalysisServices.SPClient.Interfaces.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.AnalysisServices.Tabular, Version=19.20.1.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
<Reference Include="Microsoft.AnalysisServices.Tabular, Version=19.22.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.19.20.1\lib\net45\Microsoft.AnalysisServices.Tabular.dll</HintPath>
|
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.19.22.0.1\lib\net45\Microsoft.AnalysisServices.Tabular.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.AnalysisServices.Tabular.Json, Version=19.20.1.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
<Reference Include="Microsoft.AnalysisServices.Tabular.Json, Version=19.22.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.19.20.1\lib\net45\Microsoft.AnalysisServices.Tabular.Json.dll</HintPath>
|
<HintPath>..\packages\Microsoft.AnalysisServices.retail.amd64.19.22.0.1\lib\net45\Microsoft.AnalysisServices.Tabular.Json.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.ApplicationInsights, Version=2.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
<Reference Include="Microsoft.ApplicationInsights, Version=2.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Microsoft.ApplicationInsights.2.8.1\lib\net46\Microsoft.ApplicationInsights.dll</HintPath>
|
<HintPath>..\packages\Microsoft.ApplicationInsights.2.8.1\lib\net46\Microsoft.ApplicationInsights.dll</HintPath>
|
||||||
|
Binary file not shown.
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("5.0.22.0")]
|
[assembly: AssemblyVersion("5.0.23.0")]
|
||||||
[assembly: AssemblyFileVersion("5.0.22.0")]
|
[assembly: AssemblyFileVersion("5.0.23.0")]
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<packages>
|
<packages>
|
||||||
<package id="EnvDTE" version="8.0.2" targetFramework="net472" />
|
<package id="EnvDTE" version="8.0.2" targetFramework="net472" />
|
||||||
<package id="EnvDTE80" version="8.0.3" targetFramework="net472" />
|
<package id="EnvDTE80" version="8.0.3" targetFramework="net472" />
|
||||||
<package id="Microsoft.AnalysisServices.retail.amd64" version="19.20.1" targetFramework="net472" />
|
<package id="Microsoft.AnalysisServices.retail.amd64" version="19.22.0.1" targetFramework="net472" />
|
||||||
<package id="Microsoft.ApplicationInsights" version="2.8.1" targetFramework="net461" />
|
<package id="Microsoft.ApplicationInsights" version="2.8.1" targetFramework="net461" />
|
||||||
<package id="Microsoft.ApplicationInsights.Agent.Intercept" version="2.4.0" targetFramework="net461" />
|
<package id="Microsoft.ApplicationInsights.Agent.Intercept" version="2.4.0" targetFramework="net461" />
|
||||||
<package id="Microsoft.ApplicationInsights.DependencyCollector" version="2.8.1" targetFramework="net461" />
|
<package id="Microsoft.ApplicationInsights.DependencyCollector" version="2.8.1" targetFramework="net461" />
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
|
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
|
||||||
<Metadata>
|
<Metadata>
|
||||||
<Identity Id="BismNormalizer.ea2aeb43-64a6-4dee-8816-099fb44513fa" Version="5.0.22.0" Language="en-US" Publisher="BISM Normalizer" />
|
<Identity Id="BismNormalizer.ea2aeb43-64a6-4dee-8816-099fb44513fa" Version="5.0.23.0" Language="en-US" Publisher="BISM Normalizer" />
|
||||||
<DisplayName>BISM Normalizer</DisplayName>
|
<DisplayName>BISM Normalizer</DisplayName>
|
||||||
<Description xml:space="preserve">BISM Normalizer manages Analysis Services tabular models</Description>
|
<Description xml:space="preserve">BISM Normalizer manages Analysis Services tabular models</Description>
|
||||||
<MoreInfo>http://bism-normalizer.com/</MoreInfo>
|
<MoreInfo>http://bism-normalizer.com/</MoreInfo>
|
||||||
|
Loading…
Reference in New Issue
Block a user