This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.vs/ | |
bin/ | |
obj/ | |
Debug/ | |
Release/ | |
*.user | |
*.ilk | |
*.pdb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################################### | |
# Set default behavior to automatically normalize line endings. | |
############################################################################### | |
* text=auto | |
############################################################################### | |
# Set default behavior for command prompt diff. | |
# | |
# This is need for earlier builds of msysgit that does not have it on by | |
# default for csharp files. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.vs/ | |
bin/ | |
obj/ | |
Debug/ | |
Release/ | |
*.user |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Microsoft (R) Build Engine version 15.6.0.0 ( Thu May 10 14:00:26 UTC 2018) for Mono | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
Build started 9/7/2018 5:43:02 PM. | |
Project "$HOME/GitVersion4Pre14/GitVersion4Pre14.sln" on node 1 (Restore target(s)). | |
ValidateSolutionConfiguration: | |
Building solution configuration "Debug|Any CPU". | |
Project "$HOME/GitVersion4Pre14/GitVersion4Pre14.sln" (1) is building "$HOME/GitVersion4Pre14/ClassLibrary1/ClassLibrary1.csproj" (2) on node 1 (Restore target(s)). | |
Restore: | |
Committing restore... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\tmp\GitVersionIssue1458>msbuild /t:Restore;Build GitVersionIssue1458.sln | |
msbuild /t:Restore;Build GitVersionIssue1458.sln | |
Microsoft (R) Build Engine version 15.8.166+gd4e8d81a88 for .NET Framework | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch. | |
Build started 2018-08-27 12:05:32. | |
Project "C:\tmp\GitVersionIssue1458\GitVersionIssue1458.sln" on node 1 (Restore;Build target(s)). | |
ValidateSolutionConfiguration: | |
Building solution configuration "Debug|Any CPU". |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# User-specific files | |
*.suo | |
*.user | |
*.userosscache | |
*.sln.docstates | |
# User-specific files (MonoDevelop/Xamarin Studio) | |
*.userprefs | |
# Build results |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Bin\x64\vsstools\vshadow" -script=c:\backup\shadow.cmd -p c: d: | |
call c:\backup\shadow.cmd | |
mkdir c:\backup\c | |
"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Bin\x64\vsstools\vshadow" -el=%SHADOW_ID_1%,c:\backup\c | |
mkdir c:\backup\d | |
"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Bin\x64\vsstools\vshadow" -el=%SHADOW_ID_2%,c:\backup\d |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node_modules/ | |
*.js | |
*.js.map |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bin/ | |
obj/ | |
.idea/ |