提交代码

This commit is contained in:
2023-06-01 17:24:43 +08:00
parent 2da49a3513
commit 9be66d113d
2 changed files with 68 additions and 25 deletions
+25
View File
@@ -40,6 +40,7 @@
<WarningLevel>3</WarningLevel>
<PlatformTarget>AnyCPU</PlatformTarget>
<Prefer32Bit>false</Prefer32Bit>
<LangVersion>7.2</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
@@ -1555,6 +1556,9 @@
<Content Include="ZHGL\Meeting\CompanySpecialMeeting.aspx" />
<Content Include="ZHGL\Meeting\CompanySpecialMeetingEdit.aspx" />
<Content Include="ZHGL\Meeting\CompanySpecialMeetingView.aspx" />
<Content Include="ZHGL\Plan\ActionPlanList.aspx" />
<Content Include="ZHGL\Plan\ActionPlanListEdit.aspx" />
<Content Include="ZHGL\Plan\ActionPlanListView.aspx" />
<Content Include="ZHGL\Plan\MainPlan.aspx" />
<Content Include="ZHGL\Plan\MainPlanEdit.aspx" />
<Content Include="ZHGL\Plan\MainPlanView.aspx" />
@@ -13549,6 +13553,27 @@
<Compile Include="ZHGL\Meeting\CompanySpecialMeetingView.aspx.designer.cs">
<DependentUpon>CompanySpecialMeetingView.aspx</DependentUpon>
</Compile>
<Compile Include="ZHGL\Plan\ActionPlanList.aspx.cs">
<DependentUpon>ActionPlanList.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="ZHGL\Plan\ActionPlanList.aspx.designer.cs">
<DependentUpon>ActionPlanList.aspx</DependentUpon>
</Compile>
<Compile Include="ZHGL\Plan\ActionPlanListEdit.aspx.cs">
<DependentUpon>ActionPlanListEdit.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="ZHGL\Plan\ActionPlanListEdit.aspx.designer.cs">
<DependentUpon>ActionPlanListEdit.aspx</DependentUpon>
</Compile>
<Compile Include="ZHGL\Plan\ActionPlanListView.aspx.cs">
<DependentUpon>ActionPlanListView.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="ZHGL\Plan\ActionPlanListView.aspx.designer.cs">
<DependentUpon>ActionPlanListView.aspx</DependentUpon>
</Compile>
<Compile Include="ZHGL\Plan\MainPlan.aspx.cs">
<DependentUpon>MainPlan.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>