10 lines
333 B
Plaintext
10 lines
333 B
Plaintext
// ReSharper disable InconsistentNaming
|
|
namespace DTS.Common.Core
|
|
{
|
|
public static class DTSConstants
|
|
{
|
|
public const string CustomConfigPath = @"C:\dev\DTS.Viewer\bin\Debug\DTS.Viewer.exe.config";
|
|
public const string ViewerConfigPath = @"C:\dev\DTS.Viewer\bin\Debug\DTS.Viewer.exe.config";
|
|
}
|
|
}
|