This commit is contained in:
2025-12-22 21:14:34 +08:00
parent 9127a6ebae
commit f0c35de27d
13 changed files with 1094 additions and 1 deletions
+16
View File
@@ -3061,6 +3061,8 @@
<Content Include="ProjectData\MainItem.aspx" />
<Content Include="ProjectData\MainItemEdit.aspx" />
<Content Include="ProjectData\MainItemView.aspx" />
<Content Include="ProjectData\ProjectDevices.aspx" />
<Content Include="ProjectData\ProjectDevicesEdit.aspx" />
<Content Include="ProjectData\ProjectInformation.aspx" />
<Content Include="ProjectData\ProjectList.aspx" />
<Content Include="ProjectData\ProjectSet.aspx" />
@@ -14772,6 +14774,20 @@
<Compile Include="ProjectData\MainItemView.aspx.designer.cs">
<DependentUpon>MainItemView.aspx</DependentUpon>
</Compile>
<Compile Include="ProjectData\ProjectDevices.aspx.cs">
<DependentUpon>ProjectDevices.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="ProjectData\ProjectDevices.aspx.designer.cs">
<DependentUpon>ProjectDevices.aspx</DependentUpon>
</Compile>
<Compile Include="ProjectData\ProjectDevicesEdit.aspx.cs">
<DependentUpon>ProjectDevicesEdit.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="ProjectData\ProjectDevicesEdit.aspx.designer.cs">
<DependentUpon>ProjectDevicesEdit.aspx</DependentUpon>
</Compile>
<Compile Include="ProjectData\ProjectInformation.aspx.cs">
<DependentUpon>ProjectInformation.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>