soundbeam – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 2
Line 37... Line 37...
37 </PropertyGroup> 37 </PropertyGroup>
38 <ItemGroup> 38 <ItemGroup>
39 <Reference Include="CSCore, Version=1.2.1.2, Culture=neutral, PublicKeyToken=5a08f2b6f4415dea, processorArchitecture=MSIL"> 39 <Reference Include="CSCore, Version=1.2.1.2, Culture=neutral, PublicKeyToken=5a08f2b6f4415dea, processorArchitecture=MSIL">
40 <HintPath>..\packages\CSCore.1.2.1.2\lib\net35-client\CSCore.dll</HintPath> 40 <HintPath>..\packages\CSCore.1.2.1.2\lib\net35-client\CSCore.dll</HintPath>
41 </Reference> 41 </Reference>
42 <Reference Include="Mono.Zeroconf, Version=4.0.0.90, Culture=neutral, PublicKeyToken=e60c4f4a95e1099e, processorArchitecture=MSIL"> -  
43 <HintPath>..\packages\Mono.Zeroconf.0.9.0.0\lib\Net20\Mono.Zeroconf.dll</HintPath> -  
44 </Reference> -  
45 <Reference Include="Mono.Zeroconf.Providers.Bonjour, Version=4.0.0.90, Culture=neutral, processorArchitecture=MSIL"> -  
46 <HintPath>..\packages\Mono.Zeroconf.0.9.0.0\lib\Net20\Mono.Zeroconf.Providers.Bonjour.dll</HintPath> -  
47 </Reference> -  
48 <Reference Include="System" /> 42 <Reference Include="System" />
49 <Reference Include="System.Core" /> 43 <Reference Include="System.Core" />
50 <Reference Include="System.Threading.Tasks.Dataflow, Version=4.5.24.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 44 <Reference Include="System.Threading.Tasks.Dataflow, Version=4.5.24.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
51 <HintPath>..\packages\Microsoft.Tpl.Dataflow.4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll</HintPath> 45 <HintPath>..\packages\Microsoft.Tpl.Dataflow.4.5.24\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll</HintPath>
52 </Reference> 46 </Reference>
Line 59... Line 53...
59 <Reference Include="System.Net.Http" /> 53 <Reference Include="System.Net.Http" />
60 <Reference Include="System.Windows.Forms" /> 54 <Reference Include="System.Windows.Forms" />
61 <Reference Include="System.Xml" /> 55 <Reference Include="System.Xml" />
62 </ItemGroup> 56 </ItemGroup>
63 <ItemGroup> 57 <ItemGroup>
-   58 <Compile Include="DiscoveredServer.cs" />
64 <Compile Include="Form1.cs"> 59 <Compile Include="Form1.cs">
65 <SubType>Form</SubType> 60 <SubType>Form</SubType>
66 </Compile> 61 </Compile>
67 <Compile Include="Form1.Designer.cs"> 62 <Compile Include="Form1.Designer.cs">
68 <DependentUpon>Form1.cs</DependentUpon> 63 <DependentUpon>Form1.cs</DependentUpon>
69 </Compile> 64 </Compile>
70 <Compile Include="Program.cs" /> 65 <Compile Include="Program.cs" />
-   66 <Compile Include="Properties\Annotations.cs" />
71 <Compile Include="Properties\AssemblyInfo.cs" /> 67 <Compile Include="Properties\AssemblyInfo.cs" />
72 <Compile Include="TCPClientConnectedEventArgs.cs" /> 68 <Compile Include="TCPClientConnectedEventArgs.cs" />
73 <Compile Include="TCPServer.cs" /> 69 <Compile Include="TCPServer.cs" />
74 <EmbeddedResource Include="Form1.resx"> 70 <EmbeddedResource Include="Form1.resx">
75 <DependentUpon>Form1.cs</DependentUpon> 71 <DependentUpon>Form1.cs</DependentUpon>
Line 98... Line 94...
98 <None Include="App.config" /> 94 <None Include="App.config" />
99 </ItemGroup> 95 </ItemGroup>
100 <ItemGroup> 96 <ItemGroup>
101 <Content Include="soundbeam.ico" /> 97 <Content Include="soundbeam.ico" />
102 </ItemGroup> 98 </ItemGroup>
-   99 <ItemGroup>
-   100 <ProjectReference Include="..\Mono.Zeroconf\src\Mono.Zeroconf.Providers.Bonjour\Mono.Zeroconf.Providers.Bonjour.csproj">
-   101 <Project>{623325e2-5821-4701-a40c-3759097008dd}</Project>
-   102 <Name>Mono.Zeroconf.Providers.Bonjour</Name>
-   103 </ProjectReference>
-   104 <ProjectReference Include="..\Mono.Zeroconf\src\Mono.Zeroconf\Mono.Zeroconf.csproj">
-   105 <Project>{5cf88e3a-13dd-4114-bad9-da826946516f}</Project>
-   106 <Name>Mono.Zeroconf</Name>
-   107 </ProjectReference>
-   108 </ItemGroup>
103 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 109 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
104 </Project> 110 </Project>
105   111