50 lines
2.3 KiB
Plaintext
50 lines
2.3 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>71c43a75-6d5c-49d0-8698-dc30b7990e73</ProjectGuid>
|
|
<ProjectHome>.</ProjectHome>
|
|
<StartupFile>HW.PRD_MO.Python.py</StartupFile>
|
|
<SearchPath>..\..\..\..\..\Program Files (x86)\Kingdee\K3Cloud\WebSite\bin</SearchPath>
|
|
<WorkingDirectory>.</WorkingDirectory>
|
|
<OutputPath>.</OutputPath>
|
|
<Name>HW.PRD_MO.Python</Name>
|
|
<RootNamespace>HW.PRD_MO.Python</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>
|
|
<Compile Include="HW.PRD_MO.Python.py" />
|
|
<Compile Include="类1.py" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
<Name>Accessibility</Name>
|
|
<AssemblyName>Accessibility.dll</AssemblyName>
|
|
<HintPath>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Accessibility.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="SQLServer\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="SQLServer\更新对应表中产品对照倒置id.sql" />
|
|
<Content Include="SQLServer\模具-产品对照倒置表.sql" />
|
|
<Content Include="SQLServer\模具产品对照-同一个模具下多个相同产品查询.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> |