Skip to content

Commit 093e976

Browse files
committed
Tweaked a bit of code.
1 parent 57d2e6f commit 093e976

27 files changed

+792
-34
lines changed
Binary file not shown.

.vs/UiPath.CodeBase/FileContentIndex/cb7efd18-7186-42b1-b18f-7d7fe10cdf6c.vsidx renamed to .vs/UiPath.CodeBase/FileContentIndex/722b2237-f241-4e16-9044-22658f211771.vsidx

29.8 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

.vs/UiPath.CodeBase/v17/.suo

3 KB
Binary file not shown.

UiPath.Core.CodeActivities/Program.cs

Lines changed: 0 additions & 24 deletions
This file was deleted.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
using Inscriber;
2+
using UiPath.Core.Activities;
3+
4+
namespace UiPath.Core.CodeActivities
5+
{
6+
internal class RobotAPICaller
7+
{
8+
private static void Main(string[] args)
9+
{
10+
11+
12+
}
13+
}
14+
}

UiPath.Core.CodeActivities/UiPath.CodeBase.csproj

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,21 @@
1717
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1818
<NuGetPackageImportStamp>
1919
</NuGetPackageImportStamp>
20+
<PublishUrl>publish\</PublishUrl>
21+
<Install>true</Install>
22+
<InstallFrom>Disk</InstallFrom>
23+
<UpdateEnabled>false</UpdateEnabled>
24+
<UpdateMode>Foreground</UpdateMode>
25+
<UpdateInterval>7</UpdateInterval>
26+
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
27+
<UpdatePeriodically>false</UpdatePeriodically>
28+
<UpdateRequired>false</UpdateRequired>
29+
<MapFileExtensions>true</MapFileExtensions>
30+
<ApplicationRevision>0</ApplicationRevision>
31+
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
32+
<IsWebBootstrapper>false</IsWebBootstrapper>
33+
<UseApplicationTrust>false</UseApplicationTrust>
34+
<BootstrapperEnabled>true</BootstrapperEnabled>
2035
</PropertyGroup>
2136
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
2237
<PlatformTarget>x86</PlatformTarget>
@@ -293,7 +308,7 @@
293308
</Reference>
294309
</ItemGroup>
295310
<ItemGroup>
296-
<Compile Include="Program.cs" />
311+
<Compile Include="RobotAPICaller.cs" />
297312
<Compile Include="Properties\AssemblyInfo.cs" />
298313
</ItemGroup>
299314
<ItemGroup>
@@ -305,6 +320,18 @@
305320
<Analyzer Include="..\packages\Microsoft.CodeAnalysis.Analyzers.3.0.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll" />
306321
<Analyzer Include="..\packages\Microsoft.CodeAnalysis.Analyzers.3.0.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll" />
307322
</ItemGroup>
323+
<ItemGroup>
324+
<BootstrapperPackage Include=".NETFramework,Version=v4.8">
325+
<Visible>False</Visible>
326+
<ProductName>Microsoft .NET Framework 4.8 %28x86 and x64%29</ProductName>
327+
<Install>true</Install>
328+
</BootstrapperPackage>
329+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
330+
<Visible>False</Visible>
331+
<ProductName>.NET Framework 3.5 SP1</ProductName>
332+
<Install>false</Install>
333+
</BootstrapperPackage>
334+
</ItemGroup>
308335
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
309336
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
310337
<PropertyGroup>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<PublishUrlHistory>publish\</PublishUrlHistory>
5+
<InstallUrlHistory />
6+
<SupportUrlHistory />
7+
<UpdateUrlHistory />
8+
<BootstrapperUrlHistory />
9+
<ErrorReportUrlHistory />
10+
<FallbackCulture>en-US</FallbackCulture>
11+
<VerifyUploadedFiles>false</VerifyUploadedFiles>
12+
</PropertyGroup>
13+
</Project>

0 commit comments

Comments
 (0)