编译之前将项目引用复制到输出中

时间:2018-07-13 08:08:17

标签: msbuild csproj

Visual Studio 2017项目引用(例如Nuget等)在成功构建(例如\ bin \ Debug)后被复制。如何在编译任何<Compile Include="*.cs" />文件之前复制它们。尤其是在T4 TemplateT4 Template取决于引用)步骤之前,该步骤是在* .tt文件更改以及构建上执行的:

<Compile Include="xyz.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>xyz.tt</DependentUpon>
</Compile>

0 个答案:

没有答案