Skip to content

Commit 0facc97

Browse files
committed
push
1 parent 0c5b3cb commit 0facc97

4 files changed

Lines changed: 105 additions & 1 deletion

File tree

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+
<PropertyGroup>
5+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7+
<ProjectGuid>{4306A872-15EB-4109-AAAC-5EC0F8F372C5}</ProjectGuid>
8+
<OutputType>Library</OutputType>
9+
<AppDesignerFolder>Properties</AppDesignerFolder>
10+
<RootNamespace>NETworkManager.Update</RootNamespace>
11+
<AssemblyName>NETworkManager.Update</AssemblyName>
12+
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
13+
<FileAlignment>512</FileAlignment>
14+
<Deterministic>true</Deterministic>
15+
</PropertyGroup>
16+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17+
<DebugSymbols>true</DebugSymbols>
18+
<DebugType>full</DebugType>
19+
<Optimize>false</Optimize>
20+
<OutputPath>bin\Debug\</OutputPath>
21+
<DefineConstants>DEBUG;TRACE</DefineConstants>
22+
<ErrorReport>prompt</ErrorReport>
23+
<WarningLevel>4</WarningLevel>
24+
</PropertyGroup>
25+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26+
<DebugType>pdbonly</DebugType>
27+
<Optimize>true</Optimize>
28+
<OutputPath>bin\Release\</OutputPath>
29+
<DefineConstants>TRACE</DefineConstants>
30+
<ErrorReport>prompt</ErrorReport>
31+
<WarningLevel>4</WarningLevel>
32+
</PropertyGroup>
33+
<ItemGroup>
34+
<Reference Include="System" />
35+
<Reference Include="System.Core" />
36+
<Reference Include="System.Xml.Linq" />
37+
<Reference Include="System.Data.DataSetExtensions" />
38+
<Reference Include="Microsoft.CSharp" />
39+
<Reference Include="System.Data" />
40+
<Reference Include="System.Net.Http" />
41+
<Reference Include="System.Xml" />
42+
</ItemGroup>
43+
<ItemGroup>
44+
<Compile Include="Properties\AssemblyInfo.cs" />
45+
</ItemGroup>
46+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
47+
</Project>
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
using System.Reflection;
2+
using System.Runtime.CompilerServices;
3+
using System.Runtime.InteropServices;
4+
5+
// General Information about an assembly is controlled through the following
6+
// set of attributes. Change these attribute values to modify the information
7+
// associated with an assembly.
8+
[assembly: AssemblyTitle("NETworkManager.Update")]
9+
[assembly: AssemblyDescription("")]
10+
[assembly: AssemblyConfiguration("")]
11+
[assembly: AssemblyCompany("")]
12+
[assembly: AssemblyProduct("NETworkManager.Update")]
13+
[assembly: AssemblyCopyright("Copyright © 2020")]
14+
[assembly: AssemblyTrademark("")]
15+
[assembly: AssemblyCulture("")]
16+
17+
// Setting ComVisible to false makes the types in this assembly not visible
18+
// to COM components. If you need to access a type in this assembly from
19+
// COM, set the ComVisible attribute to true on that type.
20+
[assembly: ComVisible(false)]
21+
22+
// The following GUID is for the ID of the typelib if this project is exposed to COM
23+
[assembly: Guid("4306a872-15eb-4109-aaac-5ec0f8f372c5")]
24+
25+
// Version information for an assembly consists of the following four values:
26+
//
27+
// Major Version
28+
// Minor Version
29+
// Build Number
30+
// Revision
31+
//
32+
// You can specify all the values or you can default the Build and Revision Numbers
33+
// by using the '*' as shown below:
34+
// [assembly: AssemblyVersion("1.0.*")]
35+
[assembly: AssemblyVersion("1.0.0.0")]
36+
[assembly: AssemblyFileVersion("1.0.0.0")]

Source/NETworkManager.sln

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NETworkManager.Model", "NET
2121
EndProject
2222
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NETworkManager.ViewModel", "NETworkManager.ViewModel\NETworkManager.ViewModel.csproj", "{D9527072-6834-4DA8-8B3A-75DCD42A716E}"
2323
EndProject
24+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NETworkManager.Update", "NETworkManager.Update\NETworkManager.Update.csproj", "{4306A872-15EB-4109-AAAC-5EC0F8F372C5}"
25+
EndProject
2426
Global
2527
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2628
Debug|Any CPU = Debug|Any CPU
@@ -216,6 +218,26 @@ Global
216218
{D9527072-6834-4DA8-8B3A-75DCD42A716E}.Release|x64.Build.0 = Release|Any CPU
217219
{D9527072-6834-4DA8-8B3A-75DCD42A716E}.Release|x86.ActiveCfg = Release|Any CPU
218220
{D9527072-6834-4DA8-8B3A-75DCD42A716E}.Release|x86.Build.0 = Release|Any CPU
221+
{4306A872-15EB-4109-AAAC-5EC0F8F372C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
222+
{4306A872-15EB-4109-AAAC-5EC0F8F372C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
223+
{4306A872-15EB-4109-AAAC-5EC0F8F372C5}.Debug|ARM.ActiveCfg = Debug|Any CPU
224+
{4306A872-15EB-4109-AAAC-5EC0F8F372C5}.Debug|ARM.Build.0 = Debug|Any CPU
225+
{4306A872-15EB-4109-AAAC-5EC0F8F372C5}.Debug|ARM64.ActiveCfg = Debug|Any CPU
226+
{4306A872-15EB-4109-AAAC-5EC0F8F372C5}.Debug|ARM64.Build.0 = Debug|Any CPU
227+
{4306A872-15EB-4109-AAAC-5EC0F8F372C5}.Debug|x64.ActiveCfg = Debug|Any CPU
228+
{4306A872-15EB-4109-AAAC-5EC0F8F372C5}.Debug|x64.Build.0 = Debug|Any CPU
229+
{4306A872-15EB-4109-AAAC-5EC0F8F372C5}.Debug|x86.ActiveCfg = Debug|Any CPU
230+
{4306A872-15EB-4109-AAAC-5EC0F8F372C5}.Debug|x86.Build.0 = Debug|Any CPU
231+
{4306A872-15EB-4109-AAAC-5EC0F8F372C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
232+
{4306A872-15EB-4109-AAAC-5EC0F8F372C5}.Release|Any CPU.Build.0 = Release|Any CPU
233+
{4306A872-15EB-4109-AAAC-5EC0F8F372C5}.Release|ARM.ActiveCfg = Release|Any CPU
234+
{4306A872-15EB-4109-AAAC-5EC0F8F372C5}.Release|ARM.Build.0 = Release|Any CPU
235+
{4306A872-15EB-4109-AAAC-5EC0F8F372C5}.Release|ARM64.ActiveCfg = Release|Any CPU
236+
{4306A872-15EB-4109-AAAC-5EC0F8F372C5}.Release|ARM64.Build.0 = Release|Any CPU
237+
{4306A872-15EB-4109-AAAC-5EC0F8F372C5}.Release|x64.ActiveCfg = Release|Any CPU
238+
{4306A872-15EB-4109-AAAC-5EC0F8F372C5}.Release|x64.Build.0 = Release|Any CPU
239+
{4306A872-15EB-4109-AAAC-5EC0F8F372C5}.Release|x86.ActiveCfg = Release|Any CPU
240+
{4306A872-15EB-4109-AAAC-5EC0F8F372C5}.Release|x86.Build.0 = Release|Any CPU
219241
EndGlobalSection
220242
GlobalSection(SolutionProperties) = preSolution
221243
HideSolutionNode = FALSE

Source/NETworkManager/Models/Profile/ProfileManager.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System;
22
using System.Collections.Generic;
33
using System.Collections.ObjectModel;
4-
using System.Diagnostics;
54
using System.IO;
65
using System.Linq;
76
using System.Threading.Tasks;

0 commit comments

Comments
 (0)