2024-11-20 17:58:35 +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>b2440209-64f2-44e5-9bc6-3adad5919a58</ProjectGuid>
|
|
|
|
|
<ProjectHome>.</ProjectHome>
|
|
|
|
|
<StartupFile>API.py</StartupFile>
|
|
|
|
|
<SearchPath>
|
|
|
|
|
</SearchPath>
|
|
|
|
|
<WorkingDirectory>.</WorkingDirectory>
|
|
|
|
|
<OutputPath>.</OutputPath>
|
|
|
|
|
<Name>API</Name>
|
|
|
|
|
<RootNamespace>API</RootNamespace>
|
|
|
|
|
<InterpreterId>Global|IronPython|3.4</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>
|
|
|
|
|
<Compile Include="API.py" />
|
2024-11-28 17:41:35 +08:00
|
|
|
<Compile Include="Auto.py" />
|
2024-11-20 17:58:35 +08:00
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<InterpreterReference Include="Global|IronPython|3.4" />
|
|
|
|
|
<InterpreterReference Include="Global|PythonCore|3.12" />
|
|
|
|
|
</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>
|