init
This commit is contained in:
9
Common/DTS.Common.Core/DTSConstants.cs
Normal file
9
Common/DTS.Common.Core/DTSConstants.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
// 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";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user