new class – aua creator
This commit is contained in:
Binary file not shown.
BIN
Runas/.vs/Runas/v17/.futdcache.v1
Normal file
BIN
Runas/.vs/Runas/v17/.futdcache.v1
Normal file
Binary file not shown.
BIN
Runas/.vs/Runas/v17/.suo
Normal file
BIN
Runas/.vs/Runas/v17/.suo
Normal file
Binary file not shown.
@@ -1,4 +1,3 @@
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
using System.Diagnostics;
|
||||
namespace Runas
|
||||
@@ -27,7 +26,7 @@ namespace Runas
|
||||
foreach (var prog in jprograms[programName])
|
||||
{
|
||||
if (System.IO.File.Exists(prog.Value))
|
||||
{
|
||||
{
|
||||
Process.Start(prog.Value);
|
||||
}
|
||||
}
|
||||
@@ -40,10 +39,10 @@ namespace Runas
|
||||
}
|
||||
static void Main(string[] args)
|
||||
{
|
||||
foreach(var prog in jprograms)
|
||||
foreach (var prog in jprograms)
|
||||
{
|
||||
string ProgProg = ((Newtonsoft.Json.Linq.JProperty)prog).Name;
|
||||
System.Threading.Thread thread = new (new System.Threading.ThreadStart(() => RunProcess(ProgProg)));
|
||||
System.Threading.Thread thread = new(new System.Threading.ThreadStart(() => RunProcess(ProgProg)));
|
||||
thread.Start();
|
||||
}
|
||||
}
|
||||
|
@@ -15,6 +15,9 @@
|
||||
],
|
||||
"Ditto": [
|
||||
"C:\\Program Files\\Ditto\\Ditto.exe"
|
||||
]
|
||||
|
||||
],
|
||||
"PowerToys":[
|
||||
"C:\\Program Files\\PowerToys\\PowerToys.exe"
|
||||
]
|
||||
|
||||
}
|
@@ -1,4 +1,3 @@
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
using System.Diagnostics;
|
||||
namespace Runas
|
||||
@@ -27,7 +26,7 @@ namespace Runas
|
||||
foreach (var prog in jprograms[programName])
|
||||
{
|
||||
if (System.IO.File.Exists(prog.Value))
|
||||
{
|
||||
{
|
||||
Process.Start(prog.Value);
|
||||
}
|
||||
}
|
||||
@@ -40,10 +39,10 @@ namespace Runas
|
||||
}
|
||||
static void Main(string[] args)
|
||||
{
|
||||
foreach(var prog in jprograms)
|
||||
foreach (var prog in jprograms)
|
||||
{
|
||||
string ProgProg = ((Newtonsoft.Json.Linq.JProperty)prog).Name;
|
||||
System.Threading.Thread thread = new (new System.Threading.ThreadStart(() => RunProcess(ProgProg)));
|
||||
System.Threading.Thread thread = new(new System.Threading.ThreadStart(() => RunProcess(ProgProg)));
|
||||
thread.Start();
|
||||
}
|
||||
}
|
||||
|
Binary file not shown.
Binary file not shown.
@@ -3,8 +3,8 @@ build_property.TargetFramework = net5.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.PublishSingleFile =
|
||||
build_property.IncludeAllContentForSelfExtract =
|
||||
build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = Runas
|
||||
build_property.ProjectDir = D:\Drive\טוויקים למחשב\סקריפטוש\C#\Runas\Runas\
|
||||
|
Binary file not shown.
Binary file not shown.
@@ -31,7 +31,6 @@ D:\Drive\טוויקים למחשב\סקריפטוש\C#\Runas\Runas\obj\Debug\net
|
||||
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Runas\Runas\obj\Debug\net5.0\Runas.AssemblyInfoInputs.cache
|
||||
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Runas\Runas\obj\Debug\net5.0\Runas.AssemblyInfo.cs
|
||||
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Runas\Runas\obj\Debug\net5.0\Runas.csproj.CoreCompileInputs.cache
|
||||
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Runas\Runas\obj\Debug\net5.0\Runas.csproj.CopyComplete
|
||||
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Runas\Runas\obj\Debug\net5.0\Runas.dll
|
||||
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Runas\Runas\obj\Debug\net5.0\ref\Runas.dll
|
||||
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Runas\Runas\obj\Debug\net5.0\Runas.pdb
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -59,12 +59,18 @@
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"downloadDependencies": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App.Host.win-x64",
|
||||
"version": "[5.0.8, 5.0.8]"
|
||||
}
|
||||
],
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.400\\RuntimeIdentifierGraph.json"
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.100-preview.7.21379.14\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -7,7 +7,7 @@
|
||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\סארט\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.11.0</NuGetToolVersion>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.0.0</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="C:\Users\סארט\.nuget\packages\" />
|
||||
|
@@ -106,12 +106,18 @@
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"downloadDependencies": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App.Host.win-x64",
|
||||
"version": "[5.0.8, 5.0.8]"
|
||||
}
|
||||
],
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.400\\RuntimeIdentifierGraph.json"
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.100-preview.7.21379.14\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -1,10 +1,11 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "2dRrkMNmSfdvCvxCOfVDdkKtwQO3AH6Ilcw5X9plBjliNzbW41cu6gcjTJG+hntXsnyvR6630agClPHTiIFthQ==",
|
||||
"dgSpecHash": "uiDN+89ZbD5HITYHuiHELFfRkjvKODMwGP/5s0rEL7RN0hGf+A5P8IjwxQinDxaJyRGggBSdDi5/2HZC2Kay0A==",
|
||||
"success": true,
|
||||
"projectFilePath": "D:\\Drive\\טוויקים למחשב\\סקריפטוש\\C#\\Runas\\Runas\\Runas.csproj",
|
||||
"expectedPackageFiles": [
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\newtonsoft.json\\13.0.1\\newtonsoft.json.13.0.1.nupkg.sha512"
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\newtonsoft.json\\13.0.1\\newtonsoft.json.13.0.1.nupkg.sha512",
|
||||
"C:\\Users\\סארט\\.nuget\\packages\\microsoft.netcore.app.host.win-x64\\5.0.8\\microsoft.netcore.app.host.win-x64.5.0.8.nupkg.sha512"
|
||||
],
|
||||
"logs": []
|
||||
}
|
Reference in New Issue
Block a user