mattercontrol/MatterControl.csproj

151 lines
6.7 KiB
XML
Raw Normal View History

<?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>
<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>
2020-04-08 10:35:35 -07:00
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
2021-11-26 12:49:42 -08:00
<RuntimeIdentifier>win</RuntimeIdentifier>
<FileAlignment>512</FileAlignment>
<!--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>
<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>
<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>
<PropertyGroup>
<ApplicationIcon>application.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.ServiceModel" />
<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>
2014-01-29 19:09:30 -08:00
<ItemGroup>
<Compile Include="CSharpSerialPortWrapper.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
2014-01-29 19:09:30 -08:00
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="appsettings.json" />
<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>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="Community.CsharpSqlite\Community.CsharpSqlite.csproj">
<Project>{f1653f20-d47d-4f29-8c55-3c835542af5f}</Project>
<Name>Community.CsharpSqlite</Name>
</ProjectReference>
<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>
<ProjectReference Include="MatterControl.Winforms\MatterControl.Winforms.csproj">
<Project>{D6DC2669-7B1F-40FE-89BF-45D4C94473E3}</Project>
<Name>MatterControl.Winforms</Name>
</ProjectReference>
<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>
<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>
<ProjectReference Include="Submodules\agg-sharp\Gui\Gui.csproj">
<Project>{74F6BB6C-9D02-4512-A59A-21940E35C532}</Project>
<Name>Gui</Name>
</ProjectReference>
<ProjectReference Include="Submodules\agg-sharp\VectorMath\VectorMath.csproj">
<Project>{d3e41b4e-bfbb-44ca-94c8-95c00f754fdd}</Project>
<Name>VectorMath</Name>
</ProjectReference>
<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>
</ItemGroup>
<ItemGroup>
<Content Include="application.ico">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<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" />
</ItemGroup>
<ItemGroup>
2020-07-11 19:28:30 -07:00
<PackageReference Include="CsvHelper">
2020-12-07 07:58:13 -08:00
<Version>18.0.0</Version>
2020-07-11 19:28:30 -07:00
</PackageReference>
<PackageReference Include="Microsoft.AspNet.WebApi.Client">
2020-12-06 16:44:44 -08:00
<Version>5.2.7</Version>
</PackageReference>
<PackageReference Include="Mindscape.Raygun4Net">
2020-12-06 16:44:44 -08:00
<Version>5.12.0</Version>
</PackageReference>
<PackageReference Include="SocketIoClientDotNet">
2020-12-06 16:44:44 -08:00
<Version>1.0.2-beta1</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>