2018-09-06 16:08:00 -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')" />
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<PropertyGroup>
|
2018-09-06 16:08:00 -07:00
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
|
<ProjectGuid>{B2B001EE-A142-4E20-ACF8-AE4A9CB984F8}</ProjectGuid>
|
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
|
<RootNamespace>MatterControl</RootNamespace>
|
|
|
|
|
|
<AssemblyName>MatterControl</AssemblyName>
|
2022-06-14 11:00:23 -07:00
|
|
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
2021-11-26 12:49:42 -08:00
|
|
|
|
<RuntimeIdentifier>win</RuntimeIdentifier>
|
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2018-09-06 16:08:00 -07:00
|
|
|
|
<!--See the following for details on netstandard2 binding workround: https://github.com/dotnet/standard/issues/481-->
|
|
|
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
|
|
|
|
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
|
|
|
|
|
|
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
|
2020-04-08 10:35:35 -07:00
|
|
|
|
<TargetFrameworkProfile />
|
2014-01-29 19:09:30 -08:00
|
|
|
|
</PropertyGroup>
|
2018-09-06 16:08:00 -07:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
|
<PlatformTarget>AnyCPU</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>
|
2014-01-29 19:09:30 -08:00
|
|
|
|
</PropertyGroup>
|
2018-09-06 16:08:00 -07:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
|
<PlatformTarget>AnyCPU</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>
|
|
|
|
|
|
<StartupObject />
|
2014-01-29 19:09:30 -08:00
|
|
|
|
</PropertyGroup>
|
2018-09-07 23:48:20 -07:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<ApplicationIcon>application.ico</ApplicationIcon>
|
|
|
|
|
|
</PropertyGroup>
|
2016-05-16 17:11:49 -07:00
|
|
|
|
<ItemGroup>
|
2018-09-06 16:08:00 -07:00
|
|
|
|
<Reference Include="System" />
|
2018-11-27 12:22:38 -08:00
|
|
|
|
<Reference Include="System.ServiceModel" />
|
2018-09-06 16:08:00 -07:00
|
|
|
|
<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" />
|
2016-05-16 17:11:49 -07:00
|
|
|
|
</ItemGroup>
|
2014-01-29 19:09:30 -08:00
|
|
|
|
<ItemGroup>
|
2018-09-19 14:51:03 -07:00
|
|
|
|
<Compile Include="CSharpSerialPortWrapper.cs" />
|
2018-09-19 13:10:07 -07:00
|
|
|
|
<Compile Include="Program.cs" />
|
2018-09-06 16:08:00 -07:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2014-01-29 19:09:30 -08:00
|
|
|
|
</ItemGroup>
|
2018-08-15 22:58:51 -07:00
|
|
|
|
<ItemGroup>
|
2018-09-06 16:08:00 -07:00
|
|
|
|
<None Include="App.config" />
|
2018-10-31 14:06:39 -07:00
|
|
|
|
<None Include="appsettings.json" />
|
2018-10-27 10:10:49 -07:00
|
|
|
|
<None Include="StaticData\License\license.json" />
|
|
|
|
|
|
<None Include="StaticData\OEMSettings\OEMUrls.json" />
|
|
|
|
|
|
<None Include="StaticData\OEMSettings\Printers.json" />
|
|
|
|
|
|
<None Include="StaticData\OEMSettings\Settings.json" />
|
2019-02-04 08:41:08 -08:00
|
|
|
|
<None Include="KnownPlugins.json">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
2018-08-15 22:58:51 -07:00
|
|
|
|
</ItemGroup>
|
2018-09-06 11:31:09 -07:00
|
|
|
|
<ItemGroup>
|
2018-09-06 16:08:00 -07:00
|
|
|
|
<ProjectReference Include="Community.CsharpSqlite\Community.CsharpSqlite.csproj">
|
|
|
|
|
|
<Project>{f1653f20-d47d-4f29-8c55-3c835542af5f}</Project>
|
|
|
|
|
|
<Name>Community.CsharpSqlite</Name>
|
|
|
|
|
|
</ProjectReference>
|
2018-09-19 14:51:03 -07:00
|
|
|
|
<ProjectReference Include="MatterControl.Printing\MatterControl.Printing.csproj">
|
|
|
|
|
|
<Project>{97d5ade3-c1b4-4b46-8a3e-718a4f7f079f}</Project>
|
|
|
|
|
|
<Name>MatterControl.Printing</Name>
|
|
|
|
|
|
</ProjectReference>
|
2021-02-12 10:06:11 -08:00
|
|
|
|
<ProjectReference Include="MatterControl.SLA\MatterControl.SLA.csproj">
|
|
|
|
|
|
<Project>{e2b1af22-4143-4b33-9781-fc5527e959f6}</Project>
|
|
|
|
|
|
<Name>MatterControl.SLA</Name>
|
|
|
|
|
|
</ProjectReference>
|
2018-10-19 15:53:16 -07:00
|
|
|
|
<ProjectReference Include="MatterControl.Winforms\MatterControl.Winforms.csproj">
|
|
|
|
|
|
<Project>{D6DC2669-7B1F-40FE-89BF-45D4C94473E3}</Project>
|
|
|
|
|
|
<Name>MatterControl.Winforms</Name>
|
|
|
|
|
|
</ProjectReference>
|
2018-09-06 16:08:00 -07:00
|
|
|
|
<ProjectReference Include="MatterControlLib\MatterControlLib.csproj">
|
|
|
|
|
|
<Project>{93bebfdf-b81a-4344-ab82-0dbf58b234cd}</Project>
|
|
|
|
|
|
<Name>MatterControlLib</Name>
|
|
|
|
|
|
</ProjectReference>
|
2018-09-11 13:12:02 -07:00
|
|
|
|
<ProjectReference Include="PrinterDriverInstaller\InfInstaller.csproj">
|
|
|
|
|
|
<Project>{990a9ad3-b6a4-407b-9dfc-9c722af7c9b9}</Project>
|
|
|
|
|
|
<Name>InfInstaller</Name>
|
|
|
|
|
|
</ProjectReference>
|
2018-09-19 13:10:07 -07:00
|
|
|
|
<ProjectReference Include="Submodules\agg-sharp\agg\Agg.csproj">
|
|
|
|
|
|
<Project>{657dbc6d-c3ea-4398-a3fa-ddb73c14f71b}</Project>
|
|
|
|
|
|
<Name>Agg</Name>
|
|
|
|
|
|
</ProjectReference>
|
2020-10-16 17:34:57 -07:00
|
|
|
|
<ProjectReference Include="Submodules\agg-sharp\Glfw\GlfwProvider.csproj">
|
|
|
|
|
|
<Project>{4da97548-2588-4ac3-a21d-ba4fee6fe5e4}</Project>
|
|
|
|
|
|
<Name>GlfwProvider</Name>
|
|
|
|
|
|
</ProjectReference>
|
2018-09-19 13:10:07 -07:00
|
|
|
|
<ProjectReference Include="Submodules\agg-sharp\Gui\Gui.csproj">
|
|
|
|
|
|
<Project>{74F6BB6C-9D02-4512-A59A-21940E35C532}</Project>
|
|
|
|
|
|
<Name>Gui</Name>
|
|
|
|
|
|
</ProjectReference>
|
2021-03-09 14:42:44 -08:00
|
|
|
|
<ProjectReference Include="Submodules\agg-sharp\VectorMath\VectorMath.csproj">
|
|
|
|
|
|
<Project>{d3e41b4e-bfbb-44ca-94c8-95c00f754fdd}</Project>
|
|
|
|
|
|
<Name>VectorMath</Name>
|
|
|
|
|
|
</ProjectReference>
|
2018-09-07 10:25:29 -07:00
|
|
|
|
<ProjectReference Include="Submodules\MatterSlice\MatterSlice.csproj">
|
|
|
|
|
|
<Project>{b0aed568-8796-42b9-baa9-ebc796134e78}</Project>
|
|
|
|
|
|
<Name>MatterSlice</Name>
|
|
|
|
|
|
</ProjectReference>
|
2019-02-04 08:41:08 -08:00
|
|
|
|
<ProjectReference Include="MatterControl.Common\MatterControl.Common.csproj">
|
2020-03-04 00:45:38 -08:00
|
|
|
|
<Project>{50505F12-985B-4C5F-8DAB-D5BEA734CD51}</Project>
|
|
|
|
|
|
<Name>MatterControl.Common</Name>
|
2019-02-04 08:41:08 -08:00
|
|
|
|
</ProjectReference>
|
2018-09-06 11:31:09 -07:00
|
|
|
|
</ItemGroup>
|
2018-09-07 23:48:20 -07:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Content Include="application.ico">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2018-11-11 19:31:00 -08:00
|
|
|
|
</Content>
|
2018-10-27 10:10:49 -07:00
|
|
|
|
<None Include="StaticData\MatterControl EULA.txt" />
|
|
|
|
|
|
<None Include="StaticData\BuildInfo.txt" />
|
|
|
|
|
|
<None Include="StaticData\License\agg-sharp.txt" />
|
|
|
|
|
|
<None Include="StaticData\License\clipper.txt" />
|
|
|
|
|
|
<None Include="StaticData\License\markdig.txt" />
|
|
|
|
|
|
<None Include="StaticData\License\matterslice.txt" />
|
|
|
|
|
|
<None Include="StaticData\License\opentk.txt" />
|
|
|
|
|
|
<None Include="StaticData\SliceSettings\Layouts.txt" />
|
2018-09-07 23:48:20 -07:00
|
|
|
|
</ItemGroup>
|
2019-01-09 16:55:20 -08:00
|
|
|
|
<ItemGroup>
|
2020-07-11 19:28:30 -07:00
|
|
|
|
<PackageReference Include="CsvHelper">
|
2022-06-23 10:07:52 -07:00
|
|
|
|
<Version>27.2.1</Version>
|
2020-07-11 19:28:30 -07:00
|
|
|
|
</PackageReference>
|
2019-12-15 15:52:16 -08:00
|
|
|
|
<PackageReference Include="Microsoft.AspNet.WebApi.Client">
|
2022-06-23 10:07:52 -07:00
|
|
|
|
<Version>5.2.9</Version>
|
2019-12-15 15:52:16 -08:00
|
|
|
|
</PackageReference>
|
2019-01-09 16:55:20 -08:00
|
|
|
|
<PackageReference Include="Mindscape.Raygun4Net">
|
2022-06-23 10:07:52 -07:00
|
|
|
|
<Version>5.13.0</Version>
|
2019-01-09 16:55:20 -08:00
|
|
|
|
</PackageReference>
|
2019-12-15 15:52:16 -08:00
|
|
|
|
<PackageReference Include="SocketIoClientDotNet">
|
2020-12-06 16:44:44 -08:00
|
|
|
|
<Version>1.0.2-beta1</Version>
|
2019-12-15 15:52:16 -08:00
|
|
|
|
</PackageReference>
|
2019-01-09 16:55:20 -08:00
|
|
|
|
</ItemGroup>
|
2018-09-06 16:08:00 -07:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
|
</Project>
|