diff --git a/WorkBench/App.xaml.cs b/WorkBench/App.xaml.cs index 2857cab..6a239b5 100644 --- a/WorkBench/App.xaml.cs +++ b/WorkBench/App.xaml.cs @@ -14,10 +14,11 @@ namespace Serein.Workbench { void LoadLocalProject() { - - #if DEBUG - if (1 == 1) + +#if DEBUG + if (1 == 11) { + // 这里是我自己的测试代码,你可以删除 string filePath; filePath = @"F:\临时\project\linux\project.dnf"; filePath = @"F:\临时\project\linux\http\project.dnf"; diff --git a/WorkBench/Serein.WorkBench.csproj b/WorkBench/Serein.WorkBench.csproj index 91f5532..5b4501c 100644 --- a/WorkBench/Serein.WorkBench.csproj +++ b/WorkBench/Serein.WorkBench.csproj @@ -56,9 +56,9 @@ - +