This repository has been archived on 2025-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
ShiftOS_TheReturn/ShiftOS.Objects/ShiftOS.Objects.csproj

76 lines
3.3 KiB
XML
Raw Normal View History

2017-01-08 09:57:10 -05:00
<?xml version="1.0" encoding="utf-8"?>
2017-01-18 15:36:06 -05:00
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2017-01-08 09:57:10 -05:00
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{A069089A-8962-4607-B2B2-4CF4A371066E}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ShiftOS.Objects</RootNamespace>
<AssemblyName>ShiftOS.Objects</AssemblyName>
2017-01-18 15:36:06 -05:00
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
2017-01-08 09:57:10 -05:00
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
2017-02-13 09:05:25 -05:00
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
2017-02-12 21:13:54 -05:00
<Private>True</Private>
</Reference>
2017-01-08 09:57:10 -05:00
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
2017-05-27 12:11:36 -04:00
<Compile Include="ChatRoom.cs" />
<Compile Include="ClientSave.cs" />
<Compile Include="EngineShiftnetSubscription.cs" />
<Compile Include="Job.cs" />
<Compile Include="Legion.cs" />
2017-02-11 11:48:26 -05:00
<Compile Include="MudAttributes.cs" />
2017-01-08 09:57:10 -05:00
<Compile Include="Objects.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
2017-04-09 10:00:16 -04:00
<Compile Include="Reputation.cs" />
<Compile Include="Save.cs" />
2017-01-08 09:57:10 -05:00
<Compile Include="ShiftFS.cs" />
<Compile Include="Shop.cs" />
2017-05-21 08:31:48 -04:00
<Compile Include="UniteClient.cs" />
2017-04-07 12:54:07 -04:00
<Compile Include="Unite\Download.cs" />
<Compile Include="Unite\ReleaseQuery.cs" />
2017-05-08 11:31:20 -04:00
<Compile Include="UserConfig.cs" />
2017-01-08 09:57:10 -05:00
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>