aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtvstools/QtVsTools.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/qtvstools/QtVsTools.csproj')
-rw-r--r--src/qtvstools/QtVsTools.csproj49
1 files changed, 42 insertions, 7 deletions
diff --git a/src/qtvstools/QtVsTools.csproj b/src/qtvstools/QtVsTools.csproj
index 1df4b66f..7f2ccd69 100644
--- a/src/qtvstools/QtVsTools.csproj
+++ b/src/qtvstools/QtVsTools.csproj
@@ -45,14 +45,15 @@
<RunCodeAnalysis>true</RunCodeAnalysis>
</PropertyGroup>
<ItemGroup>
- <Compile Include="DefaultEditorsHandler.cs" />
- <Compile Include="DteEventsHandler.cs" />
<Compile Include="AddQtVersionDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="AddTranslationDialog.cs">
<SubType>Form</SubType>
</Compile>
+ <Compile Include="DefaultEditorsClient.cs" />
+ <Compile Include="DefaultEditorsHandler.cs" />
+ <Compile Include="DteEventsHandler.cs" />
<Compile Include="ExtLoader.cs" />
<Compile Include="FormChangeQtVersion.cs">
<SubType>Form</SubType>
@@ -75,6 +76,10 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="QMakeWrapper.cs" />
<Compile Include="QtDefaultEditorsHelper.cs" />
+ <Compile Include="QtHelpLinkChooser.xaml.cs">
+ <DependentUpon>QtHelpLinkChooser.xaml</DependentUpon>
+ </Compile>
+ <Compile Include="QtHelpMenu.cs" />
<Compile Include="QtItemContextMenu.cs" />
<Compile Include="QtMainMenu.cs" />
<Compile Include="QtProjectContextMenu.cs" />
@@ -84,26 +89,36 @@
<SubType>Form</SubType>
</Compile>
<Compile Include="ResClass.cs" />
- <Compile Include="DefaultEditorsClient.cs" />
<Compile Include="Translation.cs" />
<Compile Include="Vsix.cs" />
<Compile Include="VSQtSettings.cs" />
</ItemGroup>
<ItemGroup>
- <Content Include="..\..\LICENSE.GPL3-EXCEPT">
- <Link>LICENSE.GPL3-EXCEPT</Link>
+ <Content Include="..\..\Changelog">
+ <Link>Changelog</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
- <Content Include="..\..\Changelog">
- <Link>Changelog</Link>
+ <Content Include="..\..\LICENSE.GPL3-EXCEPT">
+ <Link>LICENSE.GPL3-EXCEPT</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
+ <None Include="packages.config" />
<None Include="source.extension.vsixmanifest">
</None>
</ItemGroup>
<ItemGroup>
+ <Content Include="..\packages\System.Data.SQLite.Core.1.0.102.0\build\net45\x64\SQLite.Interop.dll">
+ <Link>x64\SQLite.Interop.dll</Link>
+ <IncludeInVSIX>true</IncludeInVSIX>
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </Content>
+ <Content Include="..\packages\System.Data.SQLite.Core.1.0.102.0\build\net45\x86\SQLite.Interop.dll">
+ <Link>x86\SQLite.Interop.dll</Link>
+ <IncludeInVSIX>true</IncludeInVSIX>
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </Content>
<Content Include="..\qtvisualizer\qt5.natvis">
<Link>Visualizer\qt5.natvis</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
@@ -248,6 +263,19 @@
<IncludeOutputGroupsInVSIXLocalOnly>DebugSymbolsProjectOutputGroup%3b</IncludeOutputGroupsInVSIXLocalOnly>
</ProjectReference>
</ItemGroup>
+ <ItemGroup>
+ <Reference Include="System.Data" />
+ <Reference Include="System.Data.SQLite, Version=1.0.102.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
+ <HintPath>..\packages\System.Data.SQLite.Core.1.0.102.0\lib\net45\System.Data.SQLite.dll</HintPath>
+ <Private>True</Private>
+ </Reference>
+ </ItemGroup>
+ <ItemGroup>
+ <Page Include="QtHelpLinkChooser.xaml">
+ <SubType>Designer</SubType>
+ <Generator>MSBuild:Compile</Generator>
+ </Page>
+ </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="..\VS2013.References.targets" Condition=" '$(VisualStudioVersion)' == '12.0' " />
<Import Project="..\VS2015.References.targets" Condition=" '$(VisualStudioVersion)' == '14.0' " />
@@ -274,4 +302,11 @@
<Exec Command="$(QtArchiveGen) source=$(QMakeFileReader) target=$(TargetDir)\$(TargetName).vsix" />
<Message Text="Completed post build target for $(ProjectName)." Importance="high" />
</Target>
+ <Import Project="..\packages\System.Data.SQLite.Core.1.0.102.0\build\net45\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.102.0\build\net45\System.Data.SQLite.Core.targets')" />
+ <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
+ <PropertyGroup>
+ <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>
+ </PropertyGroup>
+ <Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.102.0\build\net45\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.102.0\build\net45\System.Data.SQLite.Core.targets'))" />
+ </Target>
</Project> \ No newline at end of file