You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SCJMapper-V2/SCJMapper-V2.csproj

528 lines
24 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{B5F8B339-E02E-4F6D-BF62-D776F165910F}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SCJMapper_V2</RootNamespace>
<AssemblyName>SCJMapper</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<IsWebBootstrapper>false</IsWebBootstrapper>
<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>85</ApplicationRevision>
<ApplicationVersion>2.50.0.85</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Cassini_Logo_Icon.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<StartupObject>SCJMapper_V2.Program</StartupObject>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>AApp\app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="log4net, Version=2.0.12.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>packages\log4net.2.0.12\lib\net45\log4net.dll</HintPath>
</Reference>
<Reference Include="OpenTK">
<HintPath>packages\OpenTK.1.1.1589.5942\lib\NET40\OpenTK.dll</HintPath>
</Reference>
<Reference Include="OpenTK.GLControl, Version=1.1.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>packages\OpenTK.GLControl.1.1.1589.5942\lib\NET40\OpenTK.GLControl.dll</HintPath>
</Reference>
<Reference Include="SharpDX, Version=2.6.2.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>packages\SharpDX.2.6.3\Bin\DirectX11-Signed-net40\SharpDX.dll</HintPath>
</Reference>
<Reference Include="SharpDX.DirectInput, Version=2.6.2.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>packages\SharpDX.2.6.3\Bin\DirectX11-Signed-net40\SharpDX.DirectInput.dll</HintPath>
</Reference>
<Reference Include="SharpDX.XInput">
<HintPath>packages\SharpDX.2.6.3\Bin\DirectX11-Signed-net40\SharpDX.XInput.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>packages\System.Buffers.4.5.1\lib\netstandard1.1\System.Buffers.dll</HintPath>
</Reference>
<Reference Include="System.configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>packages\System.Memory.4.5.4\lib\netstandard1.1\System.Memory.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Web" />
<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.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="ZstdNet, Version=1.4.5.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\ZstdNet.1.4.5\lib\net45\ZstdNet.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="AApp\AboutBox1.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="AApp\AboutBox1.Designer.cs">
<DependentUpon>AboutBox1.cs</DependentUpon>
</Compile>
<Compile Include="Actions\ActionCommandCls.cs" />
<Compile Include="Actions\Act.cs" />
<Compile Include="Actions\ActionTreeEventArgs.cs" />
<Compile Include="Actions\ActionTreeInputNode.cs" />
<Compile Include="Actions\ActionTreeNode.cs" />
<Compile Include="AApp\appConfiguration.cs" />
<Compile Include="AApp\AppSettings.cs" />
<Compile Include="Actions\Json\JAction.cs" />
<Compile Include="Actions\Json\JActionmap.cs" />
<Compile Include="Actions\Json\JCommand.cs" />
<Compile Include="Actions\Json\JExport.cs" />
<Compile Include="Common\CloneableItems.cs" />
<Compile Include="Common\Commons.cs" />
<Compile Include="Common\WinApi.cs" />
<Compile Include="Common\WinApi_InputConst.cs" />
<Compile Include="Devices\DeviceCls.cs" />
<Compile Include="Devices\Monitor\DeviceMonitoring.cs" />
<Compile Include="Devices\DeviceInst.cs" />
<Compile Include="Devices\DeviceList.cs" />
<Compile Include="Devices\Monitor\DxDeviceEventArgs.cs" />
<Compile Include="Devices\Monitor\FormDeviceMonitor.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Devices\Monitor\FormDeviceMonitor.Designer.cs">
<DependentUpon>FormDeviceMonitor.cs</DependentUpon>
</Compile>
<Compile Include="Devices\Options\FormOptions.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Devices\Options\FormOptions.Designer.cs">
<DependentUpon>FormOptions.cs</DependentUpon>
</Compile>
<Compile Include="Devices\Options\Tuningoptions.cs" />
<Compile Include="Layout\ActionGroups.cs" />
<Compile Include="Layout\ActionItem.cs" />
<Compile Include="Layout\ActionItemList.cs" />
<Compile Include="Layout\DbgActionItemList.cs" />
<Compile Include="Layout\LayoutGroups.cs" />
<Compile Include="Layout\LayoutGroupsJson.cs" />
<Compile Include="Layout\MapProps.cs" />
<Compile Include="Layout\ControllerJson.cs" />
<Compile Include="Layout\DeviceFile.cs" />
<Compile Include="Layout\DeviceLayout.cs" />
<Compile Include="Layout\DisplayList.cs" />
<Compile Include="Layout\DrawPanel.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Layout\FormLayout.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Layout\FormLayout.Designer.cs">
<DependentUpon>FormLayout.cs</DependentUpon>
</Compile>
<Compile Include="Layout\IShape.cs" />
<Compile Include="Layout\Layouts.cs" />
<Compile Include="Layout\ShapeItem.cs" />
<Compile Include="Layout\ShapeItemList.cs" />
<Compile Include="Layout\ShapeKey.cs" />
<Compile Include="RTF\RTFformatter.cs" />
<Compile Include="SCJServer\JoystickCodes.cs" />
<Compile Include="SCJServer\KbdCodes.cs" />
<Compile Include="SCJServer\SCJScmd.cs" />
<Compile Include="SC\Modifiers.cs" />
<Compile Include="SC\p4kFile\p4kDirectory.cs" />
<Compile Include="SC\p4kFile\p4kDirectoryEntry.cs" />
<Compile Include="SC\p4kFile\p4kEndOfCentralDirRecord.cs" />
<Compile Include="SC\p4kFile\p4kFile.cs" />
<Compile Include="SC\p4kFile\p4kFileHeader.cs" />
<Compile Include="SC\p4kFile\p4kFileTStamp.cs" />
<Compile Include="SC\p4kFile\p4kRecReader.cs" />
<Compile Include="SC\p4kFile\p4kSignatures.cs" />
<Compile Include="SC\p4kFile\p4kZ64EndOfCentralDirLocator.cs" />
<Compile Include="SC\p4kFile\p4kZ64EndOfCentralDirRecord.cs" />
<Compile Include="SC\SCActionMapList.cs" />
<Compile Include="SC\SCFile.cs" />
<Compile Include="SC\SCFiles.cs" />
<Compile Include="SC\SCGameMaps.cs" />
<Compile Include="SC\SCLocale.cs" />
<Compile Include="SC\SCUiText.cs" />
<Compile Include="Translation\Strings.de.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Strings.de.resx</DependentUpon>
</Compile>
<Compile Include="Translation\Strings.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Strings.resx</DependentUpon>
</Compile>
<Compile Include="Table\DS_ActionMap.cs" />
<Compile Include="Table\DS_ActionMaps.cs">
<DependentUpon>DS_ActionMaps.xsd</DependentUpon>
</Compile>
<Compile Include="Table\DS_ActionMaps.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>DS_ActionMaps.xsd</DependentUpon>
</Compile>
<Compile Include="Table\FormTabEvents.cs" />
<Compile Include="Table\FormTable.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Table\FormTable.Designer.cs">
<DependentUpon>FormTable.cs</DependentUpon>
</Compile>
<Compile Include="Devices\Options\DeviceOptionParameter.cs" />
<Compile Include="Devices\Gamepad\GamepadCls.cs" />
<Compile Include="Devices\Joystick\JsReassingList.cs" />
<Compile Include="Devices\Keyboard\KeyboardCls.cs" />
<Compile Include="Devices\Joystick\Modifiers.cs" />
<Compile Include="Devices\Mouse\MouseCls.cs" />
<Compile Include="Common\MySounds.cs" />
<Compile Include="OGL\BezierSeries.cs" />
<Compile Include="OGL\CalcBezierCurve.cs" />
<Compile Include="Devices\Options\DeviceTuningParameter.cs" />
<Compile Include="OGL\CubicSpline.cs" />
<Compile Include="OGL\LoaderStatics.cs" />
<Compile Include="OGL\FormJSCalCurve.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="OGL\FormJSCalCurve.Designer.cs">
<DependentUpon>FormJSCalCurve.cs</DependentUpon>
</Compile>
<Compile Include="Devices\Options\Deviceoptions.cs" />
<Compile Include="AApp\FormMain.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="AApp\FormMain.Designer.cs">
<DependentUpon>FormMain.cs</DependentUpon>
</Compile>
<Compile Include="Devices\Joystick\FormReassign.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Devices\Joystick\FormReassign.Designer.cs">
<DependentUpon>FormReassign.cs</DependentUpon>
</Compile>
<Compile Include="AApp\FormSettings.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="AApp\FormSettings.Designer.cs">
<DependentUpon>FormSettings.cs</DependentUpon>
</Compile>
<Compile Include="Devices\Joystick\JoystickList.cs" />
<Compile Include="Actions\ActionCls.cs" />
<Compile Include="Actions\ActionMapCls.cs" />
<Compile Include="Actions\ActionMapsCls.cs" />
<Compile Include="Actions\ActionTree.cs" />
<Compile Include="SC\ActivationModes.cs" />
<Compile Include="SC\CryXMLlib\Conversions.cs" />
<Compile Include="SC\CryXMLlib\CryIXml.cs" />
<Compile Include="SC\CryXMLlib\CryXmlBinContext.cs" />
<Compile Include="SC\CryXMLlib\CryXmlBinHeader.cs" />
<Compile Include="SC\CryXMLlib\CryXmlBinNode.cs" />
<Compile Include="SC\CryXMLlib\CryXmlBinReader.cs" />
<Compile Include="SC\CryXMLlib\CryXmlNodeRef.cs" />
<Compile Include="SC\CryXMLlib\XmlTree.cs" />
<Compile Include="SC\DProfileReader.cs" />
<Compile Include="Devices\Joystick\JoystickCls.cs" />
<Compile Include="Common\MyColors.cs" />
<Compile Include="Devices\Joystick\UC_JoyPanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Devices\Joystick\UC_JoyPanel.Designer.cs">
<DependentUpon>UC_JoyPanel.cs</DependentUpon>
</Compile>
<Compile Include="Devices\Options\OptionTree.cs" />
<Compile Include="OGL\LoaderDDS.cs" />
<Compile Include="AApp\Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="OGL\RK4Integrator.cs" />
<Compile Include="SC\SCLogExtract.cs" />
<Compile Include="SC\SCDefaultProfile.cs" />
<Compile Include="SC\SCMappings.cs" />
<Compile Include="SC\SCPath.cs" />
<Compile Include="AApp\TheUser.cs" />
<Compile Include="Devices\UICustHeader.cs" />
<Compile Include="OGL\TriDiagonalMatrix.cs" />
<Compile Include="Devices\Joystick\xyPoints.cs" />
<Compile Include="Devices\Gamepad\UC_GpadPanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Devices\Gamepad\UC_GpadPanel.Designer.cs">
<DependentUpon>UC_GpadPanel.cs</DependentUpon>
</Compile>
<Compile Include="Translation\Strings.fr.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Strings.fr.resx</DependentUpon>
</Compile>
<Compile Include="Translation\Tx.cs" />
<EmbeddedResource Include="AApp\AboutBox1.resx">
<DependentUpon>AboutBox1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Devices\Monitor\FormDeviceMonitor.resx">
<DependentUpon>FormDeviceMonitor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="AApp\FormMain.resx">
<DependentUpon>FormMain.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Devices\Options\FormOptions.resx">
<DependentUpon>FormOptions.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Layout\FormLayout.resx">
<DependentUpon>FormLayout.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Translation\Strings.de.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>Strings.de.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Translation\Strings.fr.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>Strings.fr.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Translation\Strings.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>Strings.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Table\FormTable.resx">
<DependentUpon>FormTable.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="OGL\FormJSCalCurve.resx">
<DependentUpon>FormJSCalCurve.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Devices\Joystick\FormReassign.resx">
<DependentUpon>FormReassign.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="AApp\FormSettings.resx">
<DependentUpon>FormSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Devices\Joystick\UC_JoyPanel.resx">
<DependentUpon>UC_JoyPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<EmbeddedResource Include="Devices\Gamepad\UC_GpadPanel.resx">
<DependentUpon>UC_GpadPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="AApp\app.manifest">
<SubType>Designer</SubType>
</EmbeddedResource>
<None Include="app.config" />
<None Include="Docx\SCJMapper_QGuide V2.35beta.pdf" />
<None Include="Docx\SCJMapper_QGuide V2.x.pub" />
<None Include="graphics\SB_LA_Helipad.dds">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="graphics\SB_OutThere3.dds">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="graphics\SB_Sunset.dds">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="LICENSE" />
<None Include="Table\DS_ActionMaps.xsc">
<DependentUpon>DS_ActionMaps.xsd</DependentUpon>
</None>
<None Include="Table\DS_ActionMaps.xsd">
<SubType>Designer</SubType>
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>DS_ActionMaps.Designer.cs</LastGenOutput>
</None>
<None Include="Table\DS_ActionMaps.xss">
<DependentUpon>DS_ActionMaps.xsd</DependentUpon>
</None>
<None Include="graphics\SB_BigSight.dds">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="graphics\SB_Canyon.dds">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="graphics\SB_Highway.dds">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="graphics\SB_OutThere1.dds">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="graphics\SB_Shiodome.dds">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="graphics\Skybox.dds">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="log4net.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<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>
<Content Include="AC_Examples.txt" />
<Content Include="Cassini_Logo_Icon.ico" />
<Content Include="SC\defaultProfile.xml" />
<None Include="graphics\Folder.png" />
<None Include="graphics\Home.png" />
<None Include="graphics\Info.png" />
<None Include="graphics\Monitor.png" />
<None Include="graphics\Settings.png" />
<None Include="graphics\Load.png" />
<None Include="graphics\RArrow.png" />
<None Include="graphics\LArrow.png" />
<None Include="graphics\RSI.png" />
<None Include="graphics\NPad.png" />
<None Include="graphics\page_notdefined.png" />
<None Include="graphics\YPR.png" />
<None Include="graphics\300i.jpg" />
<None Include="graphics\aurora.jpg" />
<Content Include="graphics\Cassini_Logo2_s.jpg" />
<Content Include="graphics\Cassini_Logo_Icon.ico" />
<None Include="graphics\hornet.jpg" />
<Content Include="graphics\invalid.png" />
<Content Include="graphics\Joystick.ico" />
<Content Include="graphics\keyboard_key.ico" />
<Content Include="graphics\map.png" />
<None Include="graphics\Notes.png" />
<Content Include="graphics\PS3.ico" />
<Content Include="graphics\Readme.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="graphics\SB_SC_Area18.dds" />
<Content Include="graphics\SB_SC_BrokenMoon.dds" />
<Content Include="graphics\SB_SC_Demien.dds" />
<Content Include="graphics\SB_SC_DyingStar.dds" />
<Content Include="graphics\selected.png" />
<Content Include="graphics\XBOX.ico" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.0">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="packages\SharpDX.2.6.3\build\SharpDX.targets" Condition="Exists('packages\SharpDX.2.6.3\build\SharpDX.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('packages\SharpDX.2.6.3\build\SharpDX.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\SharpDX.2.6.3\build\SharpDX.targets'))" />
<Error Condition="!Exists('packages\ZstdNet.1.4.5\build\ZstdNet.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\ZstdNet.1.4.5\build\ZstdNet.targets'))" />
</Target>
<Import Project="packages\ZstdNet.1.4.5\build\ZstdNet.targets" Condition="Exists('packages\ZstdNet.1.4.5\build\ZstdNet.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>