FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
NuExt.System.Data.SQLite/Directory.Build.targets at main · nu-ext/NuExt.System.Data.SQLite · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
nu-ext
/
NuExt.System.Data.SQLite
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
NuExt.System.Data.SQLite
/
Directory.Build.targets
Copy path
More file actions
More file actions
Latest commit
History
History
History
16 lines (16 loc) · 600 Bytes
Breadcrumbs
NuExt.System.Data.SQLite
/
Directory.Build.targets
Copy path
File metadata and controls
16 lines (16 loc) · 600 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
<
Project
>
<
ItemGroup
>
<
CsFiles
Include
=
"
**\*.*.cs
"
/>
</
ItemGroup
>
<
ItemGroup
>
<
Compile
Update
=
"
@(CsFiles)
"
>
<
DependentUpon
>$([System.Text.RegularExpressions.Regex]::Replace('%(Filename)', '\..*$', '.cs'))</
DependentUpon
>
</
Compile
>
<
Compile
Update
=
"
**\*Extensions.cs
"
>
<
DependentUpon
>$([System.String]::Copy('%(Filename)').Replace('Extensions', '.cs'))</
DependentUpon
>
</
Compile
>
<
Compile
Update
=
"
**\*Factory.cs
"
>
<
DependentUpon
>$([System.String]::Copy('%(Filename)').Replace('Factory', '.cs'))</
DependentUpon
>
</
Compile
>
</
ItemGroup
>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL