|
41 | 41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
42 | 42 | <DebugSymbols>true</DebugSymbols> |
43 | 43 | <OutputPath>bin\x64\Debug\</OutputPath> |
44 | | - <DefineConstants>TRACE;DEBUG;DEV17;</DefineConstants> |
| 44 | + <DefineConstants>TRACE;DEBUG;DEV17</DefineConstants> |
45 | 45 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
46 | 46 | <DebugType>full</DebugType> |
47 | 47 | <PlatformTarget>AnyCPU</PlatformTarget> |
|
50 | 50 | </PropertyGroup> |
51 | 51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
52 | 52 | <OutputPath>bin\x64\Release\</OutputPath> |
53 | | - <DefineConstants>TRACE;DEV17;</DefineConstants> |
| 53 | + <DefineConstants>TRACE;DEV17</DefineConstants> |
54 | 54 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
55 | 55 | <Optimize>true</Optimize> |
56 | 56 | <DebugType>pdbonly</DebugType> |
|
63 | 63 | <DebugType>full</DebugType> |
64 | 64 | <Optimize>false</Optimize> |
65 | 65 | <OutputPath>bin\Debug\</OutputPath> |
66 | | - <DefineConstants>TRACE;DEBUG;DEV17;</DefineConstants> |
| 66 | + <DefineConstants>TRACE;DEBUG;DEV17</DefineConstants> |
67 | 67 | <ErrorReport>prompt</ErrorReport> |
68 | 68 | <WarningLevel>4</WarningLevel> |
69 | 69 | <DeployExtension>True</DeployExtension> |
|
76 | 76 | <DebugType>pdbonly</DebugType> |
77 | 77 | <Optimize>true</Optimize> |
78 | 78 | <OutputPath>bin\Release\</OutputPath> |
79 | | - <DefineConstants>TRACE;DEV17;</DefineConstants> |
| 79 | + <DefineConstants>TRACE;DEV17</DefineConstants> |
80 | 80 | <ErrorReport>prompt</ErrorReport> |
81 | 81 | <WarningLevel>4</WarningLevel> |
82 | 82 | <CodeAnalysisRuleSet> |
|
90 | 90 | <Compile Include="..\Tools.BuildTasks-2019\ProcessResourceFiles.cs"> |
91 | 91 | <Link>ResXFileCodeGenerator\ProcessResourceFiles.cs</Link> |
92 | 92 | </Compile> |
| 93 | + <Compile Include="..\Tools.BuildTasks-2019\Utilities\DebuggerHelper.cs"> |
| 94 | + <Link>DebuggerHelper.cs</Link> |
| 95 | + </Compile> |
93 | 96 | <Compile Include="NanoFrameworkMoniker.cs"> |
94 | 97 | <AutoGen>True</AutoGen> |
95 | 98 | <DesignTime>True</DesignTime> |
|
280 | 283 | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
281 | 284 | <VSIXSubPath>ProjectTemplates</VSIXSubPath> |
282 | 285 | </ProjectReference> |
283 | | - <ProjectReference Include="..\Tools.BuildTasks-2022\Tools.BuildTasks-2022.csproj"> |
284 | | - <Project>{552c2500-2c53-4148-a422-0ed983ef135d}</Project> |
285 | | - <Name>Tools.BuildTasks-2022</Name> |
286 | | - <InstallRoot>MSBuild</InstallRoot> |
287 | | - <IncludeOutputGroupsInVSIX>BuiltProjectOutputGroup</IncludeOutputGroupsInVSIX> |
288 | | - <VSIXSubPath>nanoFramework\v1.0\</VSIXSubPath> |
289 | | - </ProjectReference> |
290 | 286 | </ItemGroup> |
291 | 287 | <ItemGroup> |
292 | 288 | <Resource Include="Resources\DeviceDisconnected.16.16.png" /> |
|
0 commit comments