Skip to content

Commit

Permalink
added build event to get nuget packages and added unit test project
Browse files Browse the repository at this point in the history
  • Loading branch information
josephbulger committed Aug 9, 2011
1 parent 90dc76c commit 39951a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file modified Training.suo
Binary file not shown.
4 changes: 4 additions & 0 deletions Training/Training.csproj
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -175,4 +175,8 @@
</FlavorProperties> </FlavorProperties>
</VisualStudio> </VisualStudio>
</ProjectExtensions> </ProjectExtensions>
<PropertyGroup>
<PreBuildEvent>$(SolutionDir)Tools\nuget install $(ProjectDir)packages.config -o $(SolutionDir)Packages
</PreBuildEvent>
</PropertyGroup>
</Project> </Project>

0 comments on commit 39951a5

Please sign in to comment.