Skip to content

Commit 463675c

Browse files
committed
New Projects
1 parent 42334eb commit 463675c

29 files changed

Lines changed: 1503 additions & 12 deletions

MobilePackageGen.sln

Lines changed: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 18
4-
VisualStudioVersion = 18.3.11218.70 d18.3
4+
VisualStudioVersion = 18.3.11218.70
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CbsToReg", "src\Applications\CbsToReg\CbsToReg.csproj", "{8C0A8B8C-F58A-4F08-88CA-47521AE6CA21}"
77
EndProject
@@ -43,6 +43,12 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotnetPackaging.Msix", "thi
4343
EndProject
4444
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeflateBlockCompressor", "thirdparty\DeflateBlockCompressor\DeflateBlockCompressor.csproj", "{E2F66420-4219-4841-4225-629C51CF175F}"
4545
EndProject
46+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EzCab", "src\Applications\EzCab\EzCab.csproj", "{88E603DE-30A6-4DD0-96EB-AB23E8EC2835}"
47+
EndProject
48+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CbsCatVerifier", "src\Applications\CbsCatVerifier\CbsCatVerifier.csproj", "{0560AF6C-C247-4683-9065-F9211CC85B40}"
49+
EndProject
50+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CbsManVerifier", "src\Applications\CbsManVerifier\CbsManVerifier.csproj", "{0A8F7346-F6B3-4B9C-B466-1F1D07090EC2}"
51+
EndProject
4652
Global
4753
GlobalSection(SolutionConfigurationPlatforms) = preSolution
4854
Debug|ARM32 = Debug|ARM32
@@ -359,6 +365,54 @@ Global
359365
{E2F66420-4219-4841-4225-629C51CF175F}.Release|x64.Build.0 = Release|Any CPU
360366
{E2F66420-4219-4841-4225-629C51CF175F}.Release|x86.ActiveCfg = Release|Any CPU
361367
{E2F66420-4219-4841-4225-629C51CF175F}.Release|x86.Build.0 = Release|Any CPU
368+
{88E603DE-30A6-4DD0-96EB-AB23E8EC2835}.Debug|ARM32.ActiveCfg = Debug|Any CPU
369+
{88E603DE-30A6-4DD0-96EB-AB23E8EC2835}.Debug|ARM32.Build.0 = Debug|Any CPU
370+
{88E603DE-30A6-4DD0-96EB-AB23E8EC2835}.Debug|ARM64.ActiveCfg = Debug|Any CPU
371+
{88E603DE-30A6-4DD0-96EB-AB23E8EC2835}.Debug|ARM64.Build.0 = Debug|Any CPU
372+
{88E603DE-30A6-4DD0-96EB-AB23E8EC2835}.Debug|x64.ActiveCfg = Debug|Any CPU
373+
{88E603DE-30A6-4DD0-96EB-AB23E8EC2835}.Debug|x64.Build.0 = Debug|Any CPU
374+
{88E603DE-30A6-4DD0-96EB-AB23E8EC2835}.Debug|x86.ActiveCfg = Debug|Any CPU
375+
{88E603DE-30A6-4DD0-96EB-AB23E8EC2835}.Debug|x86.Build.0 = Debug|Any CPU
376+
{88E603DE-30A6-4DD0-96EB-AB23E8EC2835}.Release|ARM32.ActiveCfg = Release|Any CPU
377+
{88E603DE-30A6-4DD0-96EB-AB23E8EC2835}.Release|ARM32.Build.0 = Release|Any CPU
378+
{88E603DE-30A6-4DD0-96EB-AB23E8EC2835}.Release|ARM64.ActiveCfg = Release|Any CPU
379+
{88E603DE-30A6-4DD0-96EB-AB23E8EC2835}.Release|ARM64.Build.0 = Release|Any CPU
380+
{88E603DE-30A6-4DD0-96EB-AB23E8EC2835}.Release|x64.ActiveCfg = Release|Any CPU
381+
{88E603DE-30A6-4DD0-96EB-AB23E8EC2835}.Release|x64.Build.0 = Release|Any CPU
382+
{88E603DE-30A6-4DD0-96EB-AB23E8EC2835}.Release|x86.ActiveCfg = Release|Any CPU
383+
{88E603DE-30A6-4DD0-96EB-AB23E8EC2835}.Release|x86.Build.0 = Release|Any CPU
384+
{0560AF6C-C247-4683-9065-F9211CC85B40}.Debug|ARM32.ActiveCfg = Debug|ARM32
385+
{0560AF6C-C247-4683-9065-F9211CC85B40}.Debug|ARM32.Build.0 = Debug|ARM32
386+
{0560AF6C-C247-4683-9065-F9211CC85B40}.Debug|ARM64.ActiveCfg = Debug|ARM64
387+
{0560AF6C-C247-4683-9065-F9211CC85B40}.Debug|ARM64.Build.0 = Debug|ARM64
388+
{0560AF6C-C247-4683-9065-F9211CC85B40}.Debug|x64.ActiveCfg = Debug|x64
389+
{0560AF6C-C247-4683-9065-F9211CC85B40}.Debug|x64.Build.0 = Debug|x64
390+
{0560AF6C-C247-4683-9065-F9211CC85B40}.Debug|x86.ActiveCfg = Debug|Any CPU
391+
{0560AF6C-C247-4683-9065-F9211CC85B40}.Debug|x86.Build.0 = Debug|Any CPU
392+
{0560AF6C-C247-4683-9065-F9211CC85B40}.Release|ARM32.ActiveCfg = Release|ARM32
393+
{0560AF6C-C247-4683-9065-F9211CC85B40}.Release|ARM32.Build.0 = Release|ARM32
394+
{0560AF6C-C247-4683-9065-F9211CC85B40}.Release|ARM64.ActiveCfg = Release|ARM64
395+
{0560AF6C-C247-4683-9065-F9211CC85B40}.Release|ARM64.Build.0 = Release|ARM64
396+
{0560AF6C-C247-4683-9065-F9211CC85B40}.Release|x64.ActiveCfg = Release|x64
397+
{0560AF6C-C247-4683-9065-F9211CC85B40}.Release|x64.Build.0 = Release|x64
398+
{0560AF6C-C247-4683-9065-F9211CC85B40}.Release|x86.ActiveCfg = Release|Any CPU
399+
{0560AF6C-C247-4683-9065-F9211CC85B40}.Release|x86.Build.0 = Release|Any CPU
400+
{0A8F7346-F6B3-4B9C-B466-1F1D07090EC2}.Debug|ARM32.ActiveCfg = Debug|ARM32
401+
{0A8F7346-F6B3-4B9C-B466-1F1D07090EC2}.Debug|ARM32.Build.0 = Debug|ARM32
402+
{0A8F7346-F6B3-4B9C-B466-1F1D07090EC2}.Debug|ARM64.ActiveCfg = Debug|ARM64
403+
{0A8F7346-F6B3-4B9C-B466-1F1D07090EC2}.Debug|ARM64.Build.0 = Debug|ARM64
404+
{0A8F7346-F6B3-4B9C-B466-1F1D07090EC2}.Debug|x64.ActiveCfg = Debug|x64
405+
{0A8F7346-F6B3-4B9C-B466-1F1D07090EC2}.Debug|x64.Build.0 = Debug|x64
406+
{0A8F7346-F6B3-4B9C-B466-1F1D07090EC2}.Debug|x86.ActiveCfg = Debug|Any CPU
407+
{0A8F7346-F6B3-4B9C-B466-1F1D07090EC2}.Debug|x86.Build.0 = Debug|Any CPU
408+
{0A8F7346-F6B3-4B9C-B466-1F1D07090EC2}.Release|ARM32.ActiveCfg = Release|ARM32
409+
{0A8F7346-F6B3-4B9C-B466-1F1D07090EC2}.Release|ARM32.Build.0 = Release|ARM32
410+
{0A8F7346-F6B3-4B9C-B466-1F1D07090EC2}.Release|ARM64.ActiveCfg = Release|ARM64
411+
{0A8F7346-F6B3-4B9C-B466-1F1D07090EC2}.Release|ARM64.Build.0 = Release|ARM64
412+
{0A8F7346-F6B3-4B9C-B466-1F1D07090EC2}.Release|x64.ActiveCfg = Release|x64
413+
{0A8F7346-F6B3-4B9C-B466-1F1D07090EC2}.Release|x64.Build.0 = Release|x64
414+
{0A8F7346-F6B3-4B9C-B466-1F1D07090EC2}.Release|x86.ActiveCfg = Release|Any CPU
415+
{0A8F7346-F6B3-4B9C-B466-1F1D07090EC2}.Release|x86.Build.0 = Release|Any CPU
362416
EndGlobalSection
363417
GlobalSection(SolutionProperties) = preSolution
364418
HideSolutionNode = FALSE

