-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added speech for windows users partial #3 issue fixed
- Loading branch information
Showing
81 changed files
with
1,096 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using System; | ||
|
||
namespace PADScriptTestLibraryPlugin | ||
{ | ||
public class Class1 | ||
{ | ||
public int add(int a, int b) | ||
{ | ||
return a + b; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netcoreapp3.0</TargetFramework> | ||
</PropertyGroup> | ||
|
||
</Project> |
23 changes: 23 additions & 0 deletions
23
PADScriptTestLibraryPlugin/bin/Release/netcoreapp3.0/PADScriptTestLibraryPlugin.deps.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"runtimeTarget": { | ||
"name": ".NETCoreApp,Version=v3.0", | ||
"signature": "" | ||
}, | ||
"compilationOptions": {}, | ||
"targets": { | ||
".NETCoreApp,Version=v3.0": { | ||
"PADScriptTestLibraryPlugin/1.0.0": { | ||
"runtime": { | ||
"PADScriptTestLibraryPlugin.dll": {} | ||
} | ||
} | ||
} | ||
}, | ||
"libraries": { | ||
"PADScriptTestLibraryPlugin/1.0.0": { | ||
"type": "project", | ||
"serviceable": false, | ||
"sha512": "" | ||
} | ||
} | ||
} |
Binary file added
BIN
+4 KB
PADScriptTestLibraryPlugin/bin/Release/netcoreapp3.0/PADScriptTestLibraryPlugin.dll
Binary file not shown.
Binary file added
BIN
+440 Bytes
PADScriptTestLibraryPlugin/bin/Release/netcoreapp3.0/PADScriptTestLibraryPlugin.pdb
Binary file not shown.
23 changes: 23 additions & 0 deletions
23
...criptTestLibraryPlugin/obj/Debug/netcoreapp3.0/PADScriptTestLibraryPlugin.AssemblyInfo.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
//------------------------------------------------------------------------------ | ||
// <auto-generated> | ||
// This code was generated by a tool. | ||
// Runtime Version:4.0.30319.42000 | ||
// | ||
// Changes to this file may cause incorrect behavior and will be lost if | ||
// the code is regenerated. | ||
// </auto-generated> | ||
//------------------------------------------------------------------------------ | ||
|
||
using System; | ||
using System.Reflection; | ||
|
||
[assembly: System.Reflection.AssemblyCompanyAttribute("PADScriptTestLibraryPlugin")] | ||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] | ||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] | ||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] | ||
[assembly: System.Reflection.AssemblyProductAttribute("PADScriptTestLibraryPlugin")] | ||
[assembly: System.Reflection.AssemblyTitleAttribute("PADScriptTestLibraryPlugin")] | ||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] | ||
|
||
// Generated by the MSBuild WriteCodeFragment class. | ||
|
1 change: 1 addition & 0 deletions
1
...LibraryPlugin/obj/Debug/netcoreapp3.0/PADScriptTestLibraryPlugin.AssemblyInfoInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
7dc348d8cec89470671a770064562b51101a907b |
Binary file added
BIN
+192 Bytes
PADScriptTestLibraryPlugin/obj/Debug/netcoreapp3.0/PADScriptTestLibraryPlugin.assets.cache
Binary file not shown.
Binary file added
BIN
+102 KB
...ryPlugin/obj/Debug/netcoreapp3.0/PADScriptTestLibraryPlugin.csprojAssemblyReference.cache
Binary file not shown.
5 changes: 5 additions & 0 deletions
5
PADScriptTestLibraryPlugin/obj/PADScriptTestLibraryPlugin.csproj.nuget.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"version": 1, | ||
"dgSpecHash": "S4ACmCCtthxLAMCauze13wq5kWvldEveNF5ztBNueOw6Ov1HoJFMTCvmExq5GS9JOREW5oFRL62cGPXXD5l90Q==", | ||
"success": true | ||
} |
63 changes: 63 additions & 0 deletions
63
PADScriptTestLibraryPlugin/obj/PADScriptTestLibraryPlugin.csproj.nuget.dgspec.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
{ | ||
"format": 1, | ||
"restore": { | ||
"C:\\Users\\Sovr6\\Desktop\\PADScriptTestLibraryPlugin\\PADScriptTestLibraryPlugin.csproj": {} | ||
}, | ||
"projects": { | ||
"C:\\Users\\Sovr6\\Desktop\\PADScriptTestLibraryPlugin\\PADScriptTestLibraryPlugin.csproj": { | ||
"version": "1.0.0", | ||
"restore": { | ||
"projectUniqueName": "C:\\Users\\Sovr6\\Desktop\\PADScriptTestLibraryPlugin\\PADScriptTestLibraryPlugin.csproj", | ||
"projectName": "PADScriptTestLibraryPlugin", | ||
"projectPath": "C:\\Users\\Sovr6\\Desktop\\PADScriptTestLibraryPlugin\\PADScriptTestLibraryPlugin.csproj", | ||
"packagesPath": "C:\\Users\\Sovr6\\.nuget\\packages\\", | ||
"outputPath": "C:\\Users\\Sovr6\\Desktop\\PADScriptTestLibraryPlugin\\obj\\", | ||
"projectStyle": "PackageReference", | ||
"fallbackFolders": [ | ||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" | ||
], | ||
"configFilePaths": [ | ||
"C:\\Users\\Sovr6\\AppData\\Roaming\\NuGet\\NuGet.Config", | ||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | ||
], | ||
"originalTargetFrameworks": [ | ||
"netcoreapp3.0" | ||
], | ||
"sources": { | ||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, | ||
"https://api.nuget.org/v3/index.json": {} | ||
}, | ||
"frameworks": { | ||
"netcoreapp3.0": { | ||
"projectReferences": {} | ||
} | ||
}, | ||
"warningProperties": { | ||
"warnAsError": [ | ||
"NU1605" | ||
] | ||
} | ||
}, | ||
"frameworks": { | ||
"netcoreapp3.0": { | ||
"imports": [ | ||
"net461", | ||
"net462", | ||
"net47", | ||
"net471", | ||
"net472", | ||
"net48" | ||
], | ||
"assetTargetFallback": true, | ||
"warn": true, | ||
"frameworkReferences": { | ||
"Microsoft.NETCore.App": { | ||
"privateAssets": "all" | ||
} | ||
}, | ||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.0.101\\RuntimeIdentifierGraph.json" | ||
} | ||
} | ||
} | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
PADScriptTestLibraryPlugin/obj/PADScriptTestLibraryPlugin.csproj.nuget.g.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | ||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess> | ||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> | ||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> | ||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> | ||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Sovr6\.nuget\packages\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders> | ||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> | ||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.3.1</NuGetToolVersion> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> | ||
</PropertyGroup> | ||
</Project> |
6 changes: 6 additions & 0 deletions
6
PADScriptTestLibraryPlugin/obj/PADScriptTestLibraryPlugin.csproj.nuget.g.targets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> | ||
</PropertyGroup> | ||
</Project> |
23 changes: 23 additions & 0 deletions
23
...iptTestLibraryPlugin/obj/Release/netcoreapp3.0/PADScriptTestLibraryPlugin.AssemblyInfo.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
//------------------------------------------------------------------------------ | ||
// <auto-generated> | ||
// This code was generated by a tool. | ||
// Runtime Version:4.0.30319.42000 | ||
// | ||
// Changes to this file may cause incorrect behavior and will be lost if | ||
// the code is regenerated. | ||
// </auto-generated> | ||
//------------------------------------------------------------------------------ | ||
|
||
using System; | ||
using System.Reflection; | ||
|
||
[assembly: System.Reflection.AssemblyCompanyAttribute("PADScriptTestLibraryPlugin")] | ||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] | ||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] | ||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] | ||
[assembly: System.Reflection.AssemblyProductAttribute("PADScriptTestLibraryPlugin")] | ||
[assembly: System.Reflection.AssemblyTitleAttribute("PADScriptTestLibraryPlugin")] | ||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] | ||
|
||
// Generated by the MSBuild WriteCodeFragment class. | ||
|
1 change: 1 addition & 0 deletions
1
...braryPlugin/obj/Release/netcoreapp3.0/PADScriptTestLibraryPlugin.AssemblyInfoInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
286c15b751459cb54afc83aaea053b6848c8986b |
Binary file added
BIN
+192 Bytes
PADScriptTestLibraryPlugin/obj/Release/netcoreapp3.0/PADScriptTestLibraryPlugin.assets.cache
Binary file not shown.
8 changes: 8 additions & 0 deletions
8
...ryPlugin/obj/Release/netcoreapp3.0/PADScriptTestLibraryPlugin.csproj.FileListAbsolute.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
C:\Users\Sovr6\Desktop\PADScriptTestLibraryPlugin\bin\Release\netcoreapp3.0\PADScriptTestLibraryPlugin.deps.json | ||
C:\Users\Sovr6\Desktop\PADScriptTestLibraryPlugin\bin\Release\netcoreapp3.0\PADScriptTestLibraryPlugin.dll | ||
C:\Users\Sovr6\Desktop\PADScriptTestLibraryPlugin\bin\Release\netcoreapp3.0\PADScriptTestLibraryPlugin.pdb | ||
C:\Users\Sovr6\Desktop\PADScriptTestLibraryPlugin\obj\Release\netcoreapp3.0\PADScriptTestLibraryPlugin.csprojAssemblyReference.cache | ||
C:\Users\Sovr6\Desktop\PADScriptTestLibraryPlugin\obj\Release\netcoreapp3.0\PADScriptTestLibraryPlugin.AssemblyInfoInputs.cache | ||
C:\Users\Sovr6\Desktop\PADScriptTestLibraryPlugin\obj\Release\netcoreapp3.0\PADScriptTestLibraryPlugin.AssemblyInfo.cs | ||
C:\Users\Sovr6\Desktop\PADScriptTestLibraryPlugin\obj\Release\netcoreapp3.0\PADScriptTestLibraryPlugin.dll | ||
C:\Users\Sovr6\Desktop\PADScriptTestLibraryPlugin\obj\Release\netcoreapp3.0\PADScriptTestLibraryPlugin.pdb |
Binary file added
BIN
+424 Bytes
...Plugin/obj/Release/netcoreapp3.0/PADScriptTestLibraryPlugin.csprojAssemblyReference.cache
Binary file not shown.
Binary file added
BIN
+4 KB
PADScriptTestLibraryPlugin/obj/Release/netcoreapp3.0/PADScriptTestLibraryPlugin.dll
Binary file not shown.
Binary file added
BIN
+440 Bytes
PADScriptTestLibraryPlugin/obj/Release/netcoreapp3.0/PADScriptTestLibraryPlugin.pdb
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
{ | ||
"version": 3, | ||
"targets": { | ||
".NETCoreApp,Version=v3.0": {} | ||
}, | ||
"libraries": {}, | ||
"projectFileDependencyGroups": { | ||
".NETCoreApp,Version=v3.0": [] | ||
}, | ||
"packageFolders": { | ||
"C:\\Users\\Sovr6\\.nuget\\packages\\": {}, | ||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {} | ||
}, | ||
"project": { | ||
"version": "1.0.0", | ||
"restore": { | ||
"projectUniqueName": "C:\\Users\\Sovr6\\Desktop\\PADScriptTestLibraryPlugin\\PADScriptTestLibraryPlugin.csproj", | ||
"projectName": "PADScriptTestLibraryPlugin", | ||
"projectPath": "C:\\Users\\Sovr6\\Desktop\\PADScriptTestLibraryPlugin\\PADScriptTestLibraryPlugin.csproj", | ||
"packagesPath": "C:\\Users\\Sovr6\\.nuget\\packages\\", | ||
"outputPath": "C:\\Users\\Sovr6\\Desktop\\PADScriptTestLibraryPlugin\\obj\\", | ||
"projectStyle": "PackageReference", | ||
"fallbackFolders": [ | ||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" | ||
], | ||
"configFilePaths": [ | ||
"C:\\Users\\Sovr6\\AppData\\Roaming\\NuGet\\NuGet.Config", | ||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | ||
], | ||
"originalTargetFrameworks": [ | ||
"netcoreapp3.0" | ||
], | ||
"sources": { | ||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, | ||
"https://api.nuget.org/v3/index.json": {} | ||
}, | ||
"frameworks": { | ||
"netcoreapp3.0": { | ||
"projectReferences": {} | ||
} | ||
}, | ||
"warningProperties": { | ||
"warnAsError": [ | ||
"NU1605" | ||
] | ||
} | ||
}, | ||
"frameworks": { | ||
"netcoreapp3.0": { | ||
"imports": [ | ||
"net461", | ||
"net462", | ||
"net47", | ||
"net471", | ||
"net472", | ||
"net48" | ||
], | ||
"assetTargetFallback": true, | ||
"warn": true, | ||
"frameworkReferences": { | ||
"Microsoft.NETCore.App": { | ||
"privateAssets": "all" | ||
} | ||
}, | ||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.0.101\\RuntimeIdentifierGraph.json" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<_LastSelectedProfileId>C:\Users\Sovr6\Desktop\PADscript\Properties\PublishProfiles\FolderProfile.pubxml</_LastSelectedProfileId> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 16 | ||
VisualStudioVersion = 16.0.29519.87 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PADscript", "PADscript.csproj", "{547CBA34-3030-42D9-B4D8-F850F17A8CE2}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PADScriptTestLibraryPlugin", "..\PADScriptTestLibraryPlugin\PADScriptTestLibraryPlugin.csproj", "{7B4903DE-833A-4E23-B6BC-0911C093F0DB}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{547CBA34-3030-42D9-B4D8-F850F17A8CE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{547CBA34-3030-42D9-B4D8-F850F17A8CE2}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{547CBA34-3030-42D9-B4D8-F850F17A8CE2}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{547CBA34-3030-42D9-B4D8-F850F17A8CE2}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{7B4903DE-833A-4E23-B6BC-0911C093F0DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{7B4903DE-833A-4E23-B6BC-0911C093F0DB}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{7B4903DE-833A-4E23-B6BC-0911C093F0DB}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{7B4903DE-833A-4E23-B6BC-0911C093F0DB}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {243FB54E-3304-4813-B5B7-1C0F1F0EA897} | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
https://go.microsoft.com/fwlink/?LinkID=208121. | ||
--> | ||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<PublishProtocol>FileSystem</PublishProtocol> | ||
<Configuration>Release</Configuration> | ||
<Platform>Any CPU</Platform> | ||
<TargetFramework>netcoreapp3.0</TargetFramework> | ||
<PublishDir>bin\Release\netcoreapp3.0\publish\</PublishDir> | ||
</PropertyGroup> | ||
</Project> |
Oops, something went wrong.