diff --git a/LibSass.NET.Tests/LibSass.NET.Tests.csproj b/LibSass.NET.Tests/LibSass.NET.Tests.csproj
index 1aad314..c4c579b 100644
--- a/LibSass.NET.Tests/LibSass.NET.Tests.csproj
+++ b/LibSass.NET.Tests/LibSass.NET.Tests.csproj
@@ -10,30 +10,26 @@
Properties
LibSass.Tests
LibSass.NET.Tests
- v4.5.2
+ v4.5
+ bin\$(Configuration)\
+ bin\$(Configuration)\obj\
+ prompt
+ 4
+ false
+ AnyCPU
512
-
+ $(SolutionDir)\bin\$(Configuration)\
true
full
false
- bin\Debug\
DEBUG;TRACE
- prompt
- 4
- false
- AnyCPU
pdbonly
true
- bin\Release\
TRACE
- prompt
- 4
- false
- x64
@@ -119,13 +115,10 @@
-
-
-
+
diff --git a/LibSass.NET/LibSass.NET.csproj b/LibSass.NET/LibSass.NET.csproj
index 34ddb44..48e39f5 100644
--- a/LibSass.NET/LibSass.NET.csproj
+++ b/LibSass.NET/LibSass.NET.csproj
@@ -1,5 +1,5 @@
-
+
Debug
@@ -10,27 +10,24 @@
LibSass
LibSass.NET
v4.0
+ $(SolutionDir)bin\$(Configuration)\
+ $(SolutionDir)bin\$(Configuration)\obj\
+ prompt
+ 4
+ false
+ AnyCPU
512
true
full
false
- $(SolutionDir)bin\Debug\
- $(SolutionDir)bin\Debug\obj\
DEBUG;TRACE
- prompt
- 4
- Auto
pdbonly
true
- $(SolutionDir)bin\Release\
- $(SolutionDir)bin\Release\obj\
TRACE
- prompt
- 4
@@ -77,12 +74,8 @@
-
-
-
-
-
-
-
+
+
+
diff --git a/contrib/LibSass.NET.Console/LibSass.NET.Console.csproj b/contrib/LibSass.NET.Console/LibSass.NET.Console.csproj
index c9db946..21c6438 100644
--- a/contrib/LibSass.NET.Console/LibSass.NET.Console.csproj
+++ b/contrib/LibSass.NET.Console/LibSass.NET.Console.csproj
@@ -9,31 +9,28 @@
Properties
LibSass.Console
LibSass.NET.Console
- v4.5.2
+ v4.0
+ bin\$(Configuration)\
+ bin\$(Configuration)\obj\
+ prompt
+ 4
+ false
+ AnyCPU
512
- true
-
+ $(SolutionDir)\bin\$(Configuration)\
AnyCPU
true
full
false
- bin\Debug\
DEBUG;TRACE
- prompt
- 4
- false
AnyCPU
pdbonly
true
- bin\Release\
TRACE
- prompt
- 4
- false
@@ -52,13 +49,10 @@
-
-
-
+
diff --git a/contrib/LibSass.NET.Console/Program.cs b/contrib/LibSass.NET.Console/Program.cs
index 2f9301b..e554a1a 100644
--- a/contrib/LibSass.NET.Console/Program.cs
+++ b/contrib/LibSass.NET.Console/Program.cs
@@ -9,15 +9,15 @@ namespace LibSass.Console
{
public class Program
{
- public static void Main()
+ public static void Main(string[] args)
{
OutputEncoding = Encoding.Unicode;
- const string inputPath = "test.scss";
+ string inputPath = args.Length > 0 ? args[0] : "test.scss";
if (!File.Exists(inputPath))
{
- WriteLine($"Input file '{inputPath}' does not exist.");
+ WriteLine($"Input file '{inputPath}' does not exist.\n\nPress any key to continue..");
ReadKey();
return;
}
@@ -150,7 +150,10 @@ public static void Main()
var sass = new SassCompiler(sassOptions);
var result = sass.Compile();
+
WriteLine(result.ToString());
+ WriteLine("\n\nPress any key to continue..");
+
ReadKey();
}
diff --git a/contrib/LibSass.NET.Web/LibSass.NET.Web.csproj b/contrib/LibSass.NET.Web/LibSass.NET.Web.csproj
index fd220f1..8283781 100644
--- a/contrib/LibSass.NET.Web/LibSass.NET.Web.csproj
+++ b/contrib/LibSass.NET.Web/LibSass.NET.Web.csproj
@@ -10,24 +10,25 @@
LibSass.Web
LibSass.NET.Web
v4.0
+ bin\$(Configuration)\
+ bin\$(Configuration)\obj\
+ prompt
+ 4
+ false
+ AnyCPU
512
+ $(SolutionDir)\bin\$(Configuration)\
true
full
false
- bin\Debug\
DEBUG;TRACE
- prompt
- 4
pdbonly
true
- bin\Release\
TRACE
- prompt
- 4
@@ -55,13 +56,10 @@
-
-
-
+