mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 14:02:19 +00:00
108 lines
4.8 KiB
XML
108 lines
4.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{A843C6B0-CFF3-4A69-87BC-C93608235E47}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>FrotzNetDLL</RootNamespace>
|
|
<AssemblyName>FrotzNetDLL</AssemblyName>
|
|
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Drawing" />
|
|
<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.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Frotz\Other\ArrayCopy.cs" />
|
|
<Compile Include="Frotz\Other\BlorbFiles.cs" />
|
|
<Compile Include="Frotz\Constants\General.cs" />
|
|
<Compile Include="Frotz\Constants\ZMachine.cs" />
|
|
<Compile Include="Frotz\Constants\ErrorCodes.cs" />
|
|
<Compile Include="Frotz\Generic\buffer.cs" />
|
|
<Compile Include="Frotz\Generic\err.cs" />
|
|
<Compile Include="Frotz\Generic\fastmem.cs" />
|
|
<Compile Include="Frotz\Generic\files.cs" />
|
|
<Compile Include="Frotz\Generic\getopt.cs" />
|
|
<Compile Include="Frotz\Generic\hotkey.cs" />
|
|
<Compile Include="Frotz\Generic\input.cs" />
|
|
<Compile Include="Frotz\Generic\main.cs" />
|
|
<Compile Include="Frotz\Generic\math.cs" />
|
|
<Compile Include="Frotz\Generic\object.cs" />
|
|
<Compile Include="Frotz\Generic\process.cs" />
|
|
<Compile Include="Frotz\Generic\quetzal.cs" />
|
|
<Compile Include="Frotz\Generic\random.cs" />
|
|
<Compile Include="Frotz\Generic\redirect.cs" />
|
|
<Compile Include="Frotz\Generic\screen.cs" />
|
|
<Compile Include="Frotz\Generic\sound.cs" />
|
|
<Compile Include="Frotz\Generic\stream.cs" />
|
|
<Compile Include="Frotz\Generic\table.cs" />
|
|
<Compile Include="Frotz\Generic\text.cs" />
|
|
<Compile Include="Frotz\Generic\variable.cs" />
|
|
<Compile Include="Frotz\Global.cs" />
|
|
<Compile Include="Frotz\Other\CRC.cs" />
|
|
<Compile Include="Frotz\Other\GraphicsFont.cs" />
|
|
<Compile Include="Frotz\Other\PNG.cs" />
|
|
<Compile Include="Frotz\Other\TrueColorStuff.cs" />
|
|
<Compile Include="Frotz\Other\ZMath.cs" />
|
|
<Compile Include="Frotz\Other\ZMetaData.cs" />
|
|
<Compile Include="Frotz\Other\ZWindow.cs" />
|
|
<Compile Include="Frotz\Story.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="os_WPF.cs" />
|
|
<Compile Include="Screen\CharDisplayInfo.cs" />
|
|
<Compile Include="Screen\CharInfo.cs" />
|
|
<Compile Include="Screen\IZScreen.cs" />
|
|
<Compile Include="Screen\LineInfo.cs" />
|
|
<Compile Include="Screen\ScreenLines.cs" />
|
|
<Compile Include="Screen\ScreenStuff.cs" />
|
|
<Compile Include="TestStuff\DebugState.cs" />
|
|
<Compile Include="ZTools\infinfo.cs" />
|
|
<Compile Include="ZTools\infodump.cs" />
|
|
<Compile Include="ZTools\showdict.cs" />
|
|
<Compile Include="ZTools\showhead.cs" />
|
|
<Compile Include="ZTools\showobj.cs" />
|
|
<Compile Include="ZTools\showverb.cs" />
|
|
<Compile Include="ZTools\symbols.cs" />
|
|
<Compile Include="ZTools\txd.cs" />
|
|
<Compile Include="ZTools\txio.cs" />
|
|
<Compile Include="ZTools\tx_h.cs" />
|
|
</ItemGroup>
|
|
<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>
|