|
13 | 13 | <SignAssembly>True</SignAssembly> |
14 | 14 | <AssemblyOriginatorKeyFile>..\VisualRust\Key.snk</AssemblyOriginatorKeyFile> |
15 | 15 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
16 | | - <NuGetPackageImportStamp>902b3a64</NuGetPackageImportStamp> |
17 | 16 | </PropertyGroup> |
18 | 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
19 | 18 | <DebugSymbols>true</DebugSymbols> |
|
47 | 46 | <ErrorReport>prompt</ErrorReport> |
48 | 47 | </PropertyGroup> |
49 | 48 | <ItemGroup> |
50 | | - <Reference Include="Antlr4.Runtime.net45"> |
| 49 | + <Reference Include="Antlr4.Runtime.net45, Version=4.3.0.0, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL"> |
51 | 50 | <HintPath>..\packages\Antlr4.Runtime.4.3.0\lib\net45\Antlr4.Runtime.net45.dll</HintPath> |
52 | 51 | </Reference> |
53 | 52 | <Reference Include="envdte, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
54 | 53 | <EmbedInteropTypes>False</EmbedInteropTypes> |
| 54 | + <HintPath>..\packages\VSSDK.DTE.7.0.4\lib\net20\envdte.dll</HintPath> |
| 55 | + <Private>False</Private> |
55 | 56 | </Reference> |
56 | 57 | <Reference Include="envdte80, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
57 | 58 | <EmbedInteropTypes>False</EmbedInteropTypes> |
| 59 | + <HintPath>..\packages\VSSDK.DTE.8.8.0.4\lib\net20\envdte80.dll</HintPath> |
| 60 | + <Private>False</Private> |
58 | 61 | </Reference> |
59 | 62 | <Reference Include="Microsoft.Build" /> |
60 | | - <Reference Include="Microsoft.VisualStudio.Debugger.Interop.11.0, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
61 | | - <Reference Include="Microsoft.VisualStudio.Debugger.InteropA, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> |
62 | | - <Reference Include="Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> |
63 | | - <Reference Include="Microsoft.VisualStudio.Shell.12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
64 | | - <Reference Include="Microsoft.VisualStudio.Shell.Immutable.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
65 | | - <Reference Include="Microsoft.VisualStudio.Shell.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> |
| 63 | + <Reference Include="Microsoft.VisualStudio.GraphModel, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 64 | + <HintPath>..\packages\VSSDK.GraphModel.11.0.4\lib\net45\Microsoft.VisualStudio.GraphModel.dll</HintPath> |
| 65 | + <Private>False</Private> |
| 66 | + </Reference> |
| 67 | + <Reference Include="Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
| 68 | + <HintPath>..\packages\VSSDK.OLE.Interop.7.0.4\lib\net20\Microsoft.VisualStudio.OLE.Interop.dll</HintPath> |
| 69 | + <Private>False</Private> |
| 70 | + </Reference> |
| 71 | + <Reference Include="Microsoft.VisualStudio.Shell.12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 72 | + <HintPath>..\packages\VSSDK.Shell.12.12.0.4\lib\net45\Microsoft.VisualStudio.Shell.12.0.dll</HintPath> |
| 73 | + <Private>False</Private> |
| 74 | + </Reference> |
| 75 | + <Reference Include="Microsoft.VisualStudio.Shell.Immutable.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 76 | + <HintPath>..\packages\VSSDK.Shell.Immutable.10.10.0.4\lib\net40\Microsoft.VisualStudio.Shell.Immutable.10.0.dll</HintPath> |
| 77 | + <Private>False</Private> |
| 78 | + </Reference> |
| 79 | + <Reference Include="Microsoft.VisualStudio.Shell.Immutable.11.0, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 80 | + <HintPath>..\packages\VSSDK.Shell.Immutable.11.11.0.4\lib\net45\Microsoft.VisualStudio.Shell.Immutable.11.0.dll</HintPath> |
| 81 | + <Private>False</Private> |
| 82 | + </Reference> |
| 83 | + <Reference Include="Microsoft.VisualStudio.Shell.Immutable.12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 84 | + <HintPath>..\packages\VSSDK.Shell.Immutable.12.12.0.4\lib\net45\Microsoft.VisualStudio.Shell.Immutable.12.0.dll</HintPath> |
| 85 | + <Private>False</Private> |
| 86 | + </Reference> |
| 87 | + <Reference Include="Microsoft.VisualStudio.Shell.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
| 88 | + <HintPath>..\packages\VSSDK.Shell.Interop.7.0.4\lib\net20\Microsoft.VisualStudio.Shell.Interop.dll</HintPath> |
| 89 | + <Private>False</Private> |
| 90 | + </Reference> |
66 | 91 | <Reference Include="Microsoft.VisualStudio.Shell.Interop.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
67 | 92 | <EmbedInteropTypes>False</EmbedInteropTypes> |
| 93 | + <HintPath>..\packages\VSSDK.Shell.Interop.10.10.0.4\lib\net20\Microsoft.VisualStudio.Shell.Interop.10.0.dll</HintPath> |
| 94 | + <Private>False</Private> |
68 | 95 | </Reference> |
69 | 96 | <Reference Include="Microsoft.VisualStudio.Shell.Interop.11.0, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
70 | 97 | <EmbedInteropTypes>False</EmbedInteropTypes> |
| 98 | + <HintPath>..\packages\VSSDK.Shell.Interop.11.11.0.4\lib\net20\Microsoft.VisualStudio.Shell.Interop.11.0.dll</HintPath> |
| 99 | + <Private>False</Private> |
| 100 | + </Reference> |
| 101 | + <Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
| 102 | + <HintPath>..\packages\VSSDK.Shell.Interop.8.8.0.4\lib\net20\Microsoft.VisualStudio.Shell.Interop.8.0.dll</HintPath> |
| 103 | + <Private>False</Private> |
| 104 | + </Reference> |
| 105 | + <Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
| 106 | + <HintPath>..\packages\VSSDK.Shell.Interop.9.9.0.4\lib\net20\Microsoft.VisualStudio.Shell.Interop.9.0.dll</HintPath> |
| 107 | + <Private>False</Private> |
| 108 | + </Reference> |
| 109 | + <Reference Include="Microsoft.VisualStudio.TextManager.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
| 110 | + <HintPath>..\packages\VSSDK.TextManager.Interop.7.0.4\lib\net20\Microsoft.VisualStudio.TextManager.Interop.dll</HintPath> |
| 111 | + <Private>False</Private> |
| 112 | + </Reference> |
| 113 | + <Reference Include="Microsoft.VisualStudio.TextManager.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
| 114 | + <HintPath>..\packages\VSSDK.TextManager.Interop.8.8.0.4\lib\net20\Microsoft.VisualStudio.TextManager.Interop.8.0.dll</HintPath> |
| 115 | + <Private>False</Private> |
| 116 | + </Reference> |
| 117 | + <Reference Include="Microsoft.VisualStudio.Threading, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 118 | + <HintPath>..\packages\VSSDK.Threading.12.0.4\lib\net45\Microsoft.VisualStudio.Threading.dll</HintPath> |
| 119 | + <Private>False</Private> |
71 | 120 | </Reference> |
72 | | - <Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> |
73 | | - <Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> |
74 | 121 | <Reference Include="nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
75 | 122 | <HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath> |
76 | 123 | </Reference> |
| 124 | + <Reference Include="PresentationCore" /> |
| 125 | + <Reference Include="PresentationFramework" /> |
| 126 | + <Reference Include="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
| 127 | + <EmbedInteropTypes>False</EmbedInteropTypes> |
| 128 | + <HintPath>..\packages\VSSDK.DTE.7.0.4\lib\net20\stdole.dll</HintPath> |
| 129 | + <Private>False</Private> |
| 130 | + </Reference> |
77 | 131 | <Reference Include="System" /> |
78 | 132 | <Reference Include="System.Core" /> |
| 133 | + <Reference Include="System.Design" /> |
79 | 134 | <Reference Include="System.Drawing" /> |
| 135 | + <Reference Include="System.Transactions" /> |
80 | 136 | <Reference Include="System.Windows.Forms" /> |
81 | | - <Reference Include="System.Xml.Linq" /> |
82 | | - <Reference Include="System.Data.DataSetExtensions" /> |
83 | | - <Reference Include="Microsoft.CSharp" /> |
84 | | - <Reference Include="System.Data" /> |
85 | 137 | <Reference Include="System.Xml" /> |
86 | | - <Reference Include="VSLangProj, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
87 | | - <EmbedInteropTypes>False</EmbedInteropTypes> |
88 | | - </Reference> |
| 138 | + <Reference Include="System.Xml.Linq" /> |
| 139 | + <Reference Include="UIAutomationTypes" /> |
| 140 | + <Reference Include="WindowsBase" /> |
89 | 141 | </ItemGroup> |
90 | 142 | <ItemGroup> |
91 | 143 | <Compile Include="BaseFileNode.cs" /> |
|
167 | 219 | <Project>{6D2688FE-6FD8-44A8-B96A-6037457F72A7}</Project> |
168 | 220 | <Name>MIDebugEngine</Name> |
169 | 221 | </ProjectReference> |
170 | | - <ProjectReference Include="..\VisualRust.Build\VisualRust.Build.csproj"> |
171 | | - <Project>{9cf556ab-76fe-4c3d-ad0a-b64b3b9989b4}</Project> |
172 | | - <Name>VisualRust.Build</Name> |
173 | | - </ProjectReference> |
174 | 222 | <ProjectReference Include="..\VisualRust.Shared\VisualRust.Shared.csproj"> |
175 | 223 | <Project>{b99cc9eb-90f2-4040-9e66-418cc7042153}</Project> |
176 | 224 | <Name>VisualRust.Shared</Name> |
|
181 | 229 | <Generator>MSBuild:Compile</Generator> |
182 | 230 | <CustomToolNamespace>VisualRust.Project</CustomToolNamespace> |
183 | 231 | </Antlr4> |
| 232 | + <None Include="app.config" /> |
184 | 233 | <None Include="packages.config" /> |
185 | 234 | </ItemGroup> |
186 | 235 | <ItemGroup> |
|
218 | 267 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
219 | 268 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
220 | 269 | <PropertyGroup> |
221 | | - <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
| 270 | + <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
222 | 271 | </PropertyGroup> |
223 | 272 | <Error Condition="!Exists('..\packages\Antlr4.4.3.0\build\Antlr4.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Antlr4.4.3.0\build\Antlr4.props'))" /> |
224 | 273 | <Error Condition="!Exists('..\packages\Antlr4.4.3.0\build\Antlr4.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Antlr4.4.3.0\build\Antlr4.targets'))" /> |
|
0 commit comments