Cosmos/Demos/zMachine/Frotz.Net/source/Desktop/WPFMachine/WPFMachine.csproj
2017-03-19 09:29:46 -05:00

215 lines
8.3 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>{8AB251CF-C190-4323-BF8B-18EB5EBC57F1}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>WPFMachine</RootNamespace>
<AssemblyName>WPFMachine</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<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' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Icon1.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="ColorPicker">
<HintPath>..\..\ColorPicker.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Xaml">
<RequiredTargetFramework>4.0</RequiredTargetFramework>
</Reference>
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
</ItemGroup>
<ItemGroup>
<ApplicationDefinition Include="App.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</ApplicationDefinition>
<Compile Include="AboutWindow.xaml.cs">
<DependentUpon>AboutWindow.xaml</DependentUpon>
</Compile>
<Compile Include="Absolute\AbsoluteScreen.xaml.cs">
<DependentUpon>AbsoluteScreen.xaml</DependentUpon>
</Compile>
<Compile Include="Absolute\FrotzImage.cs" />
<Compile Include="Absolute\ScaleImages.cs" />
<Compile Include="Absolute\ScrollbackArea.cs" />
<Compile Include="BlorbMetadata.xaml.cs">
<DependentUpon>BlorbMetadata.xaml</DependentUpon>
</Compile>
<Compile Include="Conversion.cs" />
<Compile Include="FontInfo.cs" />
<Compile Include="FrozSound.cs" />
<Compile Include="GameSelectedEventArgs.cs" />
<Compile Include="OptionsScreen.xaml.cs">
<DependentUpon>OptionsScreen.xaml</DependentUpon>
</Compile>
<Compile Include="Options\ColorChooser.xaml.cs">
<DependentUpon>ColorChooser.xaml</DependentUpon>
</Compile>
<Compile Include="Options\FontDropDown.xaml.cs">
<DependentUpon>FontDropDown.xaml</DependentUpon>
</Compile>
<Compile Include="Options\GameDirectory.xaml.cs">
<DependentUpon>GameDirectory.xaml</DependentUpon>
</Compile>
<Compile Include="RTBSubclasses\ZParagraph.cs" />
<Compile Include="RTBSubclasses\ZRun.cs" />
<Compile Include="ScreenBase.cs" />
<Compile Include="Screen\Conversion.cs" />
<Compile Include="Screen\OverlayAdorner.cs" />
<Compile Include="Screen\TextControlScreen.xaml.cs">
<DependentUpon>TextControlScreen.xaml</DependentUpon>
</Compile>
<Compile Include="Screen\ZBlankContainer.cs" />
<Compile Include="Screen\ZParagraph.cs" />
<Compile Include="Screen\ZRun.cs" />
<Compile Include="Screen\ZTextControl.xaml.cs">
<DependentUpon>ZTextControl.xaml</DependentUpon>
</Compile>
<Compile Include="Support\ColorType.cs" />
<Compile Include="Support\ZColorCheck.cs" />
<Compile Include="Support\ZInfoTXD.xaml.cs">
<DependentUpon>ZInfoTXD.xaml</DependentUpon>
</Compile>
<Compile Include="Support\ZMachineException.cs" />
<Compile Include="Support\ZStringBuilder.cs" />
<Compile Include="ZMachineScreen.cs" />
<Page Include="AboutWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Absolute\AbsoluteScreen.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="BlorbMetadata.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="MainWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Compile Include="App.xaml.cs">
<DependentUpon>App.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Compile Include="MainWindow.xaml.cs">
<DependentUpon>MainWindow.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Page Include="OptionsScreen.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Options\ColorChooser.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Options\FontDropDown.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Options\GameDirectory.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Screen\TextControlScreen.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Screen\ZTextControl.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Support\ZInfoTXD.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<AppDesigner Include="Properties\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FrotzBase\FrotzNetDLL.csproj">
<Project>{A843C6B0-CFF3-4A69-87BC-C93608235E47}</Project>
<Name>FrotzNetDLL</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Resource Include="Icon1.ico" />
</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>