Skip to content

Commit

Permalink
add wap project
Browse files Browse the repository at this point in the history
  • Loading branch information
tewarid committed Mar 26, 2020
1 parent 72ca629 commit 35fc9b7
Show file tree
Hide file tree
Showing 11 changed files with 701 additions and 0 deletions.
504 changes: 504 additions & 0 deletions NetTools.sln

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions WapProject/BundleArtifacts/neutral.txt
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
Binary file added WapProject/Images/LockScreenLogo.scale-200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added WapProject/Images/SplashScreen.scale-200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added WapProject/Images/Square150x150Logo.scale-200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added WapProject/Images/Square44x44Logo.scale-200.png
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.
Binary file added WapProject/Images/StoreLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added WapProject/Images/Wide310x150Logo.scale-200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 54 additions & 0 deletions WapProject/Package.appxmanifest
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>
141 changes: 141 additions & 0 deletions WapProject/WapProject.wapproj
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)' &lt; '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>

0 comments on commit 35fc9b7

Please sign in to comment.