57 lines
2.8 KiB
Plaintext
57 lines
2.8 KiB
Plaintext
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{615361a4-2f0e-4521-a8c5-46bdb8aa6f28}</ProjectGuid>
|
|
<ProjectHome>.</ProjectHome>
|
|
<StartupFile>
|
|
</StartupFile>
|
|
<SearchPath>..\..\..\..\..\Program Files (x86)\Kingdee\K3Cloud\WebSite\bin</SearchPath>
|
|
<WorkingDirectory>.</WorkingDirectory>
|
|
<OutputPath>.</OutputPath>
|
|
<Name>HW.PythonPlugIn</Name>
|
|
<RootNamespace>HW.PythonPlugIn</RootNamespace>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Folder Include="ProductionMaterialsReport\" />
|
|
<Folder Include="ProductionMaterialsReport\sql\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="ProductionMaterialsReport\ProductionMaterialsReport.py" />
|
|
<Compile Include="ProductionMaterialsReport\TablePlugIn.py" />
|
|
<Compile Include="ProductionMaterialsReport\测试赋值基础资料.py" />
|
|
<Compile Include="ProductionMaterialsReport\类1.py" />
|
|
<Compile Include="ProductionMaterialsReport\类2.py" />
|
|
<Compile Include="生产投料bom层级展示.py" />
|
|
<Compile Include="生产订单保存插件.py" />
|
|
<Compile Include="穿透表.py" />
|
|
<Compile Include="计划订单投放插件.py" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="ProductionMaterialsReport\sql\20240206联合查询.sql" />
|
|
<Content Include="ProductionMaterialsReport\sql\2新BOM层级库存状态.sql" />
|
|
<Content Include="ProductionMaterialsReport\sql\aaaaaa.sql" />
|
|
<Content Include="ProductionMaterialsReport\sql\bbbbbb.sql" />
|
|
<Content Include="ProductionMaterialsReport\sql\bom层级库存状态.sql" />
|
|
<Content Include="ProductionMaterialsReport\sql\新BOM层级库存状态.sql" />
|
|
<Content Include="ProductionMaterialsReport\sql\生产投料查询表_20240206.sql" />
|
|
<Content Include="ProductionMaterialsReport\sql\缺料查询报表.sql" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
|
|
<!-- Uncomment the CoreCompile target to enable the Build command in
|
|
Visual Studio and specify your pre- and post-build commands in
|
|
the BeforeBuild and AfterBuild targets below. -->
|
|
<!--<Target Name="CoreCompile" />-->
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
</Project> |