src/Applications/Playground/CatalogBasedVerification.cs renamed to src/Applications/CbsCatVerifier/CatalogBasedVerification.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System.Runtime.InteropServices;
22

3-
namespace Playground
3+
namespace CbsCatVerifier
44
{
55
internal class CatalogBasedVerification
66
{

src/Applications/Playground/CatalogManager.cs renamed to src/Applications/CbsCatVerifier/CatalogManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// https://raw.githubusercontent.com/arul-gupta/CatalogAPI/master/CatalogAPI/CatalogAPI/CatalogFunctions.cs
44

5-
namespace Playground
5+
namespace CbsCatVerifier
66
{
77
internal static class CatalogManager
88
{
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFramework>net9.0</TargetFramework>
6+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7+
<ImplicitUsings>enable</ImplicitUsings>
8+
<Nullable>enable</Nullable>
9+
<Platforms>x86;x64;ARM64;ARM32</Platforms>
10+
</PropertyGroup>
11+
12+
<ItemGroup>
13+
<ProjectReference Include="..\..\Cabinet\Cabinet.Net.csproj" />
14+
<ProjectReference Include="..\..\LibSxS\LibSxS.csproj" />
15+
</ItemGroup>
16+
17+
</Project>

src/Applications/Playground/NativeMethods.cs renamed to src/Applications/CbsCatVerifier/NativeMethods.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// https://raw.githubusercontent.com/arul-gupta/CatalogAPI/master/CatalogAPI/CatalogAPI/CatalogFunctions.cs
44

5-
namespace Playground
5+
namespace CbsCatVerifier
66
{
77
[StructLayout(LayoutKind.Sequential)]
88
public struct CRYPTOAPI_BLOB
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
namespace CbsCatVerifier
2+
{
3+
internal static class Program
4+
{
5+
public static int Main(string[] args)
6+
{
7+
string cabFile = args[0];
8+
9+
return CatalogBasedVerification.CatalogBasedVerifier(cabFile);
10+
}
11+
}
12+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFramework>net9.0</TargetFramework>
6+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7+
<ImplicitUsings>enable</ImplicitUsings>
8+
<Nullable>enable</Nullable>
9+
<Platforms>x86;x64;ARM64;ARM32</Platforms>
10+
</PropertyGroup>
11+
12+
<ItemGroup>
13+
<ProjectReference Include="..\..\Cabinet\Cabinet.Net.csproj" />
14+
<ProjectReference Include="..\..\LibSxS\LibSxS.csproj" />
15+
</ItemGroup>
16+
17+
</Project>

0 commit comments

Comments
 (0)