Skip to content

Commit

Permalink
不放 SourceFusion 创建文件,解决调试源代码找不到对应的文件
Browse files Browse the repository at this point in the history
  <_HocolearcerecemDajaljawriCompile Include="$(HocolearcerecemDajaljawriSourceFolder)\SourceFusionGeneratedCode\obj\Debug\SourceFusion.GeneratedCodes\A.g.cs" Visible="True" />

如果用户想调试源代码,将会找不到 SourceFusionGeneratedCode\obj\Debug\SourceFusion.GeneratedCodes\A.g.cs 文件
  • Loading branch information
lindexi committed Aug 18, 2020
1 parent 3c5662d commit 7481e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dotnetCampus.SourceYard/Assets/Current/Core.targets
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<_SourceYardEmbeddedResourcePackage Include="%(SourceYardEmbeddedResource.Identity)|%(SourceYardEmbeddedResource.SourcePackagePath)"/>

<!-- 这是给 SourceFusion 预编译生成的文件加入打包 -->
<_SourceYardForSourceFusionCompilePackage Include="%(_SourceFusionIncludedCompileFile.Identity)|SourceFusionGeneratedCode\%(_SourceFusionIncludedCompileFile.Identity)"/>
<_SourceYardForSourceFusionCompilePackage Include="%(_SourceFusionIncludedCompileFile.Identity)|%(_SourceFusionIncludedCompileFile.Identity)"/>
</ItemGroup>

<PropertyGroup>
Expand Down

0 comments on commit 7481e8d

Please sign in to comment.