FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ImGui.NET/ImPlot.NET/ImPlot.NET.csproj at master · grimdoomer/ImGui.NET · GitHub
grimdoomer
/
ImGui.NET
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
7
Code
Issues
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
ImGui.NET
/
ImPlot.NET
/
ImPlot.NET.csproj
Copy path
More file actions
More file actions
Latest commit
History
History
History
33 lines (33 loc) · 1.43 KB
Breadcrumbs
ImGui.NET
/
ImPlot.NET
/
ImPlot.NET.csproj
Copy path
File metadata and controls
33 lines (33 loc) · 1.43 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
30
31
32
33
<Projec
t
Sd
k
=
"Microsoft.NET.Sd
k
">
<
PropertyGroup
>
<
Description
>A .NET wrapper for the ImPlot library.</
Description
>
<
AssemblyVersion
>0.8.0</
AssemblyVersion
>
<
Authors
>Eric Mellino</
Authors
>
<
TargetFrameworks
>netstandard2.0;net5.0</
TargetFrameworks
>
<
AllowUnsafeBlocks
>true</
AllowUnsafeBlocks
>
<
DebugType
>portable</
DebugType
>
<
AssemblyName
>ImPlot.NET</
AssemblyName
>
<
PackageId
>ImPlot.NET</
PackageId
>
<
PackagePrereleaseIdentifier
></
PackagePrereleaseIdentifier
>
<
PackageVersion
>$(AssemblyVersion)$(PackagePrereleaseIdentifier)</
PackageVersion
>
<
PackageTags
>ImPlot ImGui ImGui.NET Immediate Mode GUI</
PackageTags
>
<
PackageProjectUrl
>https://github.com/mellinoe/imgui.net</
PackageProjectUrl
>
<
DocumentationFile
Condition
=
"
'$(Configuration)' == 'Release'
"
>$(OutputPath)\ImPlot.NET.xml</
DocumentationFile
>
<
RootNamespace
>ImPlotNET</
RootNamespace
>
</
PropertyGroup
>
<
ItemGroup
>
<
PackageReference
Include
=
"
SharpDX.Mathematics
"
Version
=
"
4.2.0
"
/>
<
PackageReference
Include
=
"
System.Runtime.CompilerServices.Unsafe
"
Version
=
"
4.4.0
"
/>
<
PackageReference
Include
=
"
System.Buffers
"
Version
=
"
4.4.0
"
/>
</
ItemGroup
>
<
ItemGroup
>
<
ProjectReference
Include
=
"
..\ImGui.NET\ImGui.NET.csproj
"
/>
</
ItemGroup
>
<
ItemGroup
>
<
Folder
Include
=
"
build\net40
"
/>
<
Folder
Include
=
"
Generated\
"
/>
</
ItemGroup
>
<
ItemGroup
>
<
None
Remove
=
"
build\net40\ImPlot.NET.targets
"
/>
</
ItemGroup
>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL