|
|
|
@ -30,14 +30,15 @@ namespace ICSharpCode.NRefactory.ConsistencyCheck |
|
|
|
{ |
|
|
|
{ |
|
|
|
public static readonly string[] AssemblySearchPaths = { |
|
|
|
public static readonly string[] AssemblySearchPaths = { |
|
|
|
@"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0", |
|
|
|
@"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0", |
|
|
|
|
|
|
|
@"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5", |
|
|
|
@"C:\Windows\Microsoft.NET\Framework\v2.0.50727", |
|
|
|
@"C:\Windows\Microsoft.NET\Framework\v2.0.50727", |
|
|
|
@"C:\Program Files (x86)\GtkSharp\2.12\lib\gtk-sharp-2.0", |
|
|
|
@"C:\Program Files (x86)\GtkSharp\2.12\lib\gtk-sharp-2.0", |
|
|
|
@"C:\Program Files (x86)\GtkSharp\2.12\lib\Mono.Posix", |
|
|
|
@"C:\Program Files (x86)\GtkSharp\2.12\lib\Mono.Posix", |
|
|
|
@"C:\work\SD\src\Tools\NUnit" |
|
|
|
@"C:\work\SD\src\Tools\NUnit" |
|
|
|
}; |
|
|
|
}; |
|
|
|
//public const string SolutionFile = @"C:\work\NRefactory\NRefactory.sln";
|
|
|
|
//public const string SolutionFile = @"C:\work\NRefactory\NRefactory.sln";
|
|
|
|
//public const string SolutionFile = @"C:\work\SD\SharpDevelop.sln";
|
|
|
|
public const string SolutionFile = @"C:\work\SD\SharpDevelop.sln"; |
|
|
|
public const string SolutionFile = @"C:\work\ILSpy\ILSpy.sln"; |
|
|
|
//public const string SolutionFile = @"C:\work\ILSpy\ILSpy.sln";
|
|
|
|
|
|
|
|
|
|
|
|
public const string TempPath = @"C:\temp"; |
|
|
|
public const string TempPath = @"C:\temp"; |
|
|
|
|
|
|
|
|
|
|
|
|