-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
701 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
MainPackage=C:\Users\dkt\Documents\Visual Studio 2019\net-tools\WapProject\bin\AnyCPU\Debug\WapProject_1.0.2.0_AnyCPU_Debug.appx | ||
SymbolPackage=C:\Users\dkt\Documents\Visual Studio 2019\net-tools\WapProject\obj\Debug\Symbols\WapProject_1.0.2.0_AnyCPU_Debug.appxsym |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<Package | ||
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" | ||
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" | ||
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" | ||
xmlns:iot="http://schemas.microsoft.com/appx/manifest/iot/windows10" | ||
IgnorableNamespaces="uap rescap iot"> | ||
|
||
<Identity | ||
Name="37946273-093e-43a8-b4ba-e57a847ee4b1" | ||
Publisher="CN=dkt" | ||
Version="1.0.2.0" /> | ||
|
||
<Properties> | ||
<DisplayName>Tools for Windows Desktop</DisplayName> | ||
<PublisherDisplayName>Devendra Tewari</PublisherDisplayName> | ||
<Logo>Images\StoreLogo.png</Logo> | ||
</Properties> | ||
|
||
<Dependencies> | ||
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0" /> | ||
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.14393.0" MaxVersionTested="10.0.14393.0" /> | ||
</Dependencies> | ||
|
||
<Resources> | ||
<Resource Language="x-generate"/> | ||
</Resources> | ||
|
||
<Applications> | ||
<Application Id="App" | ||
Executable="$targetnametoken$.exe" | ||
EntryPoint="$targetentrypoint$"> | ||
<uap:VisualElements | ||
DisplayName="Tools for Windows Desktop" | ||
Description="Tools for Windows Desktop" | ||
BackgroundColor="transparent" | ||
Square150x150Logo="Images\Square150x150Logo.png" | ||
Square44x44Logo="Images\Square44x44Logo.png"> | ||
<uap:DefaultTile Wide310x150Logo="Images\Wide310x150Logo.png" /> | ||
<uap:SplashScreen Image="Images\SplashScreen.png" /> | ||
</uap:VisualElements> | ||
</Application> | ||
</Applications> | ||
|
||
<Capabilities> | ||
<Capability Name="internetClient" /> | ||
<rescap:Capability Name="runFullTrust" /> | ||
<Capability Name="internetClientServer"/> | ||
<Capability Name="privateNetworkClientServer"/> | ||
<iot:Capability Name="systemManagement"/> | ||
<DeviceCapability Name="bluetooth"/> | ||
</Capabilities> | ||
</Package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,141 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup Condition="'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '15.0'"> | ||
<VisualStudioVersion>15.0</VisualStudioVersion> | ||
</PropertyGroup> | ||
<ItemGroup Label="ProjectConfigurations"> | ||
<ProjectConfiguration Include="Debug|x86"> | ||
<Configuration>Debug</Configuration> | ||
<Platform>x86</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Release|x86"> | ||
<Configuration>Release</Configuration> | ||
<Platform>x86</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Debug|x64"> | ||
<Configuration>Debug</Configuration> | ||
<Platform>x64</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Release|x64"> | ||
<Configuration>Release</Configuration> | ||
<Platform>x64</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Debug|ARM"> | ||
<Configuration>Debug</Configuration> | ||
<Platform>ARM</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Release|ARM"> | ||
<Configuration>Release</Configuration> | ||
<Platform>ARM</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Debug|ARM64"> | ||
<Configuration>Debug</Configuration> | ||
<Platform>ARM64</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Release|ARM64"> | ||
<Configuration>Release</Configuration> | ||
<Platform>ARM64</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Debug|AnyCPU"> | ||
<Configuration>Debug</Configuration> | ||
<Platform>AnyCPU</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Release|AnyCPU"> | ||
<Configuration>Release</Configuration> | ||
<Platform>AnyCPU</Platform> | ||
</ProjectConfiguration> | ||
</ItemGroup> | ||
<PropertyGroup> | ||
<WapProjPath Condition="'$(WapProjPath)'==''">$(MSBuildExtensionsPath)\Microsoft\DesktopBridge\</WapProjPath> | ||
</PropertyGroup> | ||
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" /> | ||
<PropertyGroup> | ||
<ProjectGuid>f9fb08c2-2802-4276-96c6-d9fcc85d3e20</ProjectGuid> | ||
<TargetPlatformVersion>10.0.18362.0</TargetPlatformVersion> | ||
<TargetPlatformMinVersion>10.0.16299.0</TargetPlatformMinVersion> | ||
<DefaultLanguage>en-US</DefaultLanguage> | ||
<AppxPackageSigningEnabled>false</AppxPackageSigningEnabled> | ||
<EntryPointProjectUniqueName>..\NotificationTool\NotificationTool.csproj</EntryPointProjectUniqueName> | ||
<GenerateAppInstallerFile>False</GenerateAppInstallerFile> | ||
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm> | ||
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision> | ||
<GenerateTestArtifacts>True</GenerateTestArtifacts> | ||
<AppxBundlePlatforms>neutral</AppxBundlePlatforms> | ||
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'"> | ||
<AppxBundle>Always</AppxBundle> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> | ||
<AppxBundle>Always</AppxBundle> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
<AppxBundle>Always</AppxBundle> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
<AppxBundle>Always</AppxBundle> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> | ||
<AppxBundle>Always</AppxBundle> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'"> | ||
<AppxBundle>Always</AppxBundle> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> | ||
<AppxBundle>Always</AppxBundle> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> | ||
<AppxBundle>Always</AppxBundle> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> | ||
<AppxBundle>Always</AppxBundle> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> | ||
<AppxBundle>Always</AppxBundle> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<AppxManifest Include="Package.appxmanifest"> | ||
<SubType>Designer</SubType> | ||
</AppxManifest> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Content Include="Images\SplashScreen.scale-200.png" /> | ||
<Content Include="Images\LockScreenLogo.scale-200.png" /> | ||
<Content Include="Images\Square150x150Logo.scale-200.png" /> | ||
<Content Include="Images\Square44x44Logo.scale-200.png" /> | ||
<Content Include="Images\Square44x44Logo.targetsize-24_altform-unplated.png" /> | ||
<Content Include="Images\StoreLogo.png" /> | ||
<Content Include="Images\Wide310x150Logo.scale-200.png" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\AmqpClientTool\AmqpClientTool.csproj" /> | ||
<ProjectReference Include="..\AzureEventHubClientTool\AzureEventHubClientTool.csproj" /> | ||
<ProjectReference Include="..\BluetoothSerialClientTool\BluetoothSerialClientTool.csproj" /> | ||
<ProjectReference Include="..\BluetoothSerialServerTool\BluetoothSerialServerTool.csproj" /> | ||
<ProjectReference Include="..\EncodingTool\EncodingTool.csproj" /> | ||
<ProjectReference Include="..\FirewallTool\FirewallTool.csproj" /> | ||
<ProjectReference Include="..\FontTool\FontTool.csproj" /> | ||
<ProjectReference Include="..\GitLabTool\GitLabTool.csproj" /> | ||
<ProjectReference Include="..\GitTool\GitTool.csproj" /> | ||
<ProjectReference Include="..\GlobalizationTool\GlobalizationTool.csproj" /> | ||
<ProjectReference Include="..\HidTool\HidTool.csproj" /> | ||
<ProjectReference Include="..\HttpListenerTool\HttpListenerTool.csproj" /> | ||
<ProjectReference Include="..\HttpRequestTool\HttpRequestTool.csproj" /> | ||
<ProjectReference Include="..\IcmpTool\IcmpTool.csproj" /> | ||
<ProjectReference Include="..\KafkaClientTool\KafkaClientTool.csproj" /> | ||
<ProjectReference Include="..\MqttClientTool\MqttClientTool.csproj" /> | ||
<ProjectReference Include="..\NotificationTool\NotificationTool.csproj" /> | ||
<ProjectReference Include="..\RouteTool\RouteTool.csproj" /> | ||
<ProjectReference Include="..\SerialTool\SerialTool.csproj" /> | ||
<ProjectReference Include="..\SmtpClientTool\SmtpClientTool.csproj" /> | ||
<ProjectReference Include="..\SmtpServerTool\SmtpServerTool.csproj" /> | ||
<ProjectReference Include="..\SnifferTool\SnifferTool.csproj" /> | ||
<ProjectReference Include="..\TcpClientTool\TcpClientTool.csproj" /> | ||
<ProjectReference Include="..\TcpListenerTool\TcpListenerTool.csproj" /> | ||
<ProjectReference Include="..\UdpTool\UdpTool.csproj" /> | ||
<ProjectReference Include="..\WebSocketServerTool\WebSocketServerTool.csproj" /> | ||
<ProjectReference Include="..\WebSocketTool\WebSocketTool.csproj" /> | ||
<ProjectReference Include="..\WmiQuery\WmiQuery.csproj" /> | ||
</ItemGroup> | ||
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" /> | ||
</Project> |