Skip to content

Commit

Permalink
Fixed sln and project file
Browse files Browse the repository at this point in the history
  • Loading branch information
RicoSuter committed Aug 14, 2015
1 parent a99b3ad commit 3f622fb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 34 deletions.
24 changes: 2 additions & 22 deletions src/ProjectDependencyBrowser.sln
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjectDependencyBrowser", "ProjectDependencyBrowser\ProjectDependencyBrowser.csproj", "{A3D991CA-107F-4E5A-AB3B-B4D9667B31F4}"
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "ProjectDependencyBrowser.Installer", "ProjectDependencyBrowser.Installer\ProjectDependencyBrowser.Installer.wixproj", "{2835D1BF-1EB9-492C-8F57-36BB47A303CF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyToolkit", "..\..\MyToolkit\src\MyToolkit\MyToolkit.csproj", "{F01F49C0-5DA2-4757-B4E0-02EC7A187DED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyToolkit.Extended.Wpf45", "..\..\MyToolkit\src\MyToolkit.Extended.Wpf\MyToolkit.Extended.Wpf45.csproj", "{0D8F527D-868F-4DE3-8559-EA3597D9D079}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -34,22 +30,6 @@ Global
{2835D1BF-1EB9-492C-8F57-36BB47A303CF}.Release|Any CPU.Build.0 = Release|x86
{2835D1BF-1EB9-492C-8F57-36BB47A303CF}.Release|Mixed Platforms.ActiveCfg = Release|x86
{2835D1BF-1EB9-492C-8F57-36BB47A303CF}.Release|Mixed Platforms.Build.0 = Release|x86
{F01F49C0-5DA2-4757-B4E0-02EC7A187DED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F01F49C0-5DA2-4757-B4E0-02EC7A187DED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F01F49C0-5DA2-4757-B4E0-02EC7A187DED}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{F01F49C0-5DA2-4757-B4E0-02EC7A187DED}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{F01F49C0-5DA2-4757-B4E0-02EC7A187DED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F01F49C0-5DA2-4757-B4E0-02EC7A187DED}.Release|Any CPU.Build.0 = Release|Any CPU
{F01F49C0-5DA2-4757-B4E0-02EC7A187DED}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{F01F49C0-5DA2-4757-B4E0-02EC7A187DED}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{0D8F527D-868F-4DE3-8559-EA3597D9D079}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D8F527D-868F-4DE3-8559-EA3597D9D079}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D8F527D-868F-4DE3-8559-EA3597D9D079}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{0D8F527D-868F-4DE3-8559-EA3597D9D079}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{0D8F527D-868F-4DE3-8559-EA3597D9D079}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D8F527D-868F-4DE3-8559-EA3597D9D079}.Release|Any CPU.Build.0 = Release|Any CPU
{0D8F527D-868F-4DE3-8559-EA3597D9D079}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{0D8F527D-868F-4DE3-8559-EA3597D9D079}.Release|Mixed Platforms.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
18 changes: 8 additions & 10 deletions src/ProjectDependencyBrowser/ProjectDependencyBrowser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@
<HintPath>..\Libs\GraphSharp.Controls.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Build" />
<Reference Include="MyToolkit, Version=2.4.0.0, Culture=neutral, PublicKeyToken=3e349a1360994d26, processorArchitecture=MSIL">
<HintPath>..\packages\MyToolkit.2.4.0.0\lib\portable-net45+wp8+win8+wpa81\MyToolkit.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="MyToolkit.Extended, Version=2.4.0.0, Culture=neutral, PublicKeyToken=3e349a1360994d26, processorArchitecture=MSIL">
<HintPath>..\packages\MyToolkit.Extended.2.4.0.0\lib\net45\MyToolkit.Extended.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="QuickGraph, Version=3.2.40122.0, Culture=neutral, PublicKeyToken=f3fb40175eec2af3, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Libs\QuickGraph.dll</HintPath>
Expand Down Expand Up @@ -139,16 +147,6 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\MyToolkit\src\MyToolkit.Extended.Wpf\MyToolkit.Extended.Wpf45.csproj">
<Project>{0D8F527D-868F-4DE3-8559-EA3597D9D079}</Project>
<Name>MyToolkit.Extended.Wpf45</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\MyToolkit\src\MyToolkit\MyToolkit.csproj">
<Project>{F01F49C0-5DA2-4757-B4E0-02EC7A187DED}</Project>
<Name>MyToolkit</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
4 changes: 2 additions & 2 deletions src/ProjectDependencyBrowser/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="GlobalHotKey" version="1.1.0" targetFramework="net45" />
<package id="MyToolkit" version="2.3.30.0" targetFramework="net45" />
<package id="MyToolkit.Extended" version="2.3.30.0" targetFramework="net45" />
<package id="MyToolkit" version="2.4.0.0" targetFramework="net45" />
<package id="MyToolkit.Extended" version="2.4.0.0" targetFramework="net45" />
</packages>

0 comments on commit 3f622fb

Please sign in to comment.