Skip to content

Commit

Permalink
Adding vssdk dependencies to source control
Browse files Browse the repository at this point in the history
  • Loading branch information
cfbarbero committed Sep 5, 2014
1 parent 5695a9d commit aabd4e7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 0 additions & 2 deletions SlowCheetah.sln
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SlowCheetah", "SlowCheetah\
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SlowCheetah_UnitTests", "SlowCheetah\SlowCheetah_UnitTests\SlowCheetah_UnitTests.csproj", "{2FAF5A09-3AA5-43BB-BC9A-608CE27ABBE4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "lib", "lib", "{874344FA-D252-4BC6-AB90-7E78328BEF36}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
10 changes: 8 additions & 2 deletions SlowCheetah/SlowCheetah_UnitTests/SlowCheetah_UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,14 @@
<Reference Include="Microsoft.VisualStudio.Shell.10.0" />
<Reference Include="Microsoft.VisualStudio.Shell.Immutable.10.0" />
<!---->
<Reference Include="Microsoft.VSSDK.UnitTestLibrary" />
<Reference Include="Microsoft.VSSDK.TestHostFramework" />
<Reference Include="Microsoft.VSSDK.TestHostFramework, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\Microsoft.VSSDK.TestHostFramework.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VSSDK.UnitTestLibrary, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\Microsoft.VSSDK.UnitTestLibrary.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Design" />
Expand Down
Binary file added lib/Microsoft.VSSDK.TestHostFramework.dll
Binary file not shown.
Binary file added lib/Microsoft.VSSDK.UnitTestLibrary.dll
Binary file not shown.

0 comments on commit aabd4e7

Please sign in to comment.