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.
73 lines
3.5 KiB
XML
73 lines
3.5 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>{D3F86677-EB30-450B-8AAC-81F0FBDC19B5}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>BasicMenu</RootNamespace>
|
|
<AssemblyName>BasicMenu.core</AssemblyName>
|
|
<FileAlignment>512</FileAlignment>
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\..\..\..\</SolutionDir>
|
|
<RestorePackages>true</RestorePackages>
|
|
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<TargetFrameworkProfile>Profile111</TargetFrameworkProfile>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
</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>
|
|
<DocumentationFile>BasicMenu.core.xml</DocumentationFile>
|
|
<NoWarn>1591,1592,1573,1571,1570,1572</NoWarn>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<DocumentationFile>BasicMenu.core.xml</DocumentationFile>
|
|
<NoWarn>1591,1592,1573,1571,1570,1572</NoWarn>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Components\MenuAnotherChangeColor.cs" />
|
|
<Compile Include="Components\MenuChangeVolume.cs" />
|
|
<Compile Include="Controllers\UpdateMenuController.cs" />
|
|
<Compile Include="MouseCursorRenderer.cs" />
|
|
<Compile Include="VolumeRenderer.cs" />
|
|
<Compile Include="MenuPage.cs" />
|
|
<Compile Include="MenuController.cs" />
|
|
<Compile Include="Controllers\EventMenuController.cs" />
|
|
<Compile Include="MenuComponent.cs" />
|
|
<Compile Include="CorePlugin.cs" />
|
|
<Compile Include="Components\MenuSwitchToPage.cs" />
|
|
<Compile Include="Components\MenuQuitConfirm.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
|
|
<ItemGroup>
|
|
<Reference Include="DualityPrimitives, Version=2.0.4.0, Culture=neutral, PublicKeyToken=null">
|
|
<HintPath>..\..\..\DualityPrimitives.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Duality, Version=2.10.1.0, Culture=neutral, PublicKeyToken=null">
|
|
<HintPath>..\..\..\Duality.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<PropertyGroup>
|
|
<PostBuildEvent>
|
|
mkdir "$(SolutionDir)../../Plugins"
|
|
copy "$(TargetPath)" "$(SolutionDir)../../Plugins"
|
|
xcopy /Y "$(TargetDir)*.xml" "$(SolutionDir)../../Plugins"</PostBuildEvent>
|
|
</PropertyGroup>
|
|
</Project> |