mirror of
https://github.com/amerkoleci/Vortice.Win32.git
synced 2026-01-14 08:06:02 +08:00
This commit is contained in:
78
.gitattributes
vendored
Normal file
78
.gitattributes
vendored
Normal file
@@ -0,0 +1,78 @@
|
||||
# Set default behavior to automatically normalize line endings.
|
||||
* text=auto
|
||||
|
||||
*.doc diff=astextplain
|
||||
*.DOC diff=astextplain
|
||||
*.docx diff=astextplain
|
||||
*.DOCX diff=astextplain
|
||||
*.dot diff=astextplain
|
||||
*.DOT diff=astextplain
|
||||
*.pdf diff=astextplain
|
||||
*.PDF diff=astextplain
|
||||
*.rtf diff=astextplain
|
||||
*.RTF diff=astextplain
|
||||
|
||||
*.lss text
|
||||
|
||||
# Force bash scripts to always use lf line endings so that if a repo is accessed
|
||||
# in Unix via a file share from Windows, the scripts will work.
|
||||
*.in text eol=lf
|
||||
*.sh text eol=lf
|
||||
|
||||
# Likewise, force cmd and batch scripts to always use crlf
|
||||
*.cmd text eol=crlf
|
||||
*.bat text eol=crlf
|
||||
|
||||
*.cs text diff=csharp
|
||||
*.vb text
|
||||
*.resx text
|
||||
*.c text
|
||||
*.cpp text
|
||||
*.cxx text
|
||||
*.h text
|
||||
*.hxx text
|
||||
*.py text
|
||||
*.rb text
|
||||
*.java text
|
||||
*.html text
|
||||
*.htm text
|
||||
*.css text
|
||||
*.scss text
|
||||
*.sass text
|
||||
*.less text
|
||||
*.js text
|
||||
*.lisp text
|
||||
*.clj text
|
||||
*.sql text
|
||||
*.php text
|
||||
*.lua text
|
||||
*.m text
|
||||
*.asm text
|
||||
*.erl text
|
||||
*.fs text
|
||||
*.fsx text
|
||||
*.hs text
|
||||
|
||||
*.csproj text
|
||||
*.vbproj text
|
||||
*.fsproj text
|
||||
*.dbproj text
|
||||
*.sln text eol=crlf
|
||||
|
||||
# Set linguist language for .h files explicitly based on
|
||||
# https://github.com/github/linguist/issues/1626#issuecomment-401442069
|
||||
# this only affects the repo's language statistics
|
||||
*.h linguist-language=C
|
||||
|
||||
###############################################################################
|
||||
# Set explicit file behavior to:
|
||||
# treat as binary
|
||||
###############################################################################
|
||||
*.png binary
|
||||
*.jpg binary
|
||||
*.gif binary
|
||||
*.wav binary
|
||||
*.snk binary
|
||||
*.dll binary
|
||||
*.so binary
|
||||
*.dylib binary
|
||||
@@ -3,7 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>netstandard2.0;net4.6.1;net8.0;net9.0</TargetFrameworks>
|
||||
<Description>Dxc native libraries</Description>
|
||||
<PackageVersion>1.0.3</PackageVersion>
|
||||
<PackageVersion>1.0.4</PackageVersion>
|
||||
<IncludeBuildOutput>false</IncludeBuildOutput>
|
||||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
||||
<PackageLicenseExpression></PackageLicenseExpression>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user