gpt4 book ai didi

visual-studio - Visual Studio 自定义项模板依赖于

转载 作者:行者123 更新时间:2023-12-02 05:17:23 25 4
gpt4 key购买 nike

我正在编写自己的自定义项目模板,以便在 Visual Studio 中使用。一切都很好,除了我需要找到一种方法让模板中的一个文件依赖于另一个文件。

在 csproj 文件中,它看起来像这样

<Compile Include="Class1.cs">
<DependentUpon>Class1.xml</DependentUpon>
</Compile>

有人知道我如何在 vstemplate 文件中定义它吗?

谢谢

最佳答案

<ProjectItem SubType="Code" TargetFileName="$fileinputname$.cs" ReplaceParameters="true">Test.cs</ProjectItem>
<ProjectItem SubType="Code" TargetFileName="$fileinputname$.cs\$fileinputname$Dependent.cs" ReplaceParameters="true">TestDependent.cs</ProjectItem>

关于visual-studio - Visual Studio 自定义项模板依赖于,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4154402/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com