修改.csproj文件,类似下面的,其实就是DependentUpon
<Compile Include="Implement\MallAttributeService.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Implement\MallAttributeService.gen.cs">
<DependentUpon>MallAttributeService.cs</DependentUpon>
<SubType>Code</SubType>
</Compile>
好像弄不了吧
添加一个文件包,把他们都放进去!目前只有这一个解决方案!