|
17 | 17 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
18 | 18 | <NuGetPackageImportStamp> |
19 | 19 | </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> |
20 | 35 | </PropertyGroup> |
21 | 36 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
22 | 37 | <PlatformTarget>x86</PlatformTarget> |
|
293 | 308 | </Reference> |
294 | 309 | </ItemGroup> |
295 | 310 | <ItemGroup> |
296 | | - <Compile Include="Program.cs" /> |
| 311 | + <Compile Include="RobotAPICaller.cs" /> |
297 | 312 | <Compile Include="Properties\AssemblyInfo.cs" /> |
298 | 313 | </ItemGroup> |
299 | 314 | <ItemGroup> |
|
305 | 320 | <Analyzer Include="..\packages\Microsoft.CodeAnalysis.Analyzers.3.0.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll" /> |
306 | 321 | <Analyzer Include="..\packages\Microsoft.CodeAnalysis.Analyzers.3.0.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll" /> |
307 | 322 | </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> |
308 | 335 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
309 | 336 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
310 | 337 | <PropertyGroup> |
|
0 commit comments