Skip to content

Commit 9612f42

Browse files
adds license for main page
fixes a bug with creating the msbuild directory for vs2017
1 parent cd9a45c commit 9612f42

File tree

3 files changed

+52
-30
lines changed

3 files changed

+52
-30
lines changed

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2013 - 2018 Coding Adventures
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

Src/BridgeVs.Locations/CommonFolderPaths.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public static class CommonFolderPaths
6767

6868
public static readonly string MsBuildPath = Path.Combine(ProgramFilesFolderPath, "MSBuild");
6969

70-
public static readonly string MsBuildPath2017 = Path.Combine(ProgramFilesFolderPath, $@"{VisualStudio2017Path}\{0}\MSBuild");
70+
public static readonly string MsBuildPath2017 = Path.Combine(ProgramFilesFolderPath, $@"{VisualStudio2017Path}\{{0}}\MSBuild");
7171

7272
public static readonly string DotNet40FrameworkPath = Path.Combine(SpecialWindowsFolderPath, @"Microsoft.NET\Framework\v4.0.30319");
7373

+30-29
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,35 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
3-
<Metadata>
4-
<Identity Id="LINQBridgeVS.Coding Adventures.93d93bed-e4dc-42a8-bfe2-a0b7676a45b2" Version="1.4.1" Language="en-US" Publisher="Coding Adventures" />
5-
<DisplayName>LINQBridgeVs Debugger Visualizer</DisplayName>
6-
<Description xml:space="preserve">Bridge between a Visual Studio debugging session and LINQPad (http://www.linqpad.net). When enabled on a selection of VB/C# projects, it creates a Custom Debugger Visualizer mapping to all the complex types and making the magnifier glass available for all of them.</Description>
7-
<License>License.txt</License>
8-
<GettingStartedGuide>License.txt</GettingStartedGuide>
9-
<Icon>LINQBridge.ico</Icon>
10-
<PreviewImage>LINQBridgeLogo.png</PreviewImage>
11-
</Metadata>
3+
<Metadata>
4+
<Identity Id="LINQBridgeVS.Coding Adventures.93d93bed-e4dc-42a8-bfe2-a0b7676a45b2" Version="1.4.2" Language="en-US" Publisher="Coding Adventures" />
5+
<DisplayName>LINQBridgeVs Debugger Visualizer</DisplayName>
6+
<Description xml:space="preserve">Bridge between a Visual Studio debugging session and LINQPad (http://www.linqpad.net). When enabled on a selection of VB/C# projects, it creates a Custom Debugger Visualizer mapping to all the complex types and making the magnifier glass available for all of them.</Description>
7+
<MoreInfo>https://github.com/codingadventures/LINQBridgeVs#getting-started</MoreInfo>
8+
<License>License.txt</License>
9+
<GettingStartedGuide>https://github.com/codingadventures/LINQBridgeVs#getting-started</GettingStartedGuide>
10+
<Icon>LINQBridge.ico</Icon>
11+
<PreviewImage>LINQBridgeLogo.png</PreviewImage>
12+
</Metadata>
1213

13-
<Installation>
14-
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[10.0,16.0)" />
15-
<InstallationTarget Version="[10.0,16.0)" Id="Microsoft.VisualStudio.Community" />
16-
<InstallationTarget Version="[10.0,16.0)" Id="Microsoft.VisualStudio.Enterprise" />
17-
</Installation>
18-
<Assets>
19-
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="BridgeVs.Grapple" d:InstallSource="Embed" Path="|BridgeVs.Grapple|" DisplayName="|BridgeVs.Grapple|" Id="|BridgeVs.Grapple|" AssemblyName="|BridgeVs.Grapple;AssemblyName|" />
20-
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="BridgeVs.Locations" d:InstallSource="Embed" Path="|BridgeVs.Locations|" DisplayName="|BridgeVs.Locations|" Id="|BridgeVs.Locations|" AssemblyName="|BridgeVs.Locations;AssemblyName|" />
21-
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="BridgeVs.SInject" d:InstallSource="Embed" Path="|BridgeVs.SInject|" DisplayName="|BridgeVs.SInject|" Id="|BridgeVs.SInject|" AssemblyName="|BridgeVs.SInject;AssemblyName|" />
22-
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="BridgeVs.DynamicCore" d:InstallSource="Embed" Path="|BridgeVs.DynamicCore|" DisplayName="|BridgeVs.DynamicCore|" Id="|BridgeVs.DynamicCore|" AssemblyName="|BridgeVs.DynamicCore;AssemblyName|" />
23-
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
24-
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="File" Path="Libs\Newtonsoft.Json.dll" AssemblyName="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed" TargetVersion="11.0.0.0" />
25-
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="BridgeVs.DynamicVisualizer.V11" Path="|BridgeVs.DynamicVisualizer.V11|" AssemblyName="|BridgeVs.DynamicVisualizer.V11;AssemblyName|" />
26-
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="BridgeVs.DynamicVisualizer.V12" Path="|BridgeVs.DynamicVisualizer.V12|" AssemblyName="|BridgeVs.DynamicVisualizer.V12;AssemblyName|" />
27-
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="BridgeVs.DynamicVisualizer.V14" Path="|BridgeVs.DynamicVisualizer.V14|" AssemblyName="|BridgeVs.DynamicVisualizer.V14;AssemblyName|" />
28-
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="BridgeVs.DynamicVisualizer.V15" Path="|BridgeVs.DynamicVisualizer.V15|" AssemblyName="|BridgeVs.DynamicVisualizer.V15;AssemblyName|" />
14+
<Installation>
15+
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[10.0,16.0)" />
16+
<InstallationTarget Version="[10.0,16.0)" Id="Microsoft.VisualStudio.Community" />
17+
<InstallationTarget Version="[10.0,16.0)" Id="Microsoft.VisualStudio.Enterprise" />
18+
</Installation>
19+
<Assets>
20+
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="BridgeVs.Grapple" d:InstallSource="Embed" Path="|BridgeVs.Grapple|" DisplayName="|BridgeVs.Grapple|" Id="|BridgeVs.Grapple|" AssemblyName="|BridgeVs.Grapple;AssemblyName|" />
21+
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="BridgeVs.Locations" d:InstallSource="Embed" Path="|BridgeVs.Locations|" DisplayName="|BridgeVs.Locations|" Id="|BridgeVs.Locations|" AssemblyName="|BridgeVs.Locations;AssemblyName|" />
22+
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="BridgeVs.SInject" d:InstallSource="Embed" Path="|BridgeVs.SInject|" DisplayName="|BridgeVs.SInject|" Id="|BridgeVs.SInject|" AssemblyName="|BridgeVs.SInject;AssemblyName|" />
23+
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="BridgeVs.DynamicCore" d:InstallSource="Embed" Path="|BridgeVs.DynamicCore|" DisplayName="|BridgeVs.DynamicCore|" Id="|BridgeVs.DynamicCore|" AssemblyName="|BridgeVs.DynamicCore;AssemblyName|" />
24+
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
25+
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="File" Path="Libs\Newtonsoft.Json.dll" AssemblyName="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed" TargetVersion="11.0.0.0" />
26+
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="BridgeVs.DynamicVisualizer.V11" Path="|BridgeVs.DynamicVisualizer.V11|" AssemblyName="|BridgeVs.DynamicVisualizer.V11;AssemblyName|" />
27+
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="BridgeVs.DynamicVisualizer.V12" Path="|BridgeVs.DynamicVisualizer.V12|" AssemblyName="|BridgeVs.DynamicVisualizer.V12;AssemblyName|" />
28+
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="BridgeVs.DynamicVisualizer.V14" Path="|BridgeVs.DynamicVisualizer.V14|" AssemblyName="|BridgeVs.DynamicVisualizer.V14;AssemblyName|" />
29+
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="BridgeVs.DynamicVisualizer.V15" Path="|BridgeVs.DynamicVisualizer.V15|" AssemblyName="|BridgeVs.DynamicVisualizer.V15;AssemblyName|" />
2930

30-
</Assets>
31-
<Prerequisites>
32-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[14.0,16.0)" DisplayName="Visual Studio core editor" />
33-
</Prerequisites>
31+
</Assets>
32+
<Prerequisites>
33+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[14.0,16.0)" DisplayName="Visual Studio core editor" />
34+
</Prerequisites>
3435
</PackageManifest>

0 commit comments

Comments
 (0)