2019-12-10 09:54:37 +00: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>81f2541e-c96a-4c05-b3f5-643b25e708d5</ProjectGuid>
|
|
|
|
<ProjectHome>.</ProjectHome>
|
2020-11-23 09:47:48 +00:00
|
|
|
<StartupFile>DataManagement\CarDealer.py</StartupFile>
|
2019-12-10 09:54:37 +00:00
|
|
|
<SearchPath>
|
|
|
|
</SearchPath>
|
|
|
|
<WorkingDirectory>.</WorkingDirectory>
|
|
|
|
<OutputPath>.</OutputPath>
|
|
|
|
<Name>车商渠道数据采集</Name>
|
|
|
|
<RootNamespace>车商渠道数据采集</RootNamespace>
|
|
|
|
<InterpreterId>Global|PythonCore|3.8</InterpreterId>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
2020-11-23 09:47:48 +00:00
|
|
|
<Folder Include="DataManagement\" />
|
2019-12-10 09:54:37 +00:00
|
|
|
<Folder Include="RepairOrderScrap\" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2020-11-23 09:47:48 +00:00
|
|
|
<Compile Include="DataManagement\CarDealer.py" />
|
|
|
|
<Compile Include="DataManagement\__init__.py" />
|
2019-12-10 09:54:37 +00:00
|
|
|
<Compile Include="RepairOrderScrap\RepairOrderScrap.py">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="RepairOrderScrap\__init__.py">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<InterpreterReference Include="Global|PythonCore|3.8" />
|
|
|
|
</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>
|