-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
56927f9
commit dc79fee
Showing
1 changed file
with
105 additions
and
101 deletions.
There are no files selected for viewing
206 changes: 105 additions & 101 deletions
206
apps/playnite-web-extension/src/Playnite-Web-Extension.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,103 +1,107 @@ | ||
<?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>{4FDF1E89-5BC3-4C72-8FDA-0D580E7A5D5F}</ProjectGuid> | ||
<OutputType>Library</OutputType> | ||
<AppDesignerFolder>Properties</AppDesignerFolder> | ||
<RootNamespace>PlayniteWebExtension</RootNamespace> | ||
<AssemblyName>PlayniteWebExtension</AssemblyName> | ||
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion> | ||
<FileAlignment>512</FileAlignment> | ||
<Deterministic>true</Deterministic> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
<DebugSymbols>true</DebugSymbols> | ||
<DebugType>full</DebugType> | ||
<Optimize>false</Optimize> | ||
<DefineConstants>DEBUG;TRACE</DefineConstants> | ||
<?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>{4FDF1E89-5BC3-4C72-8FDA-0D580E7A5D5F}</ProjectGuid> | ||
<OutputType>Library</OutputType> | ||
<AppDesignerFolder>Properties</AppDesignerFolder> | ||
<RootNamespace>PlayniteWebExtension</RootNamespace> | ||
<AssemblyName>PlayniteWebExtension</AssemblyName> | ||
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion> | ||
<FileAlignment>512</FileAlignment> | ||
<Deterministic>true</Deterministic> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
<DebugSymbols>true</DebugSymbols> | ||
<DebugType>full</DebugType> | ||
<Optimize>false</Optimize> | ||
<DefineConstants>DEBUG;TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<OutputPath>..\.dist\bin\Debug</OutputPath> | ||
<WarningLevel>4</WarningLevel> | ||
<IntermediateOutputPath>C:\Users\andrew\AppData\Local\Temp\vs9DC.tmp\Debug\</IntermediateOutputPath> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<DebugType>pdbonly</DebugType> | ||
<Optimize>true</Optimize> | ||
<DefineConstants>TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<OutputPath>..\.dist\bin\Release</OutputPath> | ||
<WarningLevel>4</WarningLevel> | ||
<IntermediateOutputPath>C:\Users\andrew\AppData\Local\Temp\vs9DC.tmp\Release\</IntermediateOutputPath> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Reference Include="Playnite.SDK, Version=6.2.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||
<HintPath>..\..\..\.nuget\PlayniteSDK.6.2.0\lib\net462\Playnite.SDK.dll</HintPath> | ||
</Reference> | ||
<Reference Include="MQTTnet, Version=4.3.1.873, Culture=neutral, processorArchitecture=MSIL"> | ||
<HintPath>..\..\..\.nuget\MQTTnet.4.3.1.873\lib\net461\MQTTnet.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed"> | ||
<HintPath>..\..\..\.nuget\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> | ||
</Reference> | ||
<Reference Include="PresentationCore" /> | ||
<Reference Include="PresentationFramework" /> | ||
<Reference Include="System" /> | ||
<Reference Include="System.Core" /> | ||
<Reference Include="System.Runtime" /> | ||
<Reference Include="System.Security" /> | ||
<Reference Include="System.Security.Cryptography.ProtectedData, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> | ||
<HintPath>..\..\..\packages\System.Security.Cryptography.ProtectedData.8.0.0\lib\net462\System.Security.Cryptography.ProtectedData.dll</HintPath> | ||
</Reference> | ||
<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.Net.Http" /> | ||
<Reference Include="System.Xml" /> | ||
<Reference Include="WindowsBase" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="app.config" /> | ||
<None Include="extension.yaml"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</None> | ||
<None Include="nuget.config" /> | ||
<None Include="packages.config" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="Ressources\**\*.*"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</None> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Include="IMqttSettings.cs" /> | ||
<Compile Include="IntToStringValueConverter.cs" /> | ||
<Compile Include="MqttSettingsViewModel.cs" /> | ||
<Compile Include="Plugin.cs" /> | ||
<Compile Include="PluginSettings.cs" /> | ||
<Compile Include="Properties\AssemblyInfo.cs" /> | ||
<Compile Include="Services\ISerializeObjects.cs" /> | ||
<Compile Include="Services\Mqtt\IManageTopics.cs" /> | ||
<Compile Include="Services\Mqtt\PublishTopics.cs" /> | ||
<Compile Include="Services\Mqtt\SubscribeTopics.cs" /> | ||
<Compile Include="Services\Mqtt\TopicManager.cs" /> | ||
<Compile Include="Services\ObjectSerializer.cs" /> | ||
<Compile Include="UI\MqttSettingsView.xaml.cs"> | ||
<DependentUpon>MqttSettingsView.xaml</DependentUpon> | ||
</Compile> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Content Include="Resources\icon.png" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Page Include="UI\MqttSettingsView.xaml"> | ||
<Generator>MSBuild:Compile</Generator> | ||
<SubType>Designer</SubType> | ||
</Page> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | ||
</Project> | ||
<WarningLevel>4</WarningLevel> | ||
<IntermediateOutputPath>C:\Users\andrew\AppData\Local\Temp\vs9DC.tmp\Debug\</IntermediateOutputPath> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<DebugType>pdbonly</DebugType> | ||
<Optimize>true</Optimize> | ||
<DefineConstants>TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<OutputPath>..\.dist\bin\Release</OutputPath> | ||
<WarningLevel>4</WarningLevel> | ||
<IntermediateOutputPath>C:\Users\andrew\AppData\Local\Temp\vs9DC.tmp\Release\</IntermediateOutputPath> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Reference Include="Playnite.SDK, Version=6.2.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||
<HintPath>..\..\..\.nuget\PlayniteSDK.6.2.0\lib\net462\Playnite.SDK.dll</HintPath> | ||
</Reference> | ||
<Reference Include="MQTTnet, Version=4.3.1.873, Culture=neutral, processorArchitecture=MSIL"> | ||
<HintPath>..\..\..\.nuget\MQTTnet.4.3.1.873\lib\net461\MQTTnet.dll</HintPath> | ||
</Reference> | ||
<Reference | ||
Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed"> | ||
<HintPath>..\..\..\.nuget\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> | ||
</Reference> | ||
<Reference Include="PresentationCore" /> | ||
<Reference Include="PresentationFramework" /> | ||
<Reference Include="System" /> | ||
<Reference Include="System.Core" /> | ||
<Reference Include="System.Runtime" /> | ||
<Reference Include="System.Security" /> | ||
<Reference | ||
Include="System.Security.Cryptography.ProtectedData, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> | ||
<HintPath> | ||
..\..\..\.nuget\System.Security.Cryptography.ProtectedData.8.0.0\lib\net462\System.Security.Cryptography.ProtectedData.dll</HintPath> | ||
</Reference> | ||
<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.Net.Http" /> | ||
<Reference Include="System.Xml" /> | ||
<Reference Include="WindowsBase" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="app.config" /> | ||
<None Include="extension.yaml"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</None> | ||
<None Include="nuget.config" /> | ||
<None Include="packages.config" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="Ressources\**\*.*"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</None> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Include="IMqttSettings.cs" /> | ||
<Compile Include="IntToStringValueConverter.cs" /> | ||
<Compile Include="MqttSettingsViewModel.cs" /> | ||
<Compile Include="Plugin.cs" /> | ||
<Compile Include="PluginSettings.cs" /> | ||
<Compile Include="Properties\AssemblyInfo.cs" /> | ||
<Compile Include="Services\ISerializeObjects.cs" /> | ||
<Compile Include="Services\Mqtt\IManageTopics.cs" /> | ||
<Compile Include="Services\Mqtt\PublishTopics.cs" /> | ||
<Compile Include="Services\Mqtt\SubscribeTopics.cs" /> | ||
<Compile Include="Services\Mqtt\TopicManager.cs" /> | ||
<Compile Include="Services\ObjectSerializer.cs" /> | ||
<Compile Include="UI\MqttSettingsView.xaml.cs"> | ||
<DependentUpon>MqttSettingsView.xaml</DependentUpon> | ||
</Compile> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Content Include="Resources\icon.png" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Page Include="UI\MqttSettingsView.xaml"> | ||
<Generator>MSBuild:Compile</Generator> | ||
<SubType>Designer</SubType> | ||
</Page> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | ||
</Project> |