6 lines
251 B
Bash
6 lines
251 B
Bash
sed -i '/^Project.*"VirtualChemistry".*/d' ./VirtualChemistry.Test.sln
|
|
sed -i '/^EndProject$/d' ./VirtualChemistry.Test.sln
|
|
sed -i '/^Project.*/aEndProject' ./VirtualChemistry.Test.sln
|
|
|
|
sed -i '/.*ProjectReference.*/d' ./VirtualChemistry.Test.csproj
|