WingMan – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 2
Line 39... Line 39...
39 <HintPath>..\packages\MQTTnet.2.8.4\lib\net452\MQTTnet.dll</HintPath> 39 <HintPath>..\packages\MQTTnet.2.8.4\lib\net452\MQTTnet.dll</HintPath>
40 </Reference> 40 </Reference>
41 <Reference Include="MQTTnet.Extensions.ManagedClient, Version=2.8.4.0, Culture=neutral, PublicKeyToken=b69712f52770c0a7, processorArchitecture=MSIL"> 41 <Reference Include="MQTTnet.Extensions.ManagedClient, Version=2.8.4.0, Culture=neutral, PublicKeyToken=b69712f52770c0a7, processorArchitecture=MSIL">
42 <HintPath>..\packages\MQTTnet.Extensions.ManagedClient.2.8.4\lib\net452\MQTTnet.Extensions.ManagedClient.dll</HintPath> 42 <HintPath>..\packages\MQTTnet.Extensions.ManagedClient.2.8.4\lib\net452\MQTTnet.Extensions.ManagedClient.dll</HintPath>
43 </Reference> 43 </Reference>
-   44 <Reference Include="Open.Nat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f22a6a4582336c76, processorArchitecture=MSIL">
-   45 <HintPath>..\packages\Open.NAT.2.1.0.0\lib\net45\Open.Nat.dll</HintPath>
-   46 </Reference>
44 <Reference Include="SimWinKeyboard, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL"> 47 <Reference Include="SimWinKeyboard, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL">
45 <HintPath>..\packages\SimWinKeyboard.1.0.2\lib\net20\SimWinKeyboard.dll</HintPath> 48 <HintPath>..\packages\SimWinKeyboard.1.0.2\lib\net20\SimWinKeyboard.dll</HintPath>
46 </Reference> 49 </Reference>
47 <Reference Include="SimWinMouse, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL"> 50 <Reference Include="SimWinMouse, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL">
48 <HintPath>..\packages\SimWinMouse.1.0.2\lib\net20\SimWinMouse.dll</HintPath> 51 <HintPath>..\packages\SimWinMouse.1.0.2\lib\net20\SimWinMouse.dll</HintPath>
Line 59... Line 62...
59 <Reference Include="System.Windows.Forms" /> 62 <Reference Include="System.Windows.Forms" />
60 <Reference Include="System.Xml" /> 63 <Reference Include="System.Xml" />
61 </ItemGroup> 64 </ItemGroup>
62 <ItemGroup> 65 <ItemGroup>
63 <Compile Include="Communication\MQTTClient.cs" /> 66 <Compile Include="Communication\MQTTClient.cs" />
-   67 <Compile Include="LobbyMessage.cs" />
64 <Compile Include="Form1.cs"> 68 <Compile Include="WingManForm.cs">
65 <SubType>Form</SubType> 69 <SubType>Form</SubType>
66 </Compile> 70 </Compile>
67 <Compile Include="Form1.Designer.cs"> 71 <Compile Include="WingManForm.Designer.cs">
68 <DependentUpon>Form1.cs</DependentUpon> 72 <DependentUpon>WingManForm.cs</DependentUpon>
69 </Compile> 73 </Compile>
70 <Compile Include="Communication\MQTTServer.cs" /> 74 <Compile Include="Communication\MQTTServer.cs" />
71 <Compile Include="Program.cs" /> 75 <Compile Include="Program.cs" />
72 <Compile Include="Properties\AssemblyInfo.cs" /> 76 <Compile Include="Properties\AssemblyInfo.cs" />
73 <Compile Include="Properties\Strings.Designer.cs"> 77 <Compile Include="Properties\Strings.Designer.cs">
74 <AutoGen>True</AutoGen> 78 <AutoGen>True</AutoGen>
75 <DesignTime>True</DesignTime> 79 <DesignTime>True</DesignTime>
76 <DependentUpon>Strings.resx</DependentUpon> 80 <DependentUpon>Strings.resx</DependentUpon>
77 </Compile> 81 </Compile>
78 <EmbeddedResource Include="Form1.resx"> 82 <EmbeddedResource Include="WingManForm.resx">
79 <DependentUpon>Form1.cs</DependentUpon> 83 <DependentUpon>WingManForm.cs</DependentUpon>
80 </EmbeddedResource> 84 </EmbeddedResource>
81 <EmbeddedResource Include="Properties\Resources.resx"> 85 <EmbeddedResource Include="Properties\Resources.resx">
82 <Generator>ResXFileCodeGenerator</Generator> 86 <Generator>ResXFileCodeGenerator</Generator>
83 <LastGenOutput>Resources.Designer.cs</LastGenOutput> 87 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
84 <SubType>Designer</SubType> 88 <SubType>Designer</SubType>