mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
Added signing for ZuneShell proj
This commit is contained in:
+1
-4
@@ -17,15 +17,12 @@
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
<SignAssembly>false</SignAssembly>
|
||||
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Reference Include="Accessibility" />
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Buffers" />
|
||||
<Reference Include="System.Memory" />
|
||||
<Reference Include="System.XML" />
|
||||
<Reference Include="UIX.RenderApi">
|
||||
<HintPath>..\ZuneShell\lib\UIX.renderapi.dll</HintPath>
|
||||
@@ -38,6 +35,6 @@
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
|
||||
<Exec Command="..\UIXSign\bin\$(Platform)\$(Configuration)\net48\UIXSign.exe "$(OutputPath)UIX.dll"" />
|
||||
<Exec Command="..\UIXSign\bin\$(Platform)\Debug\net48\UIXSign.exe "$(OutputPath)UIX.dll"" />
|
||||
</Target>
|
||||
</Project>
|
||||
+16
-16
@@ -2,9 +2,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 16
|
||||
VisualStudioVersion = 16.0.30907.101
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZuneShell", "ZuneShell\ZuneShell.csproj", "{E93CFFA3-1EEB-4E71-9E83-7377C1422119}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZuneShell", "ZuneShell\ZuneShell.csproj", "{E93CFFA3-1EEB-4E71-9E83-7377C1422119}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UIX", "UIX\UIX.csproj", "{5681A1BD-B3EC-450B-BF6E-38187204B6BE}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UIX", "UIX\UIX.csproj", "{5681A1BD-B3EC-450B-BF6E-38187204B6BE}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UIXControls", "UIXControls\UIXControls.csproj", "{56AE007D-B441-4294-8582-D5C63CC1C206}"
|
||||
EndProject
|
||||
@@ -22,32 +22,32 @@ Global
|
||||
{E93CFFA3-1EEB-4E71-9E83-7377C1422119}.Debug|Any CPU.Build.0 = Debug|x64
|
||||
{E93CFFA3-1EEB-4E71-9E83-7377C1422119}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{E93CFFA3-1EEB-4E71-9E83-7377C1422119}.Debug|x64.Build.0 = Debug|x64
|
||||
{E93CFFA3-1EEB-4E71-9E83-7377C1422119}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{E93CFFA3-1EEB-4E71-9E83-7377C1422119}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{E93CFFA3-1EEB-4E71-9E83-7377C1422119}.Release|Any CPU.ActiveCfg = Release|x64
|
||||
{E93CFFA3-1EEB-4E71-9E83-7377C1422119}.Release|Any CPU.Build.0 = Release|x64
|
||||
{E93CFFA3-1EEB-4E71-9E83-7377C1422119}.Release|x64.ActiveCfg = Release|x64
|
||||
{E93CFFA3-1EEB-4E71-9E83-7377C1422119}.Release|x64.Build.0 = Release|x64
|
||||
{5681A1BD-B3EC-450B-BF6E-38187204B6BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{5681A1BD-B3EC-450B-BF6E-38187204B6BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{5681A1BD-B3EC-450B-BF6E-38187204B6BE}.Debug|Any CPU.ActiveCfg = Debug|x64
|
||||
{5681A1BD-B3EC-450B-BF6E-38187204B6BE}.Debug|Any CPU.Build.0 = Debug|x64
|
||||
{5681A1BD-B3EC-450B-BF6E-38187204B6BE}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{5681A1BD-B3EC-450B-BF6E-38187204B6BE}.Debug|x64.Build.0 = Debug|x64
|
||||
{5681A1BD-B3EC-450B-BF6E-38187204B6BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{5681A1BD-B3EC-450B-BF6E-38187204B6BE}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{5681A1BD-B3EC-450B-BF6E-38187204B6BE}.Release|Any CPU.ActiveCfg = Release|x64
|
||||
{5681A1BD-B3EC-450B-BF6E-38187204B6BE}.Release|Any CPU.Build.0 = Release|x64
|
||||
{5681A1BD-B3EC-450B-BF6E-38187204B6BE}.Release|x64.ActiveCfg = Release|x64
|
||||
{5681A1BD-B3EC-450B-BF6E-38187204B6BE}.Release|x64.Build.0 = Release|x64
|
||||
{56AE007D-B441-4294-8582-D5C63CC1C206}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{56AE007D-B441-4294-8582-D5C63CC1C206}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{56AE007D-B441-4294-8582-D5C63CC1C206}.Debug|Any CPU.ActiveCfg = Debug|x64
|
||||
{56AE007D-B441-4294-8582-D5C63CC1C206}.Debug|Any CPU.Build.0 = Debug|x64
|
||||
{56AE007D-B441-4294-8582-D5C63CC1C206}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{56AE007D-B441-4294-8582-D5C63CC1C206}.Debug|x64.Build.0 = Debug|x64
|
||||
{56AE007D-B441-4294-8582-D5C63CC1C206}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{56AE007D-B441-4294-8582-D5C63CC1C206}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{56AE007D-B441-4294-8582-D5C63CC1C206}.Release|Any CPU.ActiveCfg = Release|x64
|
||||
{56AE007D-B441-4294-8582-D5C63CC1C206}.Release|Any CPU.Build.0 = Release|x64
|
||||
{56AE007D-B441-4294-8582-D5C63CC1C206}.Release|x64.ActiveCfg = Release|x64
|
||||
{56AE007D-B441-4294-8582-D5C63CC1C206}.Release|x64.Build.0 = Release|x64
|
||||
{F0323473-F9B6-4875-93B2-DF657C3F7197}.Debug|Any CPU.ActiveCfg = Debug|x86
|
||||
{F0323473-F9B6-4875-93B2-DF657C3F7197}.Debug|Any CPU.Build.0 = Debug|x86
|
||||
{F0323473-F9B6-4875-93B2-DF657C3F7197}.Debug|Any CPU.ActiveCfg = Debug|x64
|
||||
{F0323473-F9B6-4875-93B2-DF657C3F7197}.Debug|Any CPU.Build.0 = Debug|x64
|
||||
{F0323473-F9B6-4875-93B2-DF657C3F7197}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{F0323473-F9B6-4875-93B2-DF657C3F7197}.Debug|x64.Build.0 = Debug|x64
|
||||
{F0323473-F9B6-4875-93B2-DF657C3F7197}.Release|Any CPU.ActiveCfg = Release|x86
|
||||
{F0323473-F9B6-4875-93B2-DF657C3F7197}.Release|Any CPU.Build.0 = Release|x86
|
||||
{F0323473-F9B6-4875-93B2-DF657C3F7197}.Release|Any CPU.ActiveCfg = Release|x64
|
||||
{F0323473-F9B6-4875-93B2-DF657C3F7197}.Release|Any CPU.Build.0 = Release|x64
|
||||
{F0323473-F9B6-4875-93B2-DF657C3F7197}.Release|x64.ActiveCfg = Release|x64
|
||||
{F0323473-F9B6-4875-93B2-DF657C3F7197}.Release|x64.Build.0 = Release|x64
|
||||
EndGlobalSection
|
||||
|
||||
@@ -70,16 +70,37 @@ namespace Microsoft.Zune.Shell
|
||||
{
|
||||
break;
|
||||
}
|
||||
case "debug":
|
||||
case "uixdebugpipe":
|
||||
Application.DebugSettings.OpenDebugPipe = true;
|
||||
break;
|
||||
case "uixdecomp":
|
||||
Application.DebugSettings.UseDecompiler = true;
|
||||
break;
|
||||
case "uixtrace":
|
||||
try
|
||||
{
|
||||
Application.IsDebug = bool.Parse(commandLineArgument.Value);
|
||||
int idx = commandLineArgument.Value.IndexOf(':');
|
||||
byte level;
|
||||
Iris.Debug.TraceCategory cat;
|
||||
if (idx != -1)
|
||||
{
|
||||
level = byte.Parse(commandLineArgument.Value.Substring(idx + 1));
|
||||
cat = (Iris.Debug.TraceCategory)Enum.Parse(typeof(Iris.Debug.TraceCategory), commandLineArgument.Value.Substring(0, idx));
|
||||
}
|
||||
else
|
||||
{
|
||||
level = 1;
|
||||
cat = (Iris.Debug.TraceCategory)Enum.Parse(typeof(Iris.Debug.TraceCategory), commandLineArgument.Value);
|
||||
}
|
||||
Application.DebugSettings.TraceSettings.SetCategoryLevel(cat, level);
|
||||
break;
|
||||
}
|
||||
catch (FormatException ex)
|
||||
{
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
hashtable[commandLineArgument.Name] = commandLineArgument.Value;
|
||||
break;
|
||||
|
||||
@@ -31,4 +31,8 @@
|
||||
<HintPath>C:\Program Files\Zune\UIXControls.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
|
||||
<Exec Command="..\UIXSign\bin\$(Platform)\Debug\net48\UIXSign.exe "$(OutputPath)ZuneShell.dll"" />
|
||||
</Target>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user