We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9368715 commit f43d919Copy full SHA for f43d919
build.sh
@@ -1,5 +1,6 @@
1
#!/bin/sh
2
cd ./Windows/C#/HsvScreensaver/
3
-msbuild="/c/Windows/Microsoft.NET/Framework64/v4.0.30319/MSBuild.exe"
4
-$msbuild /property:Configuration=Release /property:Platform=x64 HsvScreensaver.csproj
5
-$msbuild /property:Configuration=Release /property:Platform=x86 HsvScreensaver.csproj
+msbuild64="/c/Windows/Microsoft.NET/Framework64/v4.0.30319/MSBuild.exe"
+msbuild86="/c/Windows/Microsoft.NET/Framework/v4.0.30319/MSBuild.exe"
+$msbuild64 /property:Configuration=Release /property:Platform=x64 HsvScreensaver.csproj
6
+$msbuild86 /property:Configuration=Release /property:Platform=x86 HsvScreensaver.csproj
0 commit comments