Skip to content

Commit

Permalink
Project files set to use a single location for assembly signing key.
Browse files Browse the repository at this point in the history
  • Loading branch information
Softing committed Jan 31, 2017
1 parent f2311a1 commit 3211d25
Show file tree
Hide file tree
Showing 113 changed files with 61 additions and 142 deletions.
Binary file removed ComIOP/Common/OPC Key Pair.snk
Binary file not shown.
2 changes: 1 addition & 1 deletion ComIOP/Common/UA COM Interop Library.csproj
Expand Up @@ -11,7 +11,7 @@
<RootNamespace>Opc.Ua.Com</RootNamespace>
<AssemblyName>Opc.Ua.ComInterop</AssemblyName>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>OPC Key Pair.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\..\Key\OPC Key Pair.snk</AssemblyOriginatorKeyFile>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
Expand Down
6 changes: 3 additions & 3 deletions ComIOP/Wrapper/Common/OPC Sample Utility Classes.vcxproj
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
Expand All @@ -18,13 +18,13 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<PlatformToolset>v140</PlatformToolset>
<PlatformToolset>v120</PlatformToolset>
<UseOfMfc>false</UseOfMfc>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<PlatformToolset>v140</PlatformToolset>
<PlatformToolset>v120</PlatformToolset>
<UseOfMfc>false</UseOfMfc>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
Expand Down
8 changes: 4 additions & 4 deletions ComIOP/Wrapper/ProxyServer/UA COM Proxy Server.vcxproj
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
Expand All @@ -18,19 +18,19 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v140</PlatformToolset>
<PlatformToolset>v120</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
<CLRSupport>true</CLRSupport>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v140</PlatformToolset>
<PlatformToolset>v120</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
<CLRSupport>true</CLRSupport>
</PropertyGroup>
<PropertyGroup Label="Globals">
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
Expand Down
Binary file removed ComIOP/Wrapper/ServerWrapper/OPC Key Pair.snk
Binary file not shown.
3 changes: 1 addition & 2 deletions ComIOP/Wrapper/ServerWrapper/UA COM Server Wrapper.csproj
Expand Up @@ -14,7 +14,7 @@
<FileAlignment>512</FileAlignment>
<ApplicationIcon>App.ico</ApplicationIcon>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>OPC Key Pair.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\..\..\Key\OPC Key Pair.snk</AssemblyOriginatorKeyFile>
<ApplicationManifest>app.manifest</ApplicationManifest>
<FileUpgradeFlags>
</FileUpgradeFlags>
Expand Down Expand Up @@ -135,7 +135,6 @@
<Compile Include="ServerForm.Designer.cs">
<DependentUpon>ServerForm.cs</DependentUpon>
</Compile>
<None Include="OPC Key Pair.snk" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="InstallConfig.xml" />
Expand Down
Binary file removed ConfigurationTool/Application/OPC Key Pair.snk
Binary file not shown.
5 changes: 1 addition & 4 deletions ConfigurationTool/Application/UA Configuration Tool.csproj
Expand Up @@ -12,7 +12,7 @@
<AssemblyName>Opc.Ua.ConfigurationTool</AssemblyName>
<ApplicationIcon>App.ico</ApplicationIcon>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>OPC Key Pair.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\..\Key\OPC Key Pair.snk</AssemblyOriginatorKeyFile>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
Expand Down Expand Up @@ -437,9 +437,6 @@
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<None Include="OPC Key Pair.snk" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Binary file modified ConfigurationTool/Bin/extern/Opc.Ua.ComInterop.dll
Binary file not shown.
Binary file removed ConfigurationTool/Console/OPC Key Pair.snk
Binary file not shown.
5 changes: 1 addition & 4 deletions ConfigurationTool/Console/UA Configuration Console.csproj
Expand Up @@ -11,7 +11,7 @@
<RootNamespace>Opc.Ua.Configuration</RootNamespace>
<AssemblyName>Opc.Ua.ConfigurationConsole</AssemblyName>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>OPC Key Pair.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\..\Key\OPC Key Pair.snk</AssemblyOriginatorKeyFile>
<StartupObject>
</StartupObject>
<FileUpgradeFlags>
Expand Down Expand Up @@ -95,9 +95,6 @@
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<None Include="OPC Key Pair.snk" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Binary file removed Dashboard/OPC Key Pair.snk
Binary file not shown.
3 changes: 1 addition & 2 deletions Dashboard/WelcomeApplication.csproj
Expand Up @@ -58,7 +58,7 @@
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>OPC Key Pair.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\Key\OPC Key Pair.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.VisualBasic" />
Expand Down Expand Up @@ -110,7 +110,6 @@
<DesignTime>True</DesignTime>
</Compile>
<None Include="app.config" />
<None Include="OPC Key Pair.snk" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Expand Down
Binary file modified SampleApplications/Bin/extern/Opc.Ua.ComInterop.dll
Binary file not shown.
Binary file not shown.
Expand Up @@ -11,7 +11,7 @@
<RootNamespace>Opc.Ua.Client</RootNamespace>
<AssemblyName>Opc.Ua.Client</AssemblyName>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>OPC Key Pair.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\..\..\Key\OPC Key Pair.snk</AssemblyOriginatorKeyFile>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
Expand Down Expand Up @@ -119,9 +119,6 @@
<Name>UA Core Library</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="OPC Key Pair.snk" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Binary file not shown.
Expand Up @@ -11,7 +11,7 @@
<RootNamespace>Opc.Ua.Configuration</RootNamespace>
<AssemblyName>Opc.Ua.Configuration</AssemblyName>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>OPC Key Pair.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\..\..\Key\OPC Key Pair.snk</AssemblyOriginatorKeyFile>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
Expand Down Expand Up @@ -153,9 +153,6 @@
<Name>UA Core Library</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="OPC Key Pair.snk" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Binary file not shown.
Expand Up @@ -11,7 +11,7 @@
<RootNamespace>Opc.Ua.Client.Controls</RootNamespace>
<AssemblyName>Opc.Ua.ClientControls</AssemblyName>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>OPC Key Pair.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\..\..\Key\OPC Key Pair.snk</AssemblyOriginatorKeyFile>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
Expand Down Expand Up @@ -1054,9 +1054,6 @@
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<None Include="OPC Key Pair.snk" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Binary file not shown.
Expand Up @@ -12,7 +12,7 @@
<AssemblyName>Opc.Ua.Server</AssemblyName>
<MinFrameworkVersionRequired>3.0</MinFrameworkVersionRequired>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>OPC Key Pair.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\..\..\Key\OPC Key Pair.snk</AssemblyOriginatorKeyFile>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
Expand Down Expand Up @@ -178,9 +178,6 @@
<Name>UA Core Library</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="OPC Key Pair.snk" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Binary file not shown.
Expand Up @@ -13,7 +13,7 @@
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>OPC Key Pair.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\..\..\Key\OPC Key Pair.snk</AssemblyOriginatorKeyFile>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
Expand Down Expand Up @@ -145,9 +145,6 @@
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<None Include="OPC Key Pair.snk" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Binary file removed SampleApplications/Samples/Client/OPC Key Pair.snk
Binary file not shown.
5 changes: 1 addition & 4 deletions SampleApplications/Samples/Client/UA Sample Client.csproj
Expand Up @@ -34,7 +34,7 @@
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>OPC Key Pair.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\..\..\Key\OPC Key Pair.snk</AssemblyOriginatorKeyFile>
<ApplicationManifest>app.manifest</ApplicationManifest>
<TargetFrameworkProfile />
</PropertyGroup>
Expand Down Expand Up @@ -182,9 +182,6 @@
<ItemGroup>
<Content Include="app.manifest" />
</ItemGroup>
<ItemGroup>
<None Include="OPC Key Pair.snk" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Binary file removed SampleApplications/Samples/Common/OPC Key Pair.snk
Binary file not shown.
5 changes: 1 addition & 4 deletions SampleApplications/Samples/Common/UA Sample Library.csproj
Expand Up @@ -32,7 +32,7 @@
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>OPC Key Pair.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\..\..\Key\OPC Key Pair.snk</AssemblyOriginatorKeyFile>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down Expand Up @@ -213,9 +213,6 @@
<Name>UA Server Library</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="OPC Key Pair.snk" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Binary file removed SampleApplications/Samples/Controls/OPC Key Pair.snk
Binary file not shown.
Expand Up @@ -11,7 +11,7 @@
<RootNamespace>Opc.Ua.Sample</RootNamespace>
<AssemblyName>Opc.Ua.SampleControls</AssemblyName>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>OPC Key Pair.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\..\..\Key\OPC Key Pair.snk</AssemblyOriginatorKeyFile>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
Expand Down Expand Up @@ -778,9 +778,6 @@
<ItemGroup>
<Folder Include="Images\" />
</ItemGroup>
<ItemGroup>
<None Include="OPC Key Pair.snk" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Binary file not shown.
Expand Up @@ -56,7 +56,7 @@
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>OPC Key Pair.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\..\..\Key\OPC Key Pair.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down Expand Up @@ -109,9 +109,6 @@
<Name>UA Client Library</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="OPC Key Pair.snk" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Binary file not shown.
Expand Up @@ -45,7 +45,7 @@
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>OPC Key Pair.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\..\..\Key\OPC Key Pair.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down Expand Up @@ -101,9 +101,6 @@
<Name>UA Client Controls</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="OPC Key Pair.snk" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Binary file removed SampleApplications/Samples/Publisher/OPC Key Pair.snk
Binary file not shown.
3 changes: 1 addition & 2 deletions SampleApplications/Samples/Publisher/Opc.Ua.Publisher.csproj
Expand Up @@ -20,7 +20,7 @@
<IsWebBootstrapper>true</IsWebBootstrapper>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>OPC Key Pair.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\..\..\Key\OPC Key Pair.snk</AssemblyOriginatorKeyFile>
<ApplicationManifest>app.manifest</ApplicationManifest>
<TargetFrameworkProfile />
<PublishUrl>http://localhost/Opc.Ua.SampleClient/</PublishUrl>
Expand Down Expand Up @@ -202,7 +202,6 @@
<Content Include="app.manifest" />
</ItemGroup>
<ItemGroup>
<None Include="OPC Key Pair.snk" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Expand Down
Binary file removed SampleApplications/Samples/Server/OPC Key Pair.snk
Binary file not shown.
3 changes: 1 addition & 2 deletions SampleApplications/Samples/Server/UA Sample Server.csproj
Expand Up @@ -19,7 +19,7 @@
</UpgradeBackupLocation>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>OPC Key Pair.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\..\..\Key\OPC Key Pair.snk</AssemblyOriginatorKeyFile>
<ApplicationManifest>app.manifest</ApplicationManifest>
<TargetFrameworkProfile />
</PropertyGroup>
Expand Down Expand Up @@ -140,7 +140,6 @@
</ItemGroup>
<ItemGroup>
<None Include="app.manifest" />
<None Include="OPC Key Pair.snk" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
Binary file removed SampleApplications/Samples/ServerTest/OPC Key Pair.snk
Binary file not shown.
Expand Up @@ -33,7 +33,7 @@
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>OPC Key Pair.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\..\..\Key\OPC Key Pair.snk</AssemblyOriginatorKeyFile>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down Expand Up @@ -190,9 +190,6 @@
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<None Include="OPC Key Pair.snk" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Binary file removed SampleApplications/Stack Test/Client/OPC Key Pair.snk
Binary file not shown.
Binary file removed SampleApplications/Stack Test/Common/OPC Key Pair.snk
Binary file not shown.
Binary file removed SampleApplications/Stack Test/Controls/OPC Key Pair.snk
Binary file not shown.
Binary file removed SampleApplications/Stack Test/Server/OPC Key Pair.snk
Binary file not shown.
Expand Up @@ -64,7 +64,7 @@
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>OPC Key Pair.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\..\..\..\Key\OPC Key Pair.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down Expand Up @@ -154,7 +154,6 @@
<DesignTime>True</DesignTime>
</Compile>
<Content Include="App.config" />
<None Include="OPC Key Pair.snk" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Expand Down
Binary file not shown.

0 comments on commit 3211d25

Please sign in to comment.