mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
Fix ZuneShell dependency issues
This commit is contained in:
@@ -86,6 +86,7 @@ namespace ZuneHost.Wpf
|
||||
IrisApp.Initialized += delegate
|
||||
{
|
||||
IrisApp.AddImportRedirect("res://ZuneShellResources!", "clr-res://ZuneShell!");
|
||||
UIXControls.Helpers.AddUIXControlsClrRedirect();
|
||||
};
|
||||
|
||||
Microsoft.Zune.Shell.ZuneApplication.Launch(strArgs, hWnd);
|
||||
|
||||
@@ -23,6 +23,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
||||
Directory.Build.props = Directory.Build.props
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UIXcontrols", "libs\MicrosoftIris\UIXcontrols\UIXcontrols.csproj", "{10DA7FB0-0FFF-7580-93B3-57BA53EE8B11}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
@@ -147,6 +149,22 @@ Global
|
||||
{90A89707-927E-48D2-BFEB-84F95F531258}.Release|x64.Build.0 = Release|Any CPU
|
||||
{90A89707-927E-48D2-BFEB-84F95F531258}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{90A89707-927E-48D2-BFEB-84F95F531258}.Release|x86.Build.0 = Release|Any CPU
|
||||
{10DA7FB0-0FFF-7580-93B3-57BA53EE8B11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{10DA7FB0-0FFF-7580-93B3-57BA53EE8B11}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{10DA7FB0-0FFF-7580-93B3-57BA53EE8B11}.Debug|ARM32.ActiveCfg = Debug|Any CPU
|
||||
{10DA7FB0-0FFF-7580-93B3-57BA53EE8B11}.Debug|ARM32.Build.0 = Debug|Any CPU
|
||||
{10DA7FB0-0FFF-7580-93B3-57BA53EE8B11}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{10DA7FB0-0FFF-7580-93B3-57BA53EE8B11}.Debug|x64.Build.0 = Debug|x64
|
||||
{10DA7FB0-0FFF-7580-93B3-57BA53EE8B11}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{10DA7FB0-0FFF-7580-93B3-57BA53EE8B11}.Debug|x86.Build.0 = Debug|x86
|
||||
{10DA7FB0-0FFF-7580-93B3-57BA53EE8B11}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{10DA7FB0-0FFF-7580-93B3-57BA53EE8B11}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{10DA7FB0-0FFF-7580-93B3-57BA53EE8B11}.Release|ARM32.ActiveCfg = Release|Any CPU
|
||||
{10DA7FB0-0FFF-7580-93B3-57BA53EE8B11}.Release|ARM32.Build.0 = Release|Any CPU
|
||||
{10DA7FB0-0FFF-7580-93B3-57BA53EE8B11}.Release|x64.ActiveCfg = Release|x64
|
||||
{10DA7FB0-0FFF-7580-93B3-57BA53EE8B11}.Release|x64.Build.0 = Release|x64
|
||||
{10DA7FB0-0FFF-7580-93B3-57BA53EE8B11}.Release|x86.ActiveCfg = Release|x86
|
||||
{10DA7FB0-0FFF-7580-93B3-57BA53EE8B11}.Release|x86.Build.0 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
@@ -155,6 +173,7 @@ Global
|
||||
{78A8B08C-C0E9-4BAC-9AF6-58D3A55C05C9} = {7640D6FE-600E-44BE-A59F-E90602FA7754}
|
||||
{CB2B7609-C7B8-4E2A-82D8-DD631B70B621} = {7640D6FE-600E-44BE-A59F-E90602FA7754}
|
||||
{90A89707-927E-48D2-BFEB-84F95F531258} = {7640D6FE-600E-44BE-A59F-E90602FA7754}
|
||||
{10DA7FB0-0FFF-7580-93B3-57BA53EE8B11} = {7640D6FE-600E-44BE-A59F-E90602FA7754}
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {6B948258-B457-4B3D-955E-05ED3F03CF36}
|
||||
|
||||
@@ -19,9 +19,7 @@
|
||||
|
||||
<PackageReference Include="Vanara.PInvoke.User32" Version="3.4.17" />
|
||||
|
||||
<Reference Include="UIXControls">
|
||||
<HintPath>C:\Program Files\Zune\UIXcontrols.dll</HintPath>
|
||||
</Reference>
|
||||
<ProjectReference Include="..\libs\MicrosoftIris\UIXcontrols\UIXcontrols.csproj" />
|
||||
<ProjectReference Include="..\libs\MicrosoftIris\UIX\UIX.csproj" />
|
||||
|
||||
<!--
|
||||
@@ -30,7 +28,7 @@
|
||||
-->
|
||||
<ProjectReference Include="..\ZuneImpl\ZuneImpl.csproj" />
|
||||
<Reference Include="ZuneDBApi">
|
||||
<HintPath>C:\Program Files\Zune\ZuneDBApi.dll</HintPath>
|
||||
<HintPath>.\libs\ZuneDBApi.dll</HintPath>
|
||||
</Reference>
|
||||
|
||||
<PackageReference Include="StrixMusic.Sdk" Version="0.1.0-alpha" />
|
||||
|
||||
+1
-1
Submodule libs/MicrosoftIris updated: be78b55a30...af659f4bd5
Reference in New Issue
Block a user