mirror of
https://github.com/libretro/Mesen.git
synced 2024-12-16 05:48:05 +00:00
433 lines
18 KiB
XML
433 lines
18 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.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>{08D83A7E-52A9-451E-A53A-1A7946F8BB77}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Mesen.GUI</RootNamespace>
|
|
<AssemblyName>Mesen</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>Icon.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>..\bin\x64\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<OutputPath>..\bin\x64\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>..\bin\x86\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
<OutputPath>..\bin\x86\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.IO.Compression" />
|
|
<Reference Include="System.IO.Compression.FileSystem" />
|
|
<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" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Config\PreferenceInfo.cs" />
|
|
<Compile Include="Config\VideoInfo.cs" />
|
|
<Compile Include="Config\CheatInfo.cs" />
|
|
<Compile Include="Config\ControllerInfo.cs" />
|
|
<Compile Include="Config\ClientConnection.cs" />
|
|
<Compile Include="Config\Configuration.cs" />
|
|
<Compile Include="Config\ImageExtensions.cs" />
|
|
<Compile Include="Config\AudioInfo.cs" />
|
|
<Compile Include="Config\PlayerProfile.cs" />
|
|
<Compile Include="Config\ConfigManager.cs" />
|
|
<Compile Include="Config\ServerInfo.cs" />
|
|
<Compile Include="Controls\ctrlTrackbar.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\ctrlTrackbar.Designer.cs">
|
|
<DependentUpon>ctrlTrackbar.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\DXViewer.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\DXViewer.Designer.cs">
|
|
<DependentUpon>DXViewer.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\MyListView.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Debugger\Breakpoint.cs" />
|
|
<Compile Include="Debugger\Controls\BaseScrollableTextboxUserControl.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Debugger\Controls\ctrlBreakpoints.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Debugger\Controls\ctrlBreakpoints.Designer.cs">
|
|
<DependentUpon>ctrlBreakpoints.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Debugger\Controls\ctrlCallstack.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Debugger\Controls\ctrlCallstack.Designer.cs">
|
|
<DependentUpon>ctrlCallstack.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Debugger\Controls\ctrlPaletteViewer.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Debugger\Controls\ctrlPaletteViewer.Designer.cs">
|
|
<DependentUpon>ctrlPaletteViewer.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Debugger\Controls\ctrlSpriteViewer.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Debugger\Controls\ctrlSpriteViewer.Designer.cs">
|
|
<DependentUpon>ctrlSpriteViewer.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Debugger\Controls\ctrlChrViewer.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Debugger\Controls\ctrlChrViewer.Designer.cs">
|
|
<DependentUpon>ctrlChrViewer.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Debugger\Controls\ctrlConsoleStatus.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Debugger\Controls\ctrlConsoleStatus.Designer.cs">
|
|
<DependentUpon>ctrlConsoleStatus.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Debugger\Controls\ctrlDebuggerCode.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Debugger\Controls\ctrlDebuggerCode.Designer.cs">
|
|
<DependentUpon>ctrlDebuggerCode.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Debugger\Controls\ctrlHexViewer.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Debugger\Controls\ctrlHexViewer.Designer.cs">
|
|
<DependentUpon>ctrlHexViewer.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Debugger\Controls\ctrlNametableViewer.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Debugger\Controls\ctrlNametableViewer.Designer.cs">
|
|
<DependentUpon>ctrlNametableViewer.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Debugger\Controls\ctrlScrollableTextbox.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Debugger\Controls\ctrlScrollableTextbox.designer.cs">
|
|
<DependentUpon>ctrlScrollableTextbox.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Debugger\Controls\ctrlTextbox.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Debugger\Controls\ctrlTextbox.Designer.cs">
|
|
<DependentUpon>ctrlTextbox.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Debugger\Controls\ctrlWatch.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Debugger\Controls\ctrlWatch.Designer.cs">
|
|
<DependentUpon>ctrlWatch.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Debugger\frmBreakpoint.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Debugger\frmBreakpoint.Designer.cs">
|
|
<DependentUpon>frmBreakpoint.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Debugger\frmDebugger.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Debugger\frmDebugger.Designer.cs">
|
|
<DependentUpon>frmDebugger.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Debugger\frmGoToLine.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Debugger\frmGoToLine.Designer.cs">
|
|
<DependentUpon>frmGoToLine.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Debugger\frmMemoryViewer.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Debugger\frmMemoryViewer.Designer.cs">
|
|
<DependentUpon>frmMemoryViewer.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Debugger\frmPpuViewer.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Debugger\frmPpuViewer.Designer.cs">
|
|
<DependentUpon>frmPpuViewer.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\BaseConfigForm.Designer.cs">
|
|
<DependentUpon>BaseConfigForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\BaseForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\BaseConfigForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Cheats\frmCheat.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Cheats\frmCheat.Designer.cs">
|
|
<DependentUpon>frmCheat.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Config\ctrlInputPortConfig.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Config\ctrlInputPortConfig.Designer.cs">
|
|
<DependentUpon>ctrlInputPortConfig.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Config\ctrlStandardController.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Config\ctrlStandardController.Designer.cs">
|
|
<DependentUpon>ctrlStandardController.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Config\frmGetKey.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Config\frmGetKey.Designer.cs">
|
|
<DependentUpon>frmGetKey.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Config\frmInputConfig.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Config\frmInputConfig.Designer.cs">
|
|
<DependentUpon>frmInputConfig.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Config\frmAudioConfig.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Config\frmAudioConfig.Designer.cs">
|
|
<DependentUpon>frmAudioConfig.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Config\frmPreferences.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Config\frmPreferences.Designer.cs">
|
|
<DependentUpon>frmPreferences.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Config\frmVideoConfig.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Config\frmVideoConfig.Designer.cs">
|
|
<DependentUpon>frmVideoConfig.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Cheats\frmCheatList.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Cheats\frmCheatList.Designer.cs">
|
|
<DependentUpon>frmCheatList.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\NetPlay\frmClientConfig.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\NetPlay\frmClientConfig.Designer.cs">
|
|
<DependentUpon>frmClientConfig.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\frmMain.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\frmMain.Designer.cs">
|
|
<DependentUpon>frmMain.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\NetPlay\frmPlayerProfile.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\NetPlay\frmPlayerProfile.Designer.cs">
|
|
<DependentUpon>frmPlayerProfile.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\NetPlay\frmServerConfig.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\NetPlay\frmServerConfig.Designer.cs">
|
|
<DependentUpon>frmServerConfig.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="InteropEmu.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="SingleInstance.cs" />
|
|
<EmbeddedResource Include="Controls\ctrlTrackbar.resx">
|
|
<DependentUpon>ctrlTrackbar.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlBreakpoints.resx">
|
|
<DependentUpon>ctrlBreakpoints.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlCallstack.resx">
|
|
<DependentUpon>ctrlCallstack.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlPaletteViewer.resx">
|
|
<DependentUpon>ctrlPaletteViewer.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlSpriteViewer.resx">
|
|
<DependentUpon>ctrlSpriteViewer.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlChrViewer.resx">
|
|
<DependentUpon>ctrlChrViewer.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlConsoleStatus.resx">
|
|
<DependentUpon>ctrlConsoleStatus.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlDebuggerCode.resx">
|
|
<DependentUpon>ctrlDebuggerCode.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlHexViewer.resx">
|
|
<DependentUpon>ctrlHexViewer.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlNametableViewer.resx">
|
|
<DependentUpon>ctrlNametableViewer.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlScrollableTextbox.resx">
|
|
<DependentUpon>ctrlScrollableTextbox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Debugger\Controls\ctrlWatch.resx">
|
|
<DependentUpon>ctrlWatch.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Debugger\frmBreakpoint.resx">
|
|
<DependentUpon>frmBreakpoint.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Debugger\frmDebugger.resx">
|
|
<DependentUpon>frmDebugger.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Debugger\frmGoToLine.resx">
|
|
<DependentUpon>frmGoToLine.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Debugger\frmMemoryViewer.resx">
|
|
<DependentUpon>frmMemoryViewer.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Debugger\frmPpuViewer.resx">
|
|
<DependentUpon>frmPpuViewer.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\BaseConfigForm.resx">
|
|
<DependentUpon>BaseConfigForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Cheats\frmCheat.resx">
|
|
<DependentUpon>frmCheat.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Config\ctrlInputPortConfig.resx">
|
|
<DependentUpon>ctrlInputPortConfig.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Config\ctrlStandardController.resx">
|
|
<DependentUpon>ctrlStandardController.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Config\frmGetKey.resx">
|
|
<DependentUpon>frmGetKey.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Config\frmInputConfig.resx">
|
|
<DependentUpon>frmInputConfig.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Config\frmAudioConfig.resx">
|
|
<DependentUpon>frmAudioConfig.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Config\frmPreferences.resx">
|
|
<DependentUpon>frmPreferences.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Config\frmVideoConfig.resx">
|
|
<DependentUpon>frmVideoConfig.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Cheats\frmCheatList.resx">
|
|
<DependentUpon>frmCheatList.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\frmMain.resx">
|
|
<DependentUpon>frmMain.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\NetPlay\frmClientConfig.resx">
|
|
<DependentUpon>frmClientConfig.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\NetPlay\frmPlayerProfile.resx">
|
|
<DependentUpon>frmPlayerProfile.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\NetPlay\frmServerConfig.resx">
|
|
<DependentUpon>frmServerConfig.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>
|
|
<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>
|
|
<Content Include="Icon.ico" />
|
|
<None Include="Resources\Close.png" />
|
|
<None Include="Resources\PreviousArrow.png" />
|
|
<None Include="Resources\NextArrow.png" />
|
|
<None Include="Resources\MesenIcon.ico" />
|
|
<None Include="Resources\MesenLogo.bmp" />
|
|
</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> |