| Index: visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/NativeClientVSAddIn.csproj
|
| diff --git a/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/NativeClientVSAddIn.csproj b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/NativeClientVSAddIn.csproj
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c6f1d82eae44ed5212ceb7451522ee295ce7d1a4
|
| --- /dev/null
|
| +++ b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/NativeClientVSAddIn.csproj
|
| @@ -0,0 +1,177 @@
|
| +<?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>
|
| + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
| + <ProductVersion>8.0.30424</ProductVersion>
|
| + <SchemaVersion>2.0</SchemaVersion>
|
| + <ProjectGuid>{16A0B3E3-6E53-430B-B388-3811E09FC7B8}</ProjectGuid>
|
| + <OutputType>Library</OutputType>
|
| + <StartupObject>
|
| + </StartupObject>
|
| + <NoStandardLibraries>false</NoStandardLibraries>
|
| + <AssemblyName>NativeClientVSAddIn</AssemblyName>
|
| + <DeploymentDirectory>.\bin\</DeploymentDirectory>
|
| + </PropertyGroup>
|
| + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
| + <DebugSymbols>true</DebugSymbols>
|
| + <Optimize>false</Optimize>
|
| + <OutputPath>..\..\..\out\NativeClientVSAddIn\Debug\</OutputPath>
|
| + <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
| + <DefineConstants>DEBUG;TRACE</DefineConstants>
|
| + <WarningLevel>4</WarningLevel>
|
| + <IncrementalBuild>false</IncrementalBuild>
|
| + <DocumentationFile>NativeClientVSAddIn.xml</DocumentationFile>
|
| + </PropertyGroup>
|
| + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
| + <DebugSymbols>false</DebugSymbols>
|
| + <Optimize>true</Optimize>
|
| + <OutputPath>..\..\..\out\NativeClientVSAddIn\Release\</OutputPath>
|
| + <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
| + <DefineConstants>TRACE</DefineConstants>
|
| + <WarningLevel>4</WarningLevel>
|
| + <IncrementalBuild>false</IncrementalBuild>
|
| + <DocumentationFile>NativeClientVSAddIn.xml</DocumentationFile>
|
| + </PropertyGroup>
|
| + <PropertyGroup>
|
| + <RootNamespace>NativeClientVSAddIn</RootNamespace>
|
| + </PropertyGroup>
|
| + <PropertyGroup>
|
| + <SignAssembly>false</SignAssembly>
|
| + </PropertyGroup>
|
| + <PropertyGroup>
|
| + <AssemblyOriginatorKeyFile>
|
| + </AssemblyOriginatorKeyFile>
|
| + </PropertyGroup>
|
| + <ItemGroup>
|
| + <Reference Include="Extensibility, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
| + <EmbedInteropTypes>False</EmbedInteropTypes>
|
| + </Reference>
|
| + <Reference Include="Microsoft.VisualStudio.Shell.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
| + <Reference Include="Microsoft.VisualStudio.VCProject, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
| + <EmbedInteropTypes>True</EmbedInteropTypes>
|
| + </Reference>
|
| + <Reference Include="Microsoft.VisualStudio.VCProjectEngine, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
| + <EmbedInteropTypes>True</EmbedInteropTypes>
|
| + </Reference>
|
| + <Reference Include="System" />
|
| + <Reference Include="System.Core" />
|
| + <Reference Include="System.Data" />
|
| + <Reference Include="System.Management" />
|
| + <Reference Include="System.Windows.Forms" />
|
| + <Reference Include="System.Xml" />
|
| + <Reference Include="Microsoft.CSharp" />
|
| + </ItemGroup>
|
| + <ItemGroup>
|
| + <Compile Include="AssemblyInfo.cs">
|
| + <SubType>Code</SubType>
|
| + </Compile>
|
| + <Compile Include="Connect.cs">
|
| + <SubType>Code</SubType>
|
| + </Compile>
|
| + <Compile Include="PluginDebuggerHelper.cs" />
|
| + <Compile Include="ProcessInfo.cs" />
|
| + <Compile Include="ProcessSearcher.cs" />
|
| + <Compile Include="Utility.cs" />
|
| + <Compile Include="Strings.Designer.cs">
|
| + <AutoGen>True</AutoGen>
|
| + <DesignTime>True</DesignTime>
|
| + <DependentUpon>Strings.resx</DependentUpon>
|
| + </Compile>
|
| + </ItemGroup>
|
| + <ItemGroup>
|
| + <COMReference Include="EnvDTE">
|
| + <Guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</Guid>
|
| + <VersionMajor>8</VersionMajor>
|
| + <VersionMinor>0</VersionMinor>
|
| + <Lcid>0</Lcid>
|
| + <WrapperTool>primary</WrapperTool>
|
| + <Isolated>False</Isolated>
|
| + <EmbedInteropTypes>False</EmbedInteropTypes>
|
| + </COMReference>
|
| + <COMReference Include="EnvDTE100">
|
| + <Guid>{26AD1324-4B7C-44BC-84F8-B86AED45729F}</Guid>
|
| + <VersionMajor>10</VersionMajor>
|
| + <VersionMinor>0</VersionMinor>
|
| + <Lcid>0</Lcid>
|
| + <WrapperTool>primary</WrapperTool>
|
| + <Isolated>False</Isolated>
|
| + <EmbedInteropTypes>False</EmbedInteropTypes>
|
| + </COMReference>
|
| + <COMReference Include="EnvDTE80">
|
| + <Guid>{1A31287A-4D7D-413E-8E32-3B374931BD89}</Guid>
|
| + <VersionMajor>8</VersionMajor>
|
| + <VersionMinor>0</VersionMinor>
|
| + <Lcid>0</Lcid>
|
| + <WrapperTool>primary</WrapperTool>
|
| + <Isolated>False</Isolated>
|
| + <EmbedInteropTypes>False</EmbedInteropTypes>
|
| + </COMReference>
|
| + <COMReference Include="EnvDTE90">
|
| + <Guid>{2CE2370E-D744-4936-A090-3FFFE667B0E1}</Guid>
|
| + <VersionMajor>9</VersionMajor>
|
| + <VersionMinor>0</VersionMinor>
|
| + <Lcid>0</Lcid>
|
| + <WrapperTool>primary</WrapperTool>
|
| + <Isolated>False</Isolated>
|
| + <EmbedInteropTypes>False</EmbedInteropTypes>
|
| + </COMReference>
|
| + <COMReference Include="stdole">
|
| + <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
|
| + <VersionMajor>2</VersionMajor>
|
| + <VersionMinor>0</VersionMinor>
|
| + <Lcid>0</Lcid>
|
| + <WrapperTool>primary</WrapperTool>
|
| + <Isolated>False</Isolated>
|
| + <EmbedInteropTypes>False</EmbedInteropTypes>
|
| + </COMReference>
|
| + </ItemGroup>
|
| + <ItemGroup>
|
| + <Content Include="NativeClientVSAddIn.AddIn">
|
| + <SubType>Designer</SubType>
|
| + </Content>
|
| + <Content Include="NativeClientVsAddIn_Testing.AddIn">
|
| + <SubType>Designer</SubType>
|
| + </Content>
|
| + </ItemGroup>
|
| + <ItemGroup>
|
| + <EmbeddedResource Include="Strings.resx">
|
| + <Generator>ResXFileCodeGenerator</Generator>
|
| + <LastGenOutput>Strings.Designer.cs</LastGenOutput>
|
| + <SubType>Designer</SubType>
|
| + </EmbeddedResource>
|
| + </ItemGroup>
|
| + <ItemGroup>
|
| + <WCFMetadata Include="Service References\" />
|
| + </ItemGroup>
|
| + <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
|
| + <PropertyGroup>
|
| + <PreBuildEvent>
|
| + </PreBuildEvent>
|
| + <PostBuildEvent>
|
| + </PostBuildEvent>
|
| + </PropertyGroup>
|
| + <ProjectExtensions />
|
| + <Target Name="AfterBuild">
|
| + <PropertyGroup>
|
| + <DllName>$(AssemblyName).dll</DllName>
|
| + <PdbName>$(AssemblyName).pdb</PdbName>
|
| + <DocFileName>$(AssemblyName).xml</DocFileName>
|
| + </PropertyGroup>
|
| + <Delete Condition="Exists('$(DeploymentDirectory)$(DllName)')" Files="$(DeploymentDirectory)$(DllName)">
|
| + </Delete>
|
| + <Delete Condition="Exists('$(DeploymentDirectory)$(PdbName)')" Files="$(DeploymentDirectory)$(PdbName)">
|
| + </Delete>
|
| + <Delete Condition="Exists('$(DeploymentDirectory)$(DocFileName)')" Files="$(DeploymentDirectory)$(DocFileName)">
|
| + </Delete>
|
| + <Copy Condition="Exists('$(OutputPath)$(DllName)')" SourceFiles="$(OutputPath)$(DllName)" DestinationFolder="$(DeploymentDirectory)">
|
| + <Output TaskParameter="DestinationFiles" ItemName="FileWrites" />
|
| + </Copy>
|
| + <Copy Condition="Exists('$(OutputPath)$(PdbName)')" SourceFiles="$(OutputPath)$(PdbName)" DestinationFolder="$(DeploymentDirectory)">
|
| + <Output TaskParameter="DestinationFiles" ItemName="FileWrites" />
|
| + </Copy>
|
| + <Copy Condition="Exists('$(OutputPath)$(DocFileName)')" SourceFiles="$(OutputPath)$(DocFileName)" DestinationFolder="$(DeploymentDirectory)">
|
| + <Output TaskParameter="DestinationFiles" ItemName="FileWrites" />
|
| + </Copy>
|
| + </Target>
|
| +</Project>
|
|
|