2024-03-11 09:04:46 +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>fd2c3c66-8c36-4d3b-b80f-26aaff839ccb</ProjectGuid>
|
|
|
|
|
<ProjectHome>.</ProjectHome>
|
|
|
|
|
<StartupFile>EastChanger.Python.py</StartupFile>
|
|
|
|
|
<SearchPath>
|
|
|
|
|
</SearchPath>
|
|
|
|
|
<WorkingDirectory>.</WorkingDirectory>
|
|
|
|
|
<OutputPath>.</OutputPath>
|
|
|
|
|
<Name>EastChanger.Python</Name>
|
|
|
|
|
<RootNamespace>EastChanger.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="EastChanger.Python.py" />
|
2024-03-18 11:42:45 +08:00
|
|
|
<Compile Include="STK_Inventory\ListEventPlugInEx.py" />
|
|
|
|
|
<Compile Include="STK_Miscellaneous\ListEventPlugInEx.py" />
|
|
|
|
|
<Compile Include="STK_Miscellaneous\OperationEventPlugInEx.py" />
|
|
|
|
|
<Compile Include="STK_MisDelivery\ListEventPlugInEx.py" />
|
|
|
|
|
<Compile Include="STK_MisDelivery\OperationEventPlugInEx.py" />
|
|
|
|
|
<Compile Include="STK_StockCountGain\ListEventPlugInEx.py" />
|
|
|
|
|
<Compile Include="STK_StockCountGain\OperationEventPlugInEx.py" />
|
|
|
|
|
<Compile Include="STK_StockCountLoss\ListEventPlugInEx.py" />
|
|
|
|
|
<Compile Include="STK_StockCountLoss\OperationEventPlugInEx.py" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="STK_StockCountLoss\" />
|
|
|
|
|
<Folder Include="STK_StockCountGain\" />
|
|
|
|
|
<Folder Include="STK_MisDelivery\" />
|
|
|
|
|
<Folder Include="STK_Miscellaneous\" />
|
|
|
|
|
<Folder Include="STK_Inventory\" />
|
2024-03-11 09:04:46 +08:00
|
|
|
</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>
|