aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/VSIX/Tango.BuildExtensions/Tango.BuildExtensions.csproj
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-05-24 19:35:16 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-05-24 19:35:16 +0300
commit3b9b17a00716128ed9f68728c31714f753b8e9ea (patch)
tree626699296ceb7ea5119e664f99554b53db31cde9 /Software/Visual_Studio/VSIX/Tango.BuildExtensions/Tango.BuildExtensions.csproj
parent5fd370643691a312e1266f138982d784f0f9ebb1 (diff)
downloadTango-3b9b17a00716128ed9f68728c31714f753b8e9ea.tar.gz
Tango-3b9b17a00716128ed9f68728c31714f753b8e9ea.zip
Implemented Remote Debugging for panel PC as VS command using PsiExec!
Started investigating the Surface SDK controls.
Diffstat (limited to 'Software/Visual_Studio/VSIX/Tango.BuildExtensions/Tango.BuildExtensions.csproj')
-rw-r--r--Software/Visual_Studio/VSIX/Tango.BuildExtensions/Tango.BuildExtensions.csproj42
1 files changed, 42 insertions, 0 deletions
diff --git a/Software/Visual_Studio/VSIX/Tango.BuildExtensions/Tango.BuildExtensions.csproj b/Software/Visual_Studio/VSIX/Tango.BuildExtensions/Tango.BuildExtensions.csproj
index b5b5ed45e..86c9bd2b8 100644
--- a/Software/Visual_Studio/VSIX/Tango.BuildExtensions/Tango.BuildExtensions.csproj
+++ b/Software/Visual_Studio/VSIX/Tango.BuildExtensions/Tango.BuildExtensions.csproj
@@ -7,6 +7,21 @@
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<UseCodebase>true</UseCodebase>
+ <PublishUrl>publish\</PublishUrl>
+ <Install>true</Install>
+ <InstallFrom>Disk</InstallFrom>
+ <UpdateEnabled>false</UpdateEnabled>
+ <UpdateMode>Foreground</UpdateMode>
+ <UpdateInterval>7</UpdateInterval>
+ <UpdateIntervalUnits>Days</UpdateIntervalUnits>
+ <UpdatePeriodically>false</UpdatePeriodically>
+ <UpdateRequired>false</UpdateRequired>
+ <MapFileExtensions>true</MapFileExtensions>
+ <ApplicationRevision>0</ApplicationRevision>
+ <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
+ <IsWebBootstrapper>false</IsWebBootstrapper>
+ <UseApplicationTrust>false</UseApplicationTrust>
+ <BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
@@ -69,8 +84,16 @@
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
+ <Compile Include="RemoteDebugCommand.cs" />
+ <Compile Include="RemoteDebugForm.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="RemoteDebugForm.Designer.cs">
+ <DependentUpon>RemoteDebugForm.cs</DependentUpon>
+ </Compile>
<Compile Include="TangoBuildCommand.cs" />
<Compile Include="TangoBuildCommandPackage.cs" />
+ <Compile Include="VSIXBase.cs" />
<Compile Include="VSPackage.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
@@ -87,6 +110,9 @@
</ItemGroup>
<ItemGroup>
<Content Include="index.html" />
+ <Content Include="PsExec.exe">
+ <IncludeInVSIX>true</IncludeInVSIX>
+ </Content>
<Content Include="Resources\BuildTangoCommand.png" />
<Content Include="Resources\BuildTangoCommandPackage.ico" />
<VSCTCompile Include="TangoBuildCommandPackage.vsct">
@@ -94,6 +120,7 @@
</VSCTCompile>
<None Include="Resources\machine-trans-small.png" />
<None Include="Resources\machine-trans-16x16.png" />
+ <Content Include="Resources\RemoteDebugCommand.png" />
<Content Include="Resources\TangoBuildCommand.png" />
<Content Include="Resources\TangoBuildCommandPackage.ico" />
<Content Include="stylesheet.css" />
@@ -212,6 +239,9 @@
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
+ <EmbeddedResource Include="RemoteDebugForm.resx">
+ <DependentUpon>RemoteDebugForm.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="VSPackage.resx">
<MergeWithCTO>true</MergeWithCTO>
<ManifestResourceName>VSPackage</ManifestResourceName>
@@ -223,6 +253,18 @@
<Analyzer Include="..\..\packages\Microsoft.VisualStudio.SDK.Analyzers.15.7.7\analyzers\cs\Microsoft.VisualStudio.SDK.Analyzers.dll" />
<Analyzer Include="..\..\packages\Microsoft.VisualStudio.Threading.Analyzers.15.7.18\analyzers\cs\Microsoft.VisualStudio.Threading.Analyzers.dll" />
</ItemGroup>
+ <ItemGroup>
+ <BootstrapperPackage Include=".NETFramework,Version=v4.6">
+ <Visible>False</Visible>
+ <ProductName>Microsoft .NET Framework 4.6 %28x86 and x64%29</ProductName>
+ <Install>true</Install>
+ </BootstrapperPackage>
+ <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
+ <Visible>False</Visible>
+ <ProductName>.NET Framework 3.5 SP1</ProductName>
+ <Install>false</Install>
+ </BootstrapperPackage>
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">