Skip to content

Commit

Permalink
Updated themes package.
Browse files Browse the repository at this point in the history
Added Report assembly
  • Loading branch information
AntonyCorbett committed Nov 11, 2018
1 parent 3b41cc3 commit b3fd285
Show file tree
Hide file tree
Showing 7 changed files with 97 additions and 6 deletions.
12 changes: 12 additions & 0 deletions OnlyT.Report/Class1.cs
@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace OnlyT.Report
{
public class Class1
{
}
}
60 changes: 60 additions & 0 deletions OnlyT.Report/OnlyT.Report.csproj
@@ -0,0 +1,60 @@
<?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>{8D954290-A460-49FE-BA0A-1E35DE208172}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>OnlyT.Report</RootNamespace>
<AssemblyName>OnlyT.Report</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>..\OnlyT.ruleset</CodeAnalysisRuleSet>
</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>
<CodeAnalysisRuleSet>..\OnlyT.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<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>
<ItemGroup>
<Compile Include="..\SolutionInfo.cs">
<Link>SolutionInfo.cs</Link>
</Compile>
<Compile Include="Class1.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Analyzer Include="..\packages\StyleCop.Analyzers.1.0.2\analyzers\dotnet\cs\StyleCop.Analyzers.CodeFixes.dll" />
<Analyzer Include="..\packages\StyleCop.Analyzers.1.0.2\analyzers\dotnet\cs\StyleCop.Analyzers.dll" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
9 changes: 9 additions & 0 deletions OnlyT.Report/Properties/AssemblyInfo.cs
@@ -0,0 +1,9 @@
using System.Reflection;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("OnlyT.Report")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]

4 changes: 4 additions & 0 deletions OnlyT.Report/packages.config
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="StyleCop.Analyzers" version="1.0.2" targetFramework="net472" developmentDependency="true" />
</packages>
6 changes: 6 additions & 0 deletions OnlyT.sln
Expand Up @@ -21,6 +21,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OnlyTFirewallPorts", "OnlyT
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OnlyT.CountdownTimer", "OnlyT.CountdownTimer\OnlyT.CountdownTimer.csproj", "{279D0DA6-28FE-4DF9-8EED-D75F55664FF9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OnlyT.Report", "OnlyT.Report\OnlyT.Report.csproj", "{8D954290-A460-49FE-BA0A-1E35DE208172}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -47,6 +49,10 @@ Global
{279D0DA6-28FE-4DF9-8EED-D75F55664FF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{279D0DA6-28FE-4DF9-8EED-D75F55664FF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{279D0DA6-28FE-4DF9-8EED-D75F55664FF9}.Release|Any CPU.Build.0 = Release|Any CPU
{8D954290-A460-49FE-BA0A-1E35DE208172}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D954290-A460-49FE-BA0A-1E35DE208172}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D954290-A460-49FE-BA0A-1E35DE208172}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D954290-A460-49FE-BA0A-1E35DE208172}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
8 changes: 4 additions & 4 deletions OnlyT/OnlyT.csproj
Expand Up @@ -64,11 +64,11 @@
<Reference Include="MaterialDesignColors, Version=1.1.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MaterialDesignColors.1.1.3\lib\net45\MaterialDesignColors.dll</HintPath>
</Reference>
<Reference Include="MaterialDesignThemes.Wpf, Version=2.4.1.1101, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MaterialDesignThemes.2.4.1.1101\lib\net45\MaterialDesignThemes.Wpf.dll</HintPath>
<Reference Include="MaterialDesignThemes.Wpf, Version=2.5.0.1205, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MaterialDesignThemes.2.5.0.1205\lib\net45\MaterialDesignThemes.Wpf.dll</HintPath>
</Reference>
<Reference Include="NAudio, Version=1.8.4.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\NAudio.1.8.4\lib\net35\NAudio.dll</HintPath>
<Reference Include="NAudio, Version=1.8.5.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\NAudio.1.8.5\lib\net35\NAudio.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions OnlyT/packages.config
Expand Up @@ -3,10 +3,10 @@
<package id="CommonServiceLocator" version="2.0.4" targetFramework="net47" />
<package id="FluentCommandLineParser" version="1.4.3" targetFramework="net47" />
<package id="MaterialDesignColors" version="1.1.3" targetFramework="net47" />
<package id="MaterialDesignThemes" version="2.4.1.1101" targetFramework="net47" />
<package id="MaterialDesignThemes" version="2.5.0.1205" targetFramework="net47" />
<package id="MvvmLight" version="5.4.1.1" targetFramework="net47" />
<package id="MvvmLightLibs" version="5.4.1.1" targetFramework="net47" />
<package id="NAudio" version="1.8.4" targetFramework="net461" />
<package id="NAudio" version="1.8.5" targetFramework="net47" />
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net461" />
<package id="NUglify" version="1.5.12" targetFramework="net47" />
<package id="QRCoder" version="1.3.3" targetFramework="net47" />
Expand Down

0 comments on commit b3fd285

Please sign in to comment.