Skip to content

Commit

Permalink
Initial cut
Browse files Browse the repository at this point in the history
  • Loading branch information
PeteGoo committed May 26, 2014
1 parent 6b85d62 commit a46758d
Show file tree
Hide file tree
Showing 8 changed files with 844 additions and 0 deletions.
22 changes: 22 additions & 0 deletions ProjectDependencyVisualiser.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjectDependencyVisualiser", "ProjectDependencyVisualiser\ProjectDependencyVisualiser.csproj", "{EFD49473-234C-4A6E-874D-ADCFEB50B729}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EFD49473-234C-4A6E-874D-ADCFEB50B729}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EFD49473-234C-4A6E-874D-ADCFEB50B729}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EFD49473-234C-4A6E-874D-ADCFEB50B729}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EFD49473-234C-4A6E-874D-ADCFEB50B729}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
6 changes: 6 additions & 0 deletions ProjectDependencyVisualiser/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
</configuration>

0 comments on commit a46758d

Please sign in to comment.