Mark van Renswoude
ff1e1ca74c
Implemented orchestrator Implemented mock device Implemented serial device Implemented volume action Removed old implementation
160 lines
6.2 KiB
XML
160 lines
6.2 KiB
XML
<?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>{73130EC7-49B3-40AD-8367-1095C0F41905}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<RootNamespace>MassiveKnob</RootNamespace>
|
|
<AssemblyName>MassiveKnob</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<Deterministic>true</Deterministic>
|
|
</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>
|
|
</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>
|
|
<ApplicationIcon>MainIcon.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<StartupObject>MassiveKnob.Program</StartupObject>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="PresentationCore" />
|
|
<Reference Include="PresentationFramework" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xaml" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Deployment" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="WindowsBase" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Helpers\ComboBoxTemplateSelector.cs" />
|
|
<Compile Include="Helpers\DelegateCommand.cs" />
|
|
<Compile Include="Helpers\SerialQueue.cs" />
|
|
<Compile Include="Model\IMassiveKnobOrchestrator.cs" />
|
|
<Compile Include="Model\IPluginManager.cs" />
|
|
<Compile Include="Model\MassiveKnobOrchestrator.cs" />
|
|
<Compile Include="Model\PluginManager.cs" />
|
|
<Compile Include="ViewModel\ActionViewModel.cs" />
|
|
<Compile Include="ViewModel\DeviceViewModel.cs" />
|
|
<Compile Include="ViewModel\InputOutputViewModel.cs" />
|
|
<Compile Include="ViewModel\SettingsViewModel.cs" />
|
|
<Compile Include="View\InputOutputView.xaml.cs">
|
|
<DependentUpon>InputOutputView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="View\SettingsWindow.xaml.cs">
|
|
<DependentUpon>SettingsWindow.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Settings\Settings.cs" />
|
|
<Compile Include="Settings\SettingsJsonSerializer.cs" />
|
|
<Compile Include="Strings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Strings.resx</DependentUpon>
|
|
</Compile>
|
|
<EmbeddedResource Include="Strings.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Strings.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="AudioSwitcher.AudioApi">
|
|
<Version>4.0.0-alpha5</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="AudioSwitcher.AudioApi.CoreAudio">
|
|
<Version>4.0.0-alpha5</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Dapplo.Windows.Devices">
|
|
<Version>0.11.24</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Dapplo.Windows.Messages">
|
|
<Version>0.11.24</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Hardcodet.NotifyIcon.Wpf">
|
|
<Version>1.0.8</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Newtonsoft.Json">
|
|
<Version>12.0.3</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Nito.AsyncEx">
|
|
<Version>5.1.0</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="SimpleInjector">
|
|
<Version>5.2.1</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="System.Reactive">
|
|
<Version>5.0.0</Version>
|
|
</PackageReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="MainIcon.ico" />
|
|
<Resource Include="Resources\NotifyIcon.ico" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Page Include="App.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Compile Include="App.xaml.cs">
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Page Include="Style.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="View\InputOutputView.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="View\SettingsWindow.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\MassiveKnob.Plugin\MassiveKnob.Plugin.csproj">
|
|
<Project>{A1298BE4-1D23-416C-8C56-FC9264487A95}</Project>
|
|
<Name>MassiveKnob.Plugin</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |