5 lines
222 B
Bash
5 lines
222 B
Bash
sed -i '/^Project.*"Skeleton".*/d' ./VirtualChemistry.sln
|
|
sed -i '/^EndProject$/d' ./VirtualChemistry.sln
|
|
sed -i '/^Project.*/aEndProject' ./VirtualChemistry.sln
|
|
|
|
sed -i '/.*ProjectReference.*/d' ./VirtualChemistry.csproj |