Skip to content

Commit 12fd6b1

Browse files
committed
Added new files for published changes.
1 parent 6abd6d4 commit 12fd6b1

File tree

3 files changed

+109
-0
lines changed

3 files changed

+109
-0
lines changed

SPDIFKA.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Global
1313
{AEE5B35A-042B-4379-AD61-1B2D52C8999C}.Debug|Any CPU.Build.0 = Debug|Any CPU
1414
{AEE5B35A-042B-4379-AD61-1B2D52C8999C}.Release|Any CPU.ActiveCfg = Release|Any CPU
1515
{AEE5B35A-042B-4379-AD61-1B2D52C8999C}.Release|Any CPU.Build.0 = Release|Any CPU
16+
{AEE5B35A-042B-4379-AD61-1B2D52C8999C}.Release|Any CPU.Deploy.0 = Release|Any CPU
1617
EndGlobalSection
1718
GlobalSection(SolutionProperties) = preSolution
1819
HideSolutionNode = FALSE

SPDIFKA/Properties/app.manifest

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<asmv1:assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3+
<assemblyIdentity version="1.0.0.0" name="MyApplication.app" />
4+
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
5+
<security>
6+
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
7+
<!-- UAC Manifest Options
8+
If you want to change the Windows User Account Control level replace the
9+
requestedExecutionLevel node with one of the following.
10+
11+
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
12+
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
13+
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
14+
15+
Specifying requestedExecutionLevel node will disable file and registry virtualization.
16+
If you want to utilize File and Registry Virtualization for backward
17+
compatibility then delete the requestedExecutionLevel node.
18+
-->
19+
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
20+
</requestedPrivileges>
21+
<applicationRequestMinimum>
22+
<PermissionSet class="System.Security.PermissionSet" version="1" Unrestricted="true" ID="Custom" SameSite="site" />
23+
<defaultAssemblyRequest permissionSetReference="Custom" />
24+
</applicationRequestMinimum>
25+
</security>
26+
</trustInfo>
27+
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
28+
<application>
29+
<!-- A list of all Windows versions that this application is designed to work with.
30+
Windows will automatically select the most compatible environment.-->
31+
<!-- If your application is designed to work with Windows Vista, uncomment the following supportedOS node-->
32+
<!--<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"></supportedOS>-->
33+
<!-- If your application is designed to work with Windows 7, uncomment the following supportedOS node-->
34+
<!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>-->
35+
<!-- If your application is designed to work with Windows 8, uncomment the following supportedOS node-->
36+
<!--<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"></supportedOS>-->
37+
</application>
38+
</compatibility>
39+
<!-- Enable themes for Windows common controls and dialogs (Windows XP and later) -->
40+
<!-- <dependency>
41+
<dependentAssembly>
42+
<assemblyIdentity
43+
type="win32"
44+
name="Microsoft.Windows.Common-Controls"
45+
version="6.0.0.0"
46+
processorArchitecture="*"
47+
publicKeyToken="6595b64144ccf1df"
48+
language="*"
49+
/>
50+
</dependentAssembly>
51+
</dependency>-->
52+
</asmv1:assembly>

SPDIFKA/SPDIFKA.csproj

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,22 @@
1111
<AssemblyName>SPDIFKA</AssemblyName>
1212
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
14+
<IsWebBootstrapper>false</IsWebBootstrapper>
15+
<PublishUrl>publish\</PublishUrl>
16+
<Install>true</Install>
17+
<InstallFrom>Disk</InstallFrom>
18+
<UpdateEnabled>false</UpdateEnabled>
19+
<UpdateMode>Foreground</UpdateMode>
20+
<UpdateInterval>7</UpdateInterval>
21+
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
22+
<UpdatePeriodically>false</UpdatePeriodically>
23+
<UpdateRequired>false</UpdateRequired>
24+
<MapFileExtensions>true</MapFileExtensions>
25+
<ApplicationRevision>1</ApplicationRevision>
26+
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
27+
<UseApplicationTrust>false</UseApplicationTrust>
28+
<PublishWizardCompleted>true</PublishWizardCompleted>
29+
<BootstrapperEnabled>true</BootstrapperEnabled>
1430
</PropertyGroup>
1531
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1632
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -34,6 +50,27 @@
3450
<PropertyGroup>
3551
<ApplicationIcon>paper-arrow-green-24.ico</ApplicationIcon>
3652
</PropertyGroup>
53+
<PropertyGroup>
54+
<SignManifests>true</SignManifests>
55+
</PropertyGroup>
56+
<PropertyGroup>
57+
<SignAssembly>false</SignAssembly>
58+
</PropertyGroup>
59+
<PropertyGroup>
60+
<ManifestCertificateThumbprint>7046D9568D59A523617F9A0EC71F678DB1DC4ED4</ManifestCertificateThumbprint>
61+
</PropertyGroup>
62+
<PropertyGroup>
63+
<ManifestKeyFile>SPDIFKA_TemporaryKey.pfx</ManifestKeyFile>
64+
</PropertyGroup>
65+
<PropertyGroup>
66+
<GenerateManifests>true</GenerateManifests>
67+
</PropertyGroup>
68+
<PropertyGroup>
69+
<TargetZone>LocalIntranet</TargetZone>
70+
</PropertyGroup>
71+
<PropertyGroup>
72+
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
73+
</PropertyGroup>
3774
<ItemGroup>
3875
<Reference Include="Microsoft.VisualBasic" />
3976
<Reference Include="Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
@@ -71,6 +108,7 @@
71108
<DependentUpon>Resources.resx</DependentUpon>
72109
<DesignTime>True</DesignTime>
73110
</Compile>
111+
<None Include="Properties\app.manifest" />
74112
<None Include="Properties\Settings.settings">
75113
<Generator>SettingsSingleFileGenerator</Generator>
76114
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
@@ -80,6 +118,7 @@
80118
<DependentUpon>Settings.settings</DependentUpon>
81119
<DesignTimeSharedInput>True</DesignTimeSharedInput>
82120
</Compile>
121+
<None Include="SPDIFKA_TemporaryKey.pfx" />
83122
</ItemGroup>
84123
<ItemGroup>
85124
<None Include="App.config" />
@@ -88,6 +127,23 @@
88127
<None Include="media\silence.wav" />
89128
<Content Include="paper-arrow-green-24.ico" />
90129
</ItemGroup>
130+
<ItemGroup>
131+
<BootstrapperPackage Include=".NETFramework,Version=v4.5">
132+
<Visible>False</Visible>
133+
<ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
134+
<Install>true</Install>
135+
</BootstrapperPackage>
136+
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
137+
<Visible>False</Visible>
138+
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
139+
<Install>false</Install>
140+
</BootstrapperPackage>
141+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
142+
<Visible>False</Visible>
143+
<ProductName>.NET Framework 3.5 SP1</ProductName>
144+
<Install>false</Install>
145+
</BootstrapperPackage>
146+
</ItemGroup>
91147
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
92148
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
93149
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)