FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
simple-binary-encoding/csharp/sbe-dll/sbe-dll.csproj at master · githubCode3a/simple-binary-encoding · GitHub
githubCode3a
/
simple-binary-encoding
Public
forked from
aeron-io/simple-binary-encoding
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
simple-binary-encoding
/
csharp
/
sbe-dll
/
sbe-dll.csproj
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (23 loc) · 1.08 KB
Breadcrumbs
simple-binary-encoding
/
csharp
/
sbe-dll
/
sbe-dll.csproj
Copy path
File metadata and controls
29 lines (23 loc) · 1.08 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<Projec
t
Sd
k
=
"Microsoft.NET.Sd
k
">
<
Import
Project
=
"
..\netfx.props
"
/>
<
PropertyGroup
>
<
TargetFrameworks
>net45;netstandard2.0</
TargetFrameworks
>
<
AllowUnsafeBlocks
>True</
AllowUnsafeBlocks
>
<
AssemblyName
>SBE</
AssemblyName
>
<
RootNamespace
>Org.SbeTool.Sbe.Dll</
RootNamespace
>
<
Product
>Org.SbeTool.Sbe.Dll</
Product
>
<
Copyright
>Copyright (C) Bill Segall 2018, MarketFactory Inc 2017, Adaptive 2014. All rights reserved.</
Copyright
>
</
PropertyGroup
>
<
PropertyGroup
Condition
=
"
'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net45|AnyCPU'
"
>
<
DocumentationFile
>bin\release\net45\SBE.xml</
DocumentationFile
>
</
PropertyGroup
>
<
PropertyGroup
Condition
=
"
'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'
"
>
<
DocumentationFile
>bin\release\netstandard2.0\SBE.xml</
DocumentationFile
>
</
PropertyGroup
>
<
ItemGroup
Condition
=
"
'$(TargetFramework)' == 'net45'
"
>
<
Reference
Include
=
"
System.Runtime
"
/>
</
ItemGroup
>
<
ItemGroup
>
<
PackageReference
Include
=
"
System.Memory
"
Version
=
"
4.5.1
"
/>
</
ItemGroup
>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL