Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
hhblaze committed Nov 18, 2019
1 parent 4aecf0f commit 7469faa
Show file tree
Hide file tree
Showing 21 changed files with 209 additions and 313 deletions.
33 changes: 33 additions & 0 deletions Process1/SharmIpc/SharmIpc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,36 @@
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DocumentationFile>bin\Release\SharmIpc.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release-NET462|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release-NET462\</OutputPath>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<DefineConstants>TRACE;FULLNET</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DocumentationFile>bin\Release-NET462\SharmIpc.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release-NET472|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release-NET472\</OutputPath>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<DefineConstants>TRACE;FULLNET</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DocumentationFile>bin\Release-NET472\SharmIpc.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>sharmipckey.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand All @@ -52,6 +82,9 @@
<Compile Include="Utils.cs" />
<Compile Include="WaitHandleAsyncFactory.cs" />
</ItemGroup>
<ItemGroup>
<None Include="sharmipckey.pfx" />
</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
267 changes: 0 additions & 267 deletions Process1/SharmIpc/bin/Release/SharmIpc.XML

This file was deleted.

Binary file removed Process1/SharmIpc/bin/Release/SharmIpc.dll
Binary file not shown.
Binary file removed Process1/SharmIpc/bin/Release/SharmIpc.pdb
Binary file not shown.
Binary file added Process1/SharmIpc/sharmipckey.pfx
Binary file not shown.
4 changes: 3 additions & 1 deletion Process1/SharmIpcNetStandard20/SharmIpcNetStandard20.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.17.2017.1002</Version>
<FileVersion>1.17.2017.1002</FileVersion>
<AssemblyName>SharmIpc</AssemblyName>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>sharmipckey.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
Loading

0 comments on commit 7469faa

Please sign in to comment.