Skip to content

Commit

Permalink
Sync Plugins v2.18 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
Deliay committed Jun 24, 2018
1 parent 7ff2042 commit 17ed850
Show file tree
Hide file tree
Showing 5 changed files with 618 additions and 607 deletions.
183 changes: 92 additions & 91 deletions ConfigGUI/ConfigGUI.csproj
Original file line number Diff line number Diff line change
@@ -1,92 +1,93 @@
<?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>{0F922AFA-BBC0-44A0-8CA7-D408D5DD8298}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ConfigGUI</RootNamespace>
<AssemblyName>ConfigGUI</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\Sync\bin\Debug\Plugins\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<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>
<Compile Include="ConfigGuiPlugin.cs" />
<Compile Include="ConfigurationRegion\ConfigurationItemCreators\BoolConfigurationItemCreator.cs" />
<Compile Include="ConfigurationRegion\ConfigurationItemCreators\ColorConfigurationItemCreator.cs" />
<Compile Include="ConfigurationRegion\ConfigurationItemCreators\FloatConfigurationItemCreator.cs" />
<Compile Include="ConfigurationRegion\ConfigurationItemCreators\FontConfigurationItemCreator.cs" />
<Compile Include="ConfigurationRegion\ConfigurationItemCreators\IntegerConfigurationItemCreator.cs" />
<Compile Include="ConfigurationRegion\ConfigurationItemCreators\ListConfigurationItemCreator.cs" />
<Compile Include="ConfigurationRegion\ConfigurationItemCreators\PathConfigurationItemCreator.cs" />
<Compile Include="ConfigurationRegion\ConfigurationItemCreators\SliderConfigurationItemCreator.cs" />
<Compile Include="ConfigWindow.xaml.cs">
<DependentUpon>ConfigWindow.xaml</DependentUpon>
</Compile>
<Compile Include="DefaultLanguage.cs" />
<Compile Include="ConfigurationI18n\I18nManager.cs" />
<Compile Include="MultiSelect\MultiSelectComboBox.xaml.cs">
<DependentUpon>MultiSelectComboBox.xaml</DependentUpon>
</Compile>
<Compile Include="ConfigurationRegion\ConfigurationItemFactory.cs" />
<Compile Include="ConfigurationRegion\ConfigurationItemCreators\BaseConfigurationItemCreator.cs" />
<Compile Include="ConfigurationRegion\ConfigurationItemCreators\StringConfigurationItemCreator.cs" />
<Compile Include="ConfigurationRegion\ConfigurationPanel.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Sync\Sync.csproj">
<Project>{fbd514c2-2830-479e-b050-d1c383028456}</Project>
<Name>Sync</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Page Include="ConfigWindow.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="MultiSelect\MultiSelectComboBox.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<?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>{0F922AFA-BBC0-44A0-8CA7-D408D5DD8298}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ConfigGUI</RootNamespace>
<AssemblyName>ConfigGUI</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\Sync\bin\Debug\Plugins\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<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>
<Compile Include="ConfigGuiPlugin.cs" />
<Compile Include="ConfigurationRegion\ConfigurationItemCreators\BoolConfigurationItemCreator.cs" />
<Compile Include="ConfigurationRegion\ConfigurationItemCreators\ColorConfigurationItemCreator.cs" />
<Compile Include="ConfigurationRegion\ConfigurationItemCreators\FloatConfigurationItemCreator.cs" />
<Compile Include="ConfigurationRegion\ConfigurationItemCreators\FontConfigurationItemCreator.cs" />
<Compile Include="ConfigurationRegion\ConfigurationItemCreators\IntegerConfigurationItemCreator.cs" />
<Compile Include="ConfigurationRegion\ConfigurationItemCreators\ListConfigurationItemCreator.cs" />
<Compile Include="ConfigurationRegion\ConfigurationItemCreators\PathConfigurationItemCreator.cs" />
<Compile Include="ConfigurationRegion\ConfigurationItemCreators\SliderConfigurationItemCreator.cs" />
<Compile Include="ConfigWindow.xaml.cs">
<DependentUpon>ConfigWindow.xaml</DependentUpon>
</Compile>
<Compile Include="DefaultLanguage.cs" />
<Compile Include="ConfigurationI18n\I18nManager.cs" />
<Compile Include="MultiSelect\MultiSelectComboBox.xaml.cs">
<DependentUpon>MultiSelectComboBox.xaml</DependentUpon>
</Compile>
<Compile Include="ConfigurationRegion\ConfigurationItemFactory.cs" />
<Compile Include="ConfigurationRegion\ConfigurationItemCreators\BaseConfigurationItemCreator.cs" />
<Compile Include="ConfigurationRegion\ConfigurationItemCreators\StringConfigurationItemCreator.cs" />
<Compile Include="ConfigurationRegion\ConfigurationPanel.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Sync\Sync.csproj">
<Project>{fbd514c2-2830-479e-b050-d1c383028456}</Project>
<Name>Sync</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Page Include="ConfigWindow.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="MultiSelect\MultiSelectComboBox.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
Loading

0 comments on commit 17ed850

Please sign in to comment.