FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
OneScript/src/OneScript.Native/OneScript.Native.csproj at develop · EvilBeaver/OneScript · GitHub
EvilBeaver
/
OneScript
Public
Notifications
You must be signed in to change notification settings
Fork
119
Star
575
Code
Issues
98
Pull requests
10
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
OneScript
/
src
/
OneScript.Native
/
OneScript.Native.csproj
Copy path
More file actions
More file actions
Latest commit
History
History
History
26 lines (21 loc) · 980 Bytes
Breadcrumbs
OneScript
/
src
/
OneScript.Native
/
OneScript.Native.csproj
Copy path
File metadata and controls
26 lines (21 loc) · 980 Bytes
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
<
Project
Sdk
=
"
Microsoft.NET.Sdk
"
>
<
Import
Project
=
"
$(MSBuildProjectDirectory)/../oscommon.targets
"
/>
<
PropertyGroup
>
<
TargetFramework
>$(TargetFrameworkVersion)</
TargetFramework
>
<
Configurations
>Debug;Release;LinuxDebug</
Configurations
>
<
Platforms
>AnyCPU</
Platforms
>
</
PropertyGroup
>
<
PropertyGroup
Condition
=
"
'$(Configuration)' == 'LinuxDebug'
"
>
<
DebugSymbols
Condition
=
"
'$(DebugSymbols)' == ''
"
>true</
DebugSymbols
>
<
Optimize
Condition
=
"
'$(Optimize)' == ''
"
>false</
Optimize
>
<
DebugSymbols
>true</
DebugSymbols
>
<
DefineConstants
>TRACE; DEBUG;</
DefineConstants
>
</
PropertyGroup
>
<
ItemGroup
>
<
ProjectReference
Include
=
"
..\OneScript.Core\OneScript.Core.csproj
"
/>
<
ProjectReference
Include
=
"
..\OneScript.Language\OneScript.Language.csproj
"
/>
</
ItemGroup
>
<
ItemGroup
>
<
PackageReference
Include
=
"
Microsoft.CSharp
"
Version
=
"
4.7.0
"
/>
</
ItemGroup
>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL