FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
VideoGameFileSystemParser/Directory.Build.props at master · purelogiccode/VideoGameFileSystemParser · GitHub
purelogiccode
/
VideoGameFileSystemParser
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
VideoGameFileSystemParser
/
Directory.Build.props
Copy path
More file actions
More file actions
Latest commit
History
History
History
40 lines (35 loc) · 1.73 KB
Breadcrumbs
VideoGameFileSystemParser
/
Directory.Build.props
Copy path
File metadata and controls
40 lines (35 loc) · 1.73 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
34
35
36
37
38
39
40
<
Project
>
<
PropertyGroup
>
<
TargetFrameworks
>net8.0;net9.0;net10.0</
TargetFrameworks
>
<
LangVersion
>latest</
LangVersion
>
<
ImplicitUsings
>enable</
ImplicitUsings
>
<
Nullable
>enable</
Nullable
>
<
Deterministic
>true</
Deterministic
>
<
TreatWarningsAsErrors
>false</
TreatWarningsAsErrors
>
<
NoWarn
>$(NoWarn);CS1591</
NoWarn
>
<
GenerateDocumentationFile
>true</
GenerateDocumentationFile
>
</
PropertyGroup
>
<
PropertyGroup
>
<
Authors
>Peterson Fernandes</
Authors
>
<
Company
>PureLogicCode.com</
Company
>
<
Copyright
>Copyright (c) 2025 Peterson Fernandes (drpetersonfernandes)</
Copyright
>
<
PackageLicenseExpression
>MIT</
PackageLicenseExpression
>
<
PackageProjectUrl
>https://github.com/drpetersonfernandes/CSharp_VideoGameFileSystemParser</
PackageProjectUrl
>
<
RepositoryUrl
>https://github.com/drpetersonfernandes/CSharp_VideoGameFileSystemParser</
RepositoryUrl
>
<
RepositoryType
>git</
RepositoryType
>
<
NeutralLanguage
>en</
NeutralLanguage
>
<
PackageTags
>chd;mame;iso9660;udf;xdvdfs;operafs;cdi;ps1;ps2;ps3;psp;xbox;dreamcast;retro;videogame;disc;filesystem</
PackageTags
>
<
PackageReleaseNotes
>Initial release with support for 31 console formats.</
PackageReleaseNotes
>
<
PackageReadmeFile
>README.md</
PackageReadmeFile
>
</
PropertyGroup
>
<
PropertyGroup
>
<
PublishRepositoryUrl
>true</
PublishRepositoryUrl
>
<
EmbedUntrackedSources
>true</
EmbedUntrackedSources
>
<
IncludeSymbols
>true</
IncludeSymbols
>
<
SymbolPackageFormat
>snupkg</
SymbolPackageFormat
>
<
ContinuousIntegrationBuild
Condition
=
"
'$(CI)' == 'true'
"
>true</
ContinuousIntegrationBuild
>
</
PropertyGroup
>
<
ItemGroup
>
<
PackageReference
Include
=
"
Microsoft.SourceLink.GitHub
"
Version
=
"
10.0.301
"
PrivateAssets
=
"
All
"
/>
</
ItemGroup
>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL