|
|
@@ -46,12 +46,14 @@
|
|
|
<Reference Include="System.Xml" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
+ <Compile Include="APIHandler.cs" />
|
|
|
<Compile Include="Form1.cs">
|
|
|
<SubType>Form</SubType>
|
|
|
</Compile>
|
|
|
<Compile Include="Form1.Designer.cs">
|
|
|
<DependentUpon>Form1.cs</DependentUpon>
|
|
|
</Compile>
|
|
|
+ <Compile Include="NetworkHandler.cs" />
|
|
|
<Compile Include="Program.cs" />
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|