From 86a5086edde458b91576b4a191ae8e3d7a2d277d Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期五, 05 七月 2024 10:41:47 +0800 Subject: [PATCH] update --- jrj/ext-jrj/ext-jrj.vcxproj | 32 ++++++++++++++++++++++++++++++-- jrj/ext-jrj/ext-jrj.vcxproj.filters | 24 ++++++++++++++++++++++++ 2 files changed, 54 insertions(+), 2 deletions(-) diff --git a/jrj/ext-jrj/ext-jrj.vcxproj b/jrj/ext-jrj/ext-jrj.vcxproj index 73fa699..d2d3c21 100644 --- a/jrj/ext-jrj/ext-jrj.vcxproj +++ b/jrj/ext-jrj/ext-jrj.vcxproj @@ -242,7 +242,21 @@ <ClInclude Include="pch.h" /> </ItemGroup> <ItemGroup> - <ClCompile Include="..\project\business\AP\list.ap.cpp" /> + <ClCompile Include="..\project\business\AP\APBank.cpp"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> + </ClCompile> + <ClCompile Include="..\project\business\AP\APNew3.warizd.cpp"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> + </ClCompile> + <ClCompile Include="..\project\business\AP\list.ap.cpp"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> + </ClCompile> + <ClCompile Include="..\project\business\AP\maint.ap.cpp"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> + </ClCompile> + <ClCompile Include="..\project\business\AP\Select.AP.cpp"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> + </ClCompile> <ClCompile Include="..\project\business\Customer3.list.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> @@ -435,7 +449,21 @@ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> </ClCompile> - <ClCompile Include="..\project\business\VATNotify\list.vatnotify.cpp" /> + <ClCompile Include="..\project\business\VATNotify\list.vatnotify.cpp"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> + </ClCompile> + <ClCompile Include="..\project\business\VATNotify\maint.papercard.vatnotify.cpp"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> + </ClCompile> + <ClCompile Include="..\project\business\VATNotify\simple.maint.vatnotify.cpp"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> + </ClCompile> + <ClCompile Include="..\project\business\VATNotify\update.vatnotify.cpp"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> + </ClCompile> + <ClCompile Include="..\project\business\VATNotify\VATNotifyParse.cpp"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> + </ClCompile> <ClCompile Include="..\project\printview\Maint.Template.PrintEx.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> diff --git a/jrj/ext-jrj/ext-jrj.vcxproj.filters b/jrj/ext-jrj/ext-jrj.vcxproj.filters index 19fc97a..2762a88 100644 --- a/jrj/ext-jrj/ext-jrj.vcxproj.filters +++ b/jrj/ext-jrj/ext-jrj.vcxproj.filters @@ -560,5 +560,29 @@ <ClCompile Include="..\project\business\VATNotify\list.vatnotify.cpp"> <Filter>project\business\VATNotify</Filter> </ClCompile> + <ClCompile Include="..\project\business\AP\APBank.cpp"> + <Filter>project\business\AP</Filter> + </ClCompile> + <ClCompile Include="..\project\business\AP\APNew3.warizd.cpp"> + <Filter>project\business\AP</Filter> + </ClCompile> + <ClCompile Include="..\project\business\AP\maint.ap.cpp"> + <Filter>project\business\AP</Filter> + </ClCompile> + <ClCompile Include="..\project\business\AP\Select.AP.cpp"> + <Filter>project\business\AP</Filter> + </ClCompile> + <ClCompile Include="..\project\business\VATNotify\maint.papercard.vatnotify.cpp"> + <Filter>project\business\VATNotify</Filter> + </ClCompile> + <ClCompile Include="..\project\business\VATNotify\simple.maint.vatnotify.cpp"> + <Filter>project\business\VATNotify</Filter> + </ClCompile> + <ClCompile Include="..\project\business\VATNotify\update.vatnotify.cpp"> + <Filter>project\business\VATNotify</Filter> + </ClCompile> + <ClCompile Include="..\project\business\VATNotify\VATNotifyParse.cpp"> + <Filter>project\business\VATNotify</Filter> + </ClCompile> </ItemGroup> </Project> \ No newline at end of file -- Gitblit v1.9.3