Skip to content

Instantly share code, notes, and snippets.

View e2thenegpii's full-sized avatar

Thomas Eldon Allred e2thenegpii

View GitHub Profile
@fxthomas
fxthomas / Example.pyproj.xml
Last active December 14, 2020 09:19
Example project for custom pip build integration and setup.py menu items in Visual Studio Python Tools
<?xml version="1.0" encoding="utf-8"?>
<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>xxxx</ProjectGuid>
<ProjectHome>.</ProjectHome>
<StartupFile>setup.py</StartupFile>
<SearchPath>lib\</SearchPath>
<WorkingDirectory>.</WorkingDirectory>