Skip to content

Commit

Permalink
Adjust TabControlExtraDemo project to use Nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
rlktradewright committed Apr 9, 2019
1 parent cdbf22d commit 55e3bbc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
10 changes: 4 additions & 6 deletions TabControlExtraDemo/TabControlExtraDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@
<Reference Include="System.Configuration" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="TradeWright.TabControlExtra, Version=2.0.1.0, Culture=neutral, PublicKeyToken=f4d0df7e5886cbe9, processorArchitecture=MSIL">
<HintPath>packages\TradeWright.TabControlExtra.2.0.1\lib\net45\TradeWright.TabControlExtra.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="MainForm.cs">
Expand Down Expand Up @@ -129,11 +132,6 @@
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TabControlExtra\TabControlExtra.csproj">
<Project>{4dbfe2cf-45e4-4594-8e6a-5ebc2eef85ae}</Project>
<Name>TabControlExtra</Name>
</ProjectReference>
<None Include="packages.config" />
</ItemGroup>
</Project>
9 changes: 3 additions & 6 deletions TabControlExtraDemo/TabControlExtraDemo.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TabControlExtraDemo", "TabControlExtraDemo.csproj", "{7B57634D-C763-4C8A-900B-DDEB125A4B6C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TabControlExtra", "..\TabControlExtra\TabControlExtra.csproj", "{4DBFE2CF-45E4-4594-8E6A-5EBC2EEF85AE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Expand All @@ -17,12 +15,11 @@ Global
{7B57634D-C763-4C8A-900B-DDEB125A4B6C}.Debug|x86.Build.0 = Debug|x86
{7B57634D-C763-4C8A-900B-DDEB125A4B6C}.Release|x86.ActiveCfg = Release|x86
{7B57634D-C763-4C8A-900B-DDEB125A4B6C}.Release|x86.Build.0 = Release|x86
{4DBFE2CF-45E4-4594-8E6A-5EBC2EEF85AE}.Debug|x86.ActiveCfg = Debug|x86
{4DBFE2CF-45E4-4594-8E6A-5EBC2EEF85AE}.Debug|x86.Build.0 = Debug|x86
{4DBFE2CF-45E4-4594-8E6A-5EBC2EEF85AE}.Release|x86.ActiveCfg = Release|x86
{4DBFE2CF-45E4-4594-8E6A-5EBC2EEF85AE}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CF0DCE8E-2A74-4BA2-9AD0-322E4DDC2F75}
EndGlobalSection
EndGlobal
4 changes: 4 additions & 0 deletions TabControlExtraDemo/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="TradeWright.TabControlExtra" version="2.0.1" targetFramework="net45" />
</packages>

0 comments on commit 55e3bbc

Please sign in to comment.