Skip to content

Commit

Permalink
Update RESTbot.csproj
Browse files Browse the repository at this point in the history
Some more experiments to see if it compiles with dotnet, but it refuses to find the references... switching back to VS to see what it does.
  • Loading branch information
GwynethLlewelyn committed Nov 26, 2021
1 parent c417ca1 commit 29b1716
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions RESTbot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<Title>RESTbot</Title>
<Summary>RESTBot is a C# webserver that uses RESTful transactions to interact with a bot in Second Life or OpenSimulator. It relies on LibreMetaverse.</Summary>
<Description>RESTBot is a C# webserver that uses RESTful transactions to interact with a bot in Second Life or OpenSimulator. It relies on LibreMetaverse.</Description>
<NuspecFile>$(AssemblyName).nuspec</NuspecFile>
</PropertyGroup>
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -72,18 +73,12 @@
<Compile Include="restbot-src\Server\Server.cs" />
</ItemGroup>
<ItemGroup>
<None Include="LICENSE.md">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<!-- <None Include="packages.config" /> -->
</ItemGroup>
<!--
<Target Name="Build" Inputs="@(Compile)" Outputs="$(OutputPath)$(AssemblyName).exe" />
-->
<ItemGroup>
<Reference Include="System.Configuration" />
<Reference Include="System.Web" />
<Reference Include="log4net" />
<Reference Include="System" />
<Reference Include="System.XML" />
<Reference Include="LibreMetaverse" />
<Reference Include="LibreMetaverse.Types" />
<Reference Include="LibreMetaverse.StructuredData" />
</ItemGroup>
<Target Name="Build" Inputs="@(Compile)" Outputs="$(OutputPath)$(AssemblyName).exe">
<MakeDir Directories="$(OutputPath)" Condition="!Exists('$(OutputPath)')" />
Expand Down

0 comments on commit 29b1716

Please sign in to comment.