mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-23 02:12:14 +00:00
224 lines
No EOL
9 KiB
XML
224 lines
No EOL
9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<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>{7C979B07-0585-4033-A110-E5555B9D6651}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>ShiftOS.Engine</RootNamespace>
|
|
<AssemblyName>ShiftOS.Engine</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<PublishUrl>publish\</PublishUrl>
|
|
<Install>true</Install>
|
|
<InstallFrom>Disk</InstallFrom>
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
<UpdateInterval>7</UpdateInterval>
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
<UpdateRequired>false</UpdateRequired>
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
</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>
|
|
<LangVersion>6</LangVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<LangVersion>6</LangVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<SignManifests>false</SignManifests>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Discoursistency.Base">
|
|
<HintPath>..\Libraries\Discoursistency.Base.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Discoursistency.HTTP">
|
|
<HintPath>..\Libraries\Discoursistency.HTTP.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Discoursistency.Util">
|
|
<HintPath>..\Libraries\Discoursistency.Util.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NAudio, Version=1.8.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\NAudio.1.8.0\lib\net35\NAudio.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="NetSockets">
|
|
<HintPath>..\Libraries\NetSockets.dll</HintPath>
|
|
</Reference>
|
|
<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>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.IO.Compression" />
|
|
<Reference Include="System.IO.Compression.FileSystem" />
|
|
<Reference Include="System.Management" />
|
|
<Reference Include="System.Windows" />
|
|
<Reference Include="System.Windows.Controls.Ribbon" />
|
|
<Reference Include="System.Windows.Forms.DataVisualization" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Deployment" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="DynamicLua, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null">
|
|
<HintPath>..\packages\DynamicLua.1.1.2.0\lib\net40-Client\DynamicLua.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AppearanceManager.cs" />
|
|
<Compile Include="AppLauncherDaemon.cs" />
|
|
<Compile Include="AudioManager.cs" />
|
|
<Compile Include="Commands.cs" />
|
|
<Compile Include="Command.cs" />
|
|
<Compile Include="ConsoleEx.cs" />
|
|
<Compile Include="CrashHandler.cs" />
|
|
<Compile Include="CrashHandler.Designer.cs">
|
|
<DependentUpon>CrashHandler.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Desktop.cs" />
|
|
<Compile Include="FileSkimmerBackend.cs" />
|
|
<Compile Include="Infobox.cs" />
|
|
<Compile Include="IShiftOSWindow.cs" />
|
|
<Compile Include="KernelWatchdog.cs" />
|
|
<Compile Include="Localization.cs" />
|
|
<Compile Include="NotificationDaemon.cs" />
|
|
<Compile Include="OutOfBoxExperience.cs" />
|
|
<Compile Include="Paths.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SaveSystem.cs" />
|
|
<Compile Include="Scripting.cs" />
|
|
<Compile Include="ServerManager.cs" />
|
|
<Compile Include="Shiftorium.cs" />
|
|
<Compile Include="Skinning.cs" />
|
|
<Compile Include="Story.cs" />
|
|
<Compile Include="TerminalBackend.cs" />
|
|
<Compile Include="TerminalTextWriter.cs" />
|
|
<Compile Include="TutorialManager.cs" />
|
|
<Compile Include="VirusEngine.cs" />
|
|
<Compile Include="WinOpenAttribute.cs" />
|
|
<EmbeddedResource Include="Infobox.resx">
|
|
<DependentUpon>Infobox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<SubType>Designer</SubType>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<None Include="packages.config" />
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\ShiftOS.Objects\ShiftOS.Objects.csproj">
|
|
<Project>{A069089A-8962-4607-B2B2-4CF4A371066E}</Project>
|
|
<Name>ShiftOS.Objects</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\ShiftOS.Server\ShiftOS.Server.csproj">
|
|
<Project>{226C63B4-E60D-4949-B4E7-7A2DDBB96776}</Project>
|
|
<Name>ShiftOS.Server</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<COMReference Include="MediaPlayer">
|
|
<Guid>{22D6F304-B0F6-11D0-94AB-0080C74C7E95}</Guid>
|
|
<VersionMajor>1</VersionMajor>
|
|
<VersionMinor>0</VersionMinor>
|
|
<Lcid>0</Lcid>
|
|
<WrapperTool>tlbimp</WrapperTool>
|
|
<Isolated>False</Isolated>
|
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
|
</COMReference>
|
|
<COMReference Include="stdole">
|
|
<Guid>{00020430-0000-0000-C000-000000000046}</Guid>
|
|
<VersionMajor>2</VersionMajor>
|
|
<VersionMinor>0</VersionMinor>
|
|
<Lcid>0</Lcid>
|
|
<WrapperTool>primary</WrapperTool>
|
|
<Isolated>False</Isolated>
|
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
|
</COMReference>
|
|
<COMReference Include="WMPLib">
|
|
<Guid>{6BF52A50-394A-11D3-B153-00C04F79FAA6}</Guid>
|
|
<VersionMajor>1</VersionMajor>
|
|
<VersionMinor>0</VersionMinor>
|
|
<Lcid>0</Lcid>
|
|
<WrapperTool>tlbimp</WrapperTool>
|
|
<Isolated>False</Isolated>
|
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
|
</COMReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\hello.txt" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\languages.txt" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\Shiftorium.txt" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\Songs.txt" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\strings_de.txt" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\strings_en.txt" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\sys_shiftoriumstory.txt" />
|
|
</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> |