File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe @ConfigurationRel.rsp /r:b
77C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe @ ConfigurationRel.rsp /out:bin\Release\PyType.dll /doc:bin\Release\PyType.xml @ src/PyType.NET/PyType.NET.Windows.rsp
88C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe @ ConfigurationRel.rsp /r:bin\Release\System.FloatingPoint.dll /r:bin\Release\warnings.dll /out:bin\Release\torchfile.dll /doc:bin\Release\torchfile.xml @ src/torchfile.NET/torchfile.NET.Windows.rsp
99C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe @ ConfigurationRel.rsp /out:bin\Release\micrograd.dll /doc:bin\Release\micrograd.xml @ src/micrograd.NET/micrograd.NET.Windows.rsp
10+ C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe @ ConfigurationRel.rsp /out:bin\Release\DotnetExtensions.dll /doc:bin\Release\DotnetExtensions.xml @ src/DotnetExtensions/DotnetExtensions.Windows.rsp
1011md bin\Debug
1112C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe @ ConfigurationDeb.rsp /out:bin\Debug\System.FloatingPoint.dll /doc:bin\Debug\System.FloatingPoint.xml @ src/System.FloatingPoint/System.FloatingPoint.Windows.rsp
1213C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe @ ConfigurationDeb.rsp /out:bin\Debug\warnings.dll /doc:bin\Debug\warnings.xml @ src/warnings.NET/warnings.NET.Windows.rsp
@@ -15,4 +16,5 @@ C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe @ConfigurationDeb.rsp /r:b
1516C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe @ ConfigurationDeb.rsp /out:bin\Debug\PyType.dll /doc:bin\Debug\PyType.xml @ src/PyType.NET/PyType.NET.Windows.rsp
1617C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe @ ConfigurationRel.rsp /r:bin\Debug\System.FloatingPoint.dll /r:bin\Debug\warnings.dll /out:bin\Debug\torchfile.dll /doc:bin\Debug\torchfile.xml @ src/torchfile.NET/torchfile.NET.Windows.rsp
1718C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe @ ConfigurationRel.rsp /out:bin\Debug\micrograd.dll /doc:bin\Debug\micrograd.xml @ src/micrograd.NET/micrograd.NET.Windows.rsp
19+ C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe @ ConfigurationRel.rsp /out:bin\Debug\DotnetExtensions.dll /doc:bin\Debug\DotnetExtensions.xml @ src/DotnetExtensions/DotnetExtensions.Windows.rsp
1820cmd.exe
Original file line number Diff line number Diff line change @@ -7,11 +7,13 @@ csc @ConfigurationRel.rsp /r:bin/Release/System.FloatingPoint.dll /out:bin/Relea
77csc @ConfigurationRel.rsp /out:bin/Release/PyType.dll /doc:bin/Release/PyType.xml @src/PyType.NET/PyType.NET.Unix.rsp
88csc @ConfigurationRel.rsp /r:bin/Release/System.FloatingPoint.dll /r:bin/Release/warnings.dll /out:bin/Release/torchfile.dll /doc:bin/Release/torchfile.xml @src/torchfile.NET/torchfile.NET.Unix.rsp
99csc @ConfigurationRel.rsp /out:bin/Release/micrograd.dll /doc:bin/Release/micrograd.xml @src/micrograd.NET/micrograd.NET.Unix.rsp
10+ csc @ConfigurationRel.rsp /out:bin/Release/DotnetExtensions.dll /doc:bin/Release/DotnetExtensionsd.xml @src/DotnetExtensions/DotnetExtensions.Unix.rsp
1011mkdir bin/Debug
1112csc @ConfigurationDeb.rsp /out:bin/Debug/System.FloatingPoint.dll /doc:bin/Debug/System.FloatingPoint.xml @src/System.FloatingPoint/System.FloatingPoint.Unix.rsp
1213csc @ConfigurationDeb.rsp /out:bin/Debug/warnings.dll /doc:bin/Debug/warnings.xml @src/warnings.NET/warnings.NET.Unix.rsp
1314csc @ConfigurationDeb.rsp /r:bin/Debug/System.FloatingPoint.dll /r:bin/Debug/warnings.dll /out:bin/Debug/imageio.dll /doc:bin/Debug/imageio.xml @src/imageio.NET/imageio.NET.Unix.rsp
1415csc @ConfigurationDeb.rsp /r:bin/Debug/System.FloatingPoint.dll /out:bin/Debug/System.Complex.dll /doc:bin/Debug/System.Complex.xml @src/System.Complex/System.Complex.Unix.rsp
1516csc @ConfigurationDeb.rsp /out:bin/Debug/PyType.dll /doc:bin/Debug/PyType.xml @src/PyType.NET/PyType.NET.Unix.rsp
1617csc @ConfigurationDeb.rsp /r:bin/Debug/System.FloatingPoint.dll /r:bin/Debug/warnings.dll /out:bin/Debug/torchfile.dll /doc:bin/Debug/torchfile.xml @src/torchfile.NET/torchfile.NET.Unix.rsp
17- csc @ConfigurationDeb.rsp /out:bin/Debug/micrograd.dll /doc:bin/Debug/micrograd.xml @src/micrograd.NET/micrograd.NET.Unix.rsp
18+ csc @ConfigurationDeb.rsp /out:bin/Debug/micrograd.dll /doc:bin/Debug/micrograd.xml @src/micrograd.NET/micrograd.NET.Unix.rsp
19+ csc @ConfigurationDeb.rsp /out:bin/Debug/DotnetExtensions.dll /doc:bin/Debug/DotnetExtensions.xml @src/DotnetExtensions/DotnetExtensions.Unix.rsp
Original file line number Diff line number Diff line change 11md bin
22md bin\Release
3- C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe @ ConfigurationRel.rsp /out:bin\Release\System.AI.dll /doc:bin\Release\System.AI.xml @ src/System.FloatingPoint/System.FloatingPoint.Windows.rsp @ src/imageio.NET/imageio.NET.Windows.rsp @ src/warnings.NET/warnings.NET.Windows.rsp @ src/System.Complex/System.Complex.Windows.rsp @ src/PyType.NET/PyType.NET.Windows.rsp @ src/torchfile.NET/torchfile.NET.Windows.rsp @ src/micrograd.NET/micrograd.NET.Windows.rsp
3+ C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe @ ConfigurationRel.rsp /out:bin\Release\System.AI.dll /doc:bin\Release\System.AI.xml @ src/System.FloatingPoint/System.FloatingPoint.Windows.rsp @ src/imageio.NET/imageio.NET.Windows.rsp @ src/warnings.NET/warnings.NET.Windows.rsp @ src/System.Complex/System.Complex.Windows.rsp @ src/PyType.NET/PyType.NET.Windows.rsp @ src/torchfile.NET/torchfile.NET.Windows.rsp @ src/micrograd.NET/micrograd.NET.Windows.rsp @ src/DotnetExtensions/DotnetExtensions.Windows.rsp
44md bin\Debug
5- C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe @ ConfigurationDeb.rsp /out:bin\Debug\System.AI.dll /doc:bin\Debug\System.AI.xml @ src/System.FloatingPoint/System.FloatingPoint.Windows.rsp @ src/imageio.NET/imageio.NET.Windows.rsp @ src/warnings.NET/warnings.NET.Windows.rsp @ src/System.Complex/System.Complex.Windows.rsp @ src/PyType.NET/PyType.NET.Windows.rsp @ src/torchfile.NET/torchfile.NET.Windows.rsp @ src/micrograd.NET/micrograd.NET.Windows.rsp
5+ C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe @ ConfigurationDeb.rsp /out:bin\Debug\System.AI.dll /doc:bin\Debug\System.AI.xml @ src/System.FloatingPoint/System.FloatingPoint.Windows.rsp @ src/imageio.NET/imageio.NET.Windows.rsp @ src/warnings.NET/warnings.NET.Windows.rsp @ src/System.Complex/System.Complex.Windows.rsp @ src/PyType.NET/PyType.NET.Windows.rsp @ src/torchfile.NET/torchfile.NET.Windows.rsp @ src/micrograd.NET/micrograd.NET.Windows.rsp @ src/DotnetExtensions/DotnetExtensions.Windows.rsp
66cmd.exe
Original file line number Diff line number Diff line change 11mkdir bin
22mkdir bin/Release
3- csc @ConfigurationRel.rsp /out:bin/Release/System.AI.dll /doc:bin/Release/System.AI.xml @src/System.FloatingPoint/System.FloatingPoint.Unix.rsp @src/imageio.NET/imageio.NET.Unix.rsp @src/warnings.NET/warnings.NET.Unix.rsp @src/System.Complex/System.Complex.Unix.rsp @src/PyType.NET/PyType.NET.Unix.rsp @src/torchfile.NET/torchfile.NET.Unix.rsp @src/micrograd.NET/micrograd.NET.Unix.rsp
3+ csc @ConfigurationRel.rsp /out:bin/Release/System.AI.dll /doc:bin/Release/System.AI.xml @src/System.FloatingPoint/System.FloatingPoint.Unix.rsp @src/imageio.NET/imageio.NET.Unix.rsp @src/warnings.NET/warnings.NET.Unix.rsp @src/System.Complex/System.Complex.Unix.rsp @src/PyType.NET/PyType.NET.Unix.rsp @src/torchfile.NET/torchfile.NET.Unix.rsp @src/micrograd.NET/micrograd.NET.Unix.rsp @src/DotnetExtensions/DotnetExtensions.Unix.rsp
44mkdir bin/Debug
5- csc @ConfigurationDeb.rsp /out:bin/Debug/System.AI.dll /doc:bin/Debug/System.AI.xml @src/System.FloatingPoint/System.FloatingPoint.Unix.rsp @src/imageio.NET/imageio.NET.Unix.rsp @src/warnings.NET/warnings.NET.Unix.rsp @src/System.Complex/System.Complex.Unix.rsp @src/PyType.NET/PyType.NET.Unix.rsp @src/torchfile.NET/torchfile.NET.Unix.rsp @src/micrograd.NET/micrograd.NET.Unix.rsp
5+ csc @ConfigurationDeb.rsp /out:bin/Debug/System.AI.dll /doc:bin/Debug/System.AI.xml @src/System.FloatingPoint/System.FloatingPoint.Unix.rsp @src/imageio.NET/imageio.NET.Unix.rsp @src/warnings.NET/warnings.NET.Unix.rsp @src/System.Complex/System.Complex.Unix.rsp @src/PyType.NET/PyType.NET.Unix.rsp @src/torchfile.NET/torchfile.NET.Unix.rsp @src/micrograd.NET/micrograd.NET.Unix.rsp @src/DotnetExtensions/DotnetExtensions.Unix.rsp
You can’t perform that action at this time.
0 commit comments