mattercontrol/PluginSystem/MatterControlPluginSystem.csproj

61 lines
2.5 KiB
XML
Raw Normal View History

2016-02-12 19:06:36 -08:00
<?xml version="1.0" encoding="utf-8"?>
2017-03-15 09:46:54 -07:00
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
2014-01-29 19:09:30 -08:00
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
2014-01-29 19:09:30 -08:00
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
2014-01-29 19:09:30 -08:00
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{865172A0-A1A9-49C2-9386-F2FDB4E141B7}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
2016-02-12 19:06:36 -08:00
<RootNamespace>MatterHackers.MatterControl.Plugins</RootNamespace>
<AssemblyName>MatterHackers.MatterControl.Plugins</AssemblyName>
2014-01-29 19:09:30 -08:00
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>2.0</OldToolsVersion>
2018-03-21 22:25:13 -07:00
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
2014-11-25 12:19:37 -08:00
<TargetFrameworkProfile />
2014-01-29 19:09:30 -08:00
</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>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
2017-11-02 15:57:48 -07:00
<PlatformTarget>AnyCPU</PlatformTarget>
2014-11-25 12:19:37 -08:00
<Prefer32Bit>false</Prefer32Bit>
2014-01-29 19:09:30 -08:00
</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>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
2017-11-02 18:01:37 -07:00
<PlatformTarget>AnyCPU</PlatformTarget>
2014-11-25 12:19:37 -08:00
<Prefer32Bit>false</Prefer32Bit>
2014-01-29 19:09:30 -08:00
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
</ItemGroup>
<ItemGroup>
<Compile Include="MatterControlPluginBase.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Submodules\agg-sharp\Gui\Gui.csproj">
2014-01-29 19:09:30 -08:00
<Project>{74F6BB6C-9D02-4512-A59A-21940E35C532}</Project>
<Name>Gui</Name>
</ProjectReference>
2015-03-05 11:48:16 -08:00
<ProjectReference Include="..\Submodules\agg-sharp\agg\Agg.csproj">
2014-01-29 19:09:30 -08:00
<Project>{657DBC6D-C3EA-4398-A3FA-DDB73C14F71B}</Project>
<Name>Agg</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
2017-11-02 15:57:48 -07:00
</Project>