From 01685f3ab68f64b51b83eee40af90f4030866691 Mon Sep 17 00:00:00 2001 From: yusijie <ysj@hz-kingdee.com> Date: 星期二, 03 六月 2025 18:18:21 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API --- SyntacticSugar/SyntacticSugar.csproj | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SyntacticSugar/SyntacticSugar.csproj b/SyntacticSugar/SyntacticSugar.csproj index 654816b..8ae8b0a 100644 --- a/SyntacticSugar/SyntacticSugar.csproj +++ b/SyntacticSugar/SyntacticSugar.csproj @@ -41,14 +41,14 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="constant\RoleConstant.cs" /> <Compile Include="constant\TypeConstant.cs" /> <Compile Include="constant\CodeConstant.cs" /> <Compile Include="constant\CountConstant.cs" /> <Compile Include="constant\TimeConstant.cs" /> + <Compile Include="enums\SecurityEnum.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> - <ItemGroup> - <Folder Include="enums\" /> - </ItemGroup> + <ItemGroup /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project> \ No newline at end of file -- Gitblit v1.9.1