Files
GateDge2023_ljy/HW.PythonPlugIn/HW.PythonPlugIn.pyproj

49 lines
2.3 KiB
Plaintext
Raw Normal View History

2024-03-04 16:50:20 +08:00
<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>61f8ab34-1280-4dbe-9826-778330c2b2b6</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" />
</ItemGroup>
<ItemGroup>
<Content Include="ProductionMaterialsReport\sql\20240206联合查询.sql" />
<Content Include="ProductionMaterialsReport\sql\bom层级库存状态.sql" />
<Content Include="ProductionMaterialsReport\sql\新BOM层级库存状态.sql" />
<Content Include="ProductionMaterialsReport\sql\生产投料查询表_20240206.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>