2018-09-05 13:21:25 -07:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
<Project ToolsVersion="15.0" 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>{D6DC2669-7B1F-40FE-89BF-45D4C94473E3}</ProjectGuid>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
|
<RootNamespace>MatterControl.Winforms</RootNamespace>
|
|
|
|
|
|
<AssemblyName>MatterControl.Winforms</AssemblyName>
|
2020-04-08 10:35:35 -07:00
|
|
|
|
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
|
2018-09-05 13:21:25 -07:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
|
<Deterministic>true</Deterministic>
|
2020-04-08 10:35:35 -07:00
|
|
|
|
<TargetFrameworkProfile />
|
2018-09-05 13:21:25 -07:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
|
<OutputPath>..\bin\Debug\</OutputPath>
|
2018-10-19 15:53:16 -07:00
|
|
|
|
<DefineConstants>TRACE;DEBUG;USE_OPENGL;IS_WINDOWS;IS_WINDOWS_FORMS</DefineConstants>
|
2018-09-05 13:21:25 -07:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2018-09-07 23:04:55 -07:00
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
2018-09-05 13:21:25 -07:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
2018-12-18 15:09:54 -08:00
|
|
|
|
<Optimize>true</Optimize>
|
2018-09-05 14:33:42 -07:00
|
|
|
|
<OutputPath>..\bin\Release\</OutputPath>
|
2018-12-18 13:17:33 -08:00
|
|
|
|
<DefineConstants>TRACE;USE_OPENGL;IS_WINDOWS;IS_WINDOWS_FORMS</DefineConstants>
|
2018-09-05 13:21:25 -07:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2018-09-07 23:04:55 -07:00
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
2018-09-05 13:21:25 -07:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
|
<Reference Include="System.Net.Http" />
|
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2018-10-19 15:53:16 -07:00
|
|
|
|
<Compile Include="DataStorage\SQLiteUnix.cs" />
|
|
|
|
|
|
<Compile Include="DataStorage\SQLiteWin32.cs" />
|
2018-09-05 13:21:25 -07:00
|
|
|
|
<Compile Include="InspectForm.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="InspectForm.Designer.cs">
|
|
|
|
|
|
<DependentUpon>InspectForm.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
|
<Compile Include="WindowsPlatformsFeatures.cs" />
|
2018-10-02 08:12:44 -07:00
|
|
|
|
<Compile Include="WinformsSingleWindowProvider.cs" />
|
2018-09-05 13:21:25 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2018-10-19 15:53:16 -07:00
|
|
|
|
<ProjectReference Include="..\Community.CsharpSqlite\Community.CsharpSqlite.csproj">
|
|
|
|
|
|
<Project>{f1653f20-d47d-4f29-8c55-3c835542af5f}</Project>
|
|
|
|
|
|
<Name>Community.CsharpSqlite</Name>
|
|
|
|
|
|
</ProjectReference>
|
2019-02-04 08:41:08 -08:00
|
|
|
|
<ProjectReference Include="..\MatterControl.Common\MatterControl.Common.csproj">
|
|
|
|
|
|
<Project>{2af30557-fc50-4de3-ad1c-7eb57131a9c5}</Project>
|
|
|
|
|
|
<Name>MatterControl.Common</Name>
|
|
|
|
|
|
</ProjectReference>
|
2018-09-06 16:08:00 -07:00
|
|
|
|
<ProjectReference Include="..\MatterControlLib\MatterControlLib.csproj">
|
2018-09-20 11:46:49 -07:00
|
|
|
|
<Project>{D557B079-612F-467F-AE0D-3F77BCD627F7}</Project>
|
2018-09-06 16:08:00 -07:00
|
|
|
|
<Name>MatterControlLib</Name>
|
2018-09-05 13:21:25 -07:00
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\agg\Agg.csproj">
|
|
|
|
|
|
<Project>{657dbc6d-c3ea-4398-a3fa-ddb73c14f71b}</Project>
|
|
|
|
|
|
<Name>Agg</Name>
|
|
|
|
|
|
</ProjectReference>
|
2020-11-24 18:08:49 -08:00
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\DataConverters2D\DataConverters2D.csproj">
|
|
|
|
|
|
<Project>{94838988-523c-4b11-ad82-8b9b76f23a31}</Project>
|
|
|
|
|
|
<Name>DataConverters2D</Name>
|
|
|
|
|
|
</ProjectReference>
|
2018-09-05 13:21:25 -07:00
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\DataConverters3D\DataConverters3D.csproj">
|
|
|
|
|
|
<Project>{04667764-dc7b-4b95-aef6-b4e6c87a54e9}</Project>
|
|
|
|
|
|
<Name>DataConverters3D</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\Gui\Gui.csproj">
|
|
|
|
|
|
<Project>{74f6bb6c-9d02-4512-a59a-21940e35c532}</Project>
|
|
|
|
|
|
<Name>Gui</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\PlatformWin32\PlatformWin32.csproj">
|
2018-09-20 11:46:49 -07:00
|
|
|
|
<Project>{CD8A3D1A-24D5-4184-8CF3-7B2AD5CD7A71}</Project>
|
2018-09-05 13:21:25 -07:00
|
|
|
|
<Name>PlatformWin32</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\RenderOpenGl\RenderOpenGl.csproj">
|
|
|
|
|
|
<Project>{545b6912-77ff-4b34-ba76-6c3d6a32be6a}</Project>
|
|
|
|
|
|
<Name>RenderOpenGl</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\Submodules\agg-sharp\VectorMath\VectorMath.csproj">
|
|
|
|
|
|
<Project>{d3e41b4e-bfbb-44ca-94c8-95c00f754fdd}</Project>
|
|
|
|
|
|
<Name>VectorMath</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="InspectForm.resx">
|
|
|
|
|
|
<DependentUpon>InspectForm.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
|
</Project>
|