27 lines
2.1 KiB
JSON
27 lines
2.1 KiB
JSON
{
|
|
"scripts": {
|
|
"AmazonUsername": "phares36@gmail.com",
|
|
"AmazonPassword":"JlPhgtv@63",
|
|
"Alpha": "ABCDEFGHIJKLMNOPQRSTUVWXYZ",
|
|
"build": "dotnet build --runtime win-x64 --self-contained",
|
|
"dotnet-format": "dotnet format --report .vscode --verbosity detailed --severity warn",
|
|
"pull": "git pull",
|
|
"garbage-collect": "git gc",
|
|
"A-Instance-Pictures": "set ASPNETCORE_ENVIRONMENT=Development&& dotnet run --project \"Instance\\Instance.csproj\" --runtime win-x64 --no-self-contained \"C:\\Tmp\\phares\\Pictures\" s",
|
|
"B-Instance-Images--": "dotnet run --project \"Instance\\Instance.csproj\" --runtime win-x64 --no-self-contained \"D:\\Images\" s",
|
|
"A-Shared-Build": "dotnet build \"Shared\\View-by-Distance.Shared.csproj\" --runtime win-x64 --no-self-contained",
|
|
"Z-Compare-Build---": "dotnet build \"Compare\\Compare.csproj\" --runtime win-x64 --no-self-contained",
|
|
"Z-Instance-Build---": "dotnet build \"Instance\\Instance.csproj\" --runtime win-x64 --no-self-contained",
|
|
"Z-Compare-Publish-": "dotnet publish \"Compare\\Compare.csproj\" --configuration Release --runtime win-x64 --verbosity normal --self-contained true -o \"D:\\net6.0\\View-by-Distance\\Compare\\\"",
|
|
"Z-Instance-Publish-": "dotnet publish \"Instance\\Instance.csproj\" --configuration Release --runtime win-x64 --verbosity normal --self-contained true -o \"D:\\net6.0\\View-by-Distance\\Instance\\\"",
|
|
"Z-Instance-CUDA-Publish-": "dotnet publish \"Instance\\Instance.csproj\" --configuration Release --runtime win-x64 --verbosity normal --self-contained true -o \"D:\\net6.0\\View-by-Distance\\Instance-CUDA\\\""
|
|
},
|
|
"Notes": {
|
|
"a": "Keep creating the .json file the same way",
|
|
"b": "However load all .json files at the beginning",
|
|
"c": "When looping through all files and file not in collection path&name or date is different from collection value",
|
|
"d": "Get id in normal fashion",
|
|
"e": "If id is in collection update collection to new path/name",
|
|
"f": "If not save and add to collection"
|
|
}
|
|
} |