Skip to content

Commit

Permalink
#61: fix up the depencencies for VB.NET example
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Sep 24, 2016
1 parent fbb7fe0 commit 412ef41
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 30 deletions.
14 changes: 9 additions & 5 deletions JabberNet.sln
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,11 @@ Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "JabberNet.Example", "exampl
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "JabberNet.Muzzle", "src\JabberNet.Muzzle\JabberNet.Muzzle.xproj", "{32830894-E2CD-4F17-8CD0-3FE1C693A162}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "JabberNet.VbExample", "examples\JabberNet.VbExample\JabberNet.VbExample.xproj", "{B6C7EA07-AB8D-4126-A7E5-D7996D884EDF}"
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "JabberNet.VbExample", "examples\JabberNet.VbExample\JabberNet.VbExample.vbproj", "{B5086B0D-C448-450F-945D-5DBE681F2EE7}"
ProjectSection(ProjectDependencies) = postProject
{30CF5F13-7CF2-4DAC-A549-EE49BDEC4C08} = {30CF5F13-7CF2-4DAC-A549-EE49BDEC4C08}
{32830894-E2CD-4F17-8CD0-3FE1C693A162} = {32830894-E2CD-4F17-8CD0-3FE1C693A162}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -101,10 +105,10 @@ Global
{32830894-E2CD-4F17-8CD0-3FE1C693A162}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32830894-E2CD-4F17-8CD0-3FE1C693A162}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32830894-E2CD-4F17-8CD0-3FE1C693A162}.Release|Any CPU.Build.0 = Release|Any CPU
{B6C7EA07-AB8D-4126-A7E5-D7996D884EDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6C7EA07-AB8D-4126-A7E5-D7996D884EDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6C7EA07-AB8D-4126-A7E5-D7996D884EDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6C7EA07-AB8D-4126-A7E5-D7996D884EDF}.Release|Any CPU.Build.0 = Release|Any CPU
{B5086B0D-C448-450F-945D-5DBE681F2EE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5086B0D-C448-450F-945D-5DBE681F2EE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5086B0D-C448-450F-945D-5DBE681F2EE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5086B0D-C448-450F-945D-5DBE681F2EE7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
12 changes: 6 additions & 6 deletions examples/JabberNet.VbExample/JabberNet.VbExample.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="JabberNet">
<HintPath>..\..\src\JabberNet\bin\Debug\net40\JabberNet.dll</HintPath>
</Reference>
<Reference Include="JabberNet.Muzzle">
<HintPath>..\..\src\JabberNet.Muzzle\bin\Debug\net40\JabberNet.Muzzle.dll</HintPath>
</Reference>
<Reference Include="System">
<Name>System</Name>
</Reference>
Expand Down Expand Up @@ -156,12 +162,6 @@
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\JabberNet.Muzzle\JabberNet.Muzzle.csproj">
<Project>{071a79a9-e23f-418f-a6b7-63d3a3e59eeb}</Project>
<Name>JabberNet.Muzzle</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
<PropertyGroup>
<PreBuildEvent>
Expand Down
19 changes: 0 additions & 19 deletions examples/JabberNet.VbExample/JabberNet.VbExample.xproj

This file was deleted.

0 comments on commit 412ef41

Please sign in to comment.