Rename LICENSE.TXT to LICENSE.txt.
This commit is contained in:
Родитель
91a4e04ff7
Коммит
78aee1880e
|
@ -99,7 +99,7 @@ SET src=$(TargetDir)
|
|||
|
||||
IF NOT EXIST "%25dst%25" mkdir "%25dst%25"
|
||||
|
||||
COPY /V /Y "$(SolutionDir)LICENSE.TXT" /A "%25src%25LICENSE.TXT" /A
|
||||
COPY /V /Y "$(SolutionDir)LICENSE.txt" /A "%25src%25LICENSE.txt" /A
|
||||
COPY /V /Y "$(SolutionDir)README.md" /A "%25src%25README.md" /A
|
||||
COPY /V /Y "$(MSBuildProjectDirectory)\install.cmd" /A "%25src%25install.cmd" /A
|
||||
COPY /V /Y "%25src%25Microsoft.IdentityModel.Clients.ActiveDirectory.dll" /B "%25dst%25Microsoft.IdentityModel.Clients.ActiveDirectory.dll" /B
|
||||
|
@ -110,7 +110,7 @@ COPY /V /Y "%25src%25GitHub.Authentication.dll" /B "%25dst%25GitHub.Authenticati
|
|||
COPY /V /Y "%25src%25git-askpass.exe" /B "%25dst%25git-askpass.exe" /B
|
||||
COPY /V /Y "%25src%25install.cmd" /A "%25dst%25install.cmd" /A
|
||||
COPY /V /Y "%25src%25README.md" /A "%25dst%25README.md" /A
|
||||
COPY /V /Y "%25src%25LICENSE.TXT" /A "%25dst%25LICENSE.TXT" /A
|
||||
COPY /V /Y "%25src%25LICENSE.txt" /A "%25dst%25LICENSE.txt" /A
|
||||
</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
|
|
|
@ -80,7 +80,7 @@ SET src=$(TargetDir)
|
|||
|
||||
IF NOT EXIST "%25dst%25" mkdir "%25dst%25"
|
||||
|
||||
COPY /V /Y "$(SolutionDir)LICENSE.TXT" /A "%25src%25LICENSE.TXT" /A
|
||||
COPY /V /Y "$(SolutionDir)LICENSE.txt" /A "%25src%25LICENSE.txt" /A
|
||||
COPY /V /Y "$(SolutionDir)README.md" /A "%25src%25README.md" /A
|
||||
COPY /V /Y "$(MSBuildProjectDirectory)\install.cmd" /A "%25src%25install.cmd" /A
|
||||
COPY /V /Y "%25src%25Microsoft.IdentityModel.Clients.ActiveDirectory.dll" /B "%25dst%25Microsoft.IdentityModel.Clients.ActiveDirectory.dll" /B
|
||||
|
@ -91,7 +91,7 @@ COPY /V /Y "%25src%25GitHub.Authentication.exe" /B "%25dst%25GitHub.Authenticati
|
|||
COPY /V /Y "%25src%25git-credential-manager.exe" /B "%25dst%25git-credential-manager.exe" /B
|
||||
COPY /V /Y "%25src%25install.cmd" /A "%25dst%25install.cmd" /A
|
||||
COPY /V /Y "%25src%25README.md" /A "%25dst%25README.md" /A
|
||||
COPY /V /Y "%25src%25LICENSE.TXT" /A "%25dst%25LICENSE.TXT" /A
|
||||
COPY /V /Y "%25src%25LICENSE.txt" /A "%25dst%25LICENSE.txt" /A
|
||||
|
||||
"$(ProjectDir)build-docs.cmd"
|
||||
</PostBuildEvent>
|
||||
|
|
|
@ -90,4 +90,4 @@
|
|||
|
||||
## License
|
||||
|
||||
This project uses the [MIT License](https://github.com/Microsoft/Git-Credential-Manager-for-Windows/blob/master/LICENSE.txt).
|
||||
This project uses the [MIT License](https://github.com/Microsoft/Git-Credential-Manager-for-Windows/blob/master/LICENSE.txt).
|
||||
|
|
|
@ -230,12 +230,12 @@ SET src=$(TargetDir)
|
|||
|
||||
IF NOT EXIST "%25dst%25" mkdir "%25dst%25"
|
||||
|
||||
COPY /V /Y "$(SolutionDir)LICENSE.TXT" /A "%25src%25LICENSE.TXT" /A
|
||||
COPY /V /Y "$(SolutionDir)LICENSE.txt" /A "%25src%25LICENSE.txt" /A
|
||||
COPY /V /Y "$(SolutionDir)README.md" /A "%25src%25README.md" /A
|
||||
COPY /V /Y "%25src%25github.authentication.exe" /B "%25dst%25github.authentication.exe" /B
|
||||
COPY /V /Y "%25src%25install.cmd" /A "%25dst%25install.cmd" /A
|
||||
COPY /V /Y "%25src%25README.md" /A "%25dst%25README.md" /A
|
||||
COPY /V /Y "%25src%25LICENSE.TXT" /A "%25dst%25LICENSE.TXT" /A
|
||||
COPY /V /Y "%25src%25LICENSE.txt" /A "%25dst%25LICENSE.txt" /A
|
||||
</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<title>$title$</title>
|
||||
<authors>$author$</authors>
|
||||
<owners>$author$</owners>
|
||||
<licenseUrl>https://raw.githubusercontent.com/Microsoft/Git-Credential-Manager-for-Windows/master/LICENSE.TXT</licenseUrl>
|
||||
<licenseUrl>https://raw.githubusercontent.com/Microsoft/Git-Credential-Manager-for-Windows/master/LICENSE.txt</licenseUrl>
|
||||
<projectUrl>https://github.com/Microsoft/Git-Credential-Manager-for-Windows</projectUrl>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<description>$description$</description>
|
||||
|
|
|
@ -13,7 +13,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cli-CredentialHelper.Test",
|
|||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documents", "Documents", "{663DC05D-FDC6-4EAB-AC4B-983D486B92B9}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
LICENSE.TXT = LICENSE.TXT
|
||||
LICENSE.txt = LICENSE.txt
|
||||
README.md = README.md
|
||||
EndProjectSection
|
||||
EndProject
|
||||
|
|
|
@ -65,4 +65,4 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
|
|||
|
||||
## License
|
||||
|
||||
This project uses the [MIT License](https://github.com/Microsoft/Git-Credential-Manager-for-Windows/blob/master/LICENSE.TXT).
|
||||
This project uses the [MIT License](https://github.com/Microsoft/Git-Credential-Manager-for-Windows/blob/master/LICENSE.txt).
|
||||
|
|
|
@ -56,7 +56,7 @@ AppReadmeFile=https://github.com/Microsoft/Git-Credential-Manager-for-Windows/bl
|
|||
BackColor=clWhite
|
||||
BackSolid=yes
|
||||
DefaultDirName={userpf}\{#MyAppName}
|
||||
LicenseFile={#deployDir}\LICENSE.TXT
|
||||
LicenseFile={#deployDir}\LICENSE.txt
|
||||
OutputBaseFilename=GCMW-{#MyAppVersion}
|
||||
Compression=lzma2
|
||||
InternalCompressLevel=ultra64
|
||||
|
|
Загрузка…
Ссылка в новой задаче