Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Santos committed Mar 21, 2017
1 parent 93f0cca commit 5d2b5d2
Show file tree
Hide file tree
Showing 6 changed files with 2,097 additions and 0 deletions.
22 changes: 22 additions & 0 deletions NetworkCardRestart.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetworkCardRestart", "NetworkCardRestart\NetworkCardRestart.csproj", "{BB1FA4A3-027A-4FF6-B84B-D3FCCA95946A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BB1FA4A3-027A-4FF6-B84B-D3FCCA95946A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB1FA4A3-027A-4FF6-B84B-D3FCCA95946A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB1FA4A3-027A-4FF6-B84B-D3FCCA95946A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB1FA4A3-027A-4FF6-B84B-D3FCCA95946A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
7 changes: 7 additions & 0 deletions NetworkCardRestart/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
</configuration>
Loading

0 comments on commit 5d2b5d2

Please sign in to comment.