Skip to content

Commit fbd7222

Browse files
Merge pull request #107 from adrian-miasik/feature/quantum-console
Feature: Quantum Console
2 parents 8c7ec8a + f594917 commit fbd7222

File tree

509 files changed

+36793
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

509 files changed

+36793
-3
lines changed

UnityPomodoro/Assembly-CSharp-Editor.csproj

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -864,6 +864,46 @@
864864
<Project>{2fcf79b6-f632-a61b-c376-f027cb89cda8}</Project>
865865
<Name>LeTai.TranslucentImage.Editor</Name>
866866
</ProjectReference>
867+
<ProjectReference Include="QFSW.QC.Editor.csproj">
868+
<Project>{8081bb53-752b-09dc-a2c0-2afcfa3c6a46}</Project>
869+
<Name>QFSW.QC.Editor</Name>
870+
</ProjectReference>
871+
<ProjectReference Include="QFSW.QC.Suggestors.csproj">
872+
<Project>{a9e12aec-09e2-b51b-042c-4688c042f427}</Project>
873+
<Name>QFSW.QC.Suggestors</Name>
874+
</ProjectReference>
875+
<ProjectReference Include="QFSW.QC.Serializers.csproj">
876+
<Project>{6cc34e04-b50d-7ebe-8f46-b93ee154f602}</Project>
877+
<Name>QFSW.QC.Serializers</Name>
878+
</ProjectReference>
879+
<ProjectReference Include="QFSW.QC.Grammar.csproj">
880+
<Project>{51fa42d4-0de3-1843-ee2f-ab8cb53ec7ff}</Project>
881+
<Name>QFSW.QC.Grammar</Name>
882+
</ProjectReference>
883+
<ProjectReference Include="QFSW.QC.csproj">
884+
<Project>{aacbe6ec-c45d-c9ee-43a2-1009271f423a}</Project>
885+
<Name>QFSW.QC</Name>
886+
</ProjectReference>
887+
<ProjectReference Include="QFSW.QC.Parsers.csproj">
888+
<Project>{7fd5e3a3-1d48-ed25-2a9b-6437928c7a02}</Project>
889+
<Name>QFSW.QC.Parsers</Name>
890+
</ProjectReference>
891+
<ProjectReference Include="QFSW.QC.UI.csproj">
892+
<Project>{f79a2727-34a6-216d-30d3-c273a846673b}</Project>
893+
<Name>QFSW.QC.UI</Name>
894+
</ProjectReference>
895+
<ProjectReference Include="QFSW.QC.ScanRules.csproj">
896+
<Project>{e19baa62-4e52-324b-76e5-0cd6e6b4f649}</Project>
897+
<Name>QFSW.QC.ScanRules</Name>
898+
</ProjectReference>
899+
<ProjectReference Include="QFSW.QC.QGUI.csproj">
900+
<Project>{b17e5dc0-e193-106d-c3b8-66c8b3e203c5}</Project>
901+
<Name>QFSW.QC.QGUI</Name>
902+
</ProjectReference>
903+
<ProjectReference Include="QFSW.QC.Editor.Tools.csproj">
904+
<Project>{10ce77e3-20d0-25a3-aaa1-6e6789026b7c}</Project>
905+
<Name>QFSW.QC.Editor.Tools</Name>
906+
</ProjectReference>
867907
</ItemGroup>
868908
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
869909
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<LangVersion>9.0</LangVersion>
5+
<_TargetFrameworkDirectories>non_empty_path_generated_by_unity.rider.package</_TargetFrameworkDirectories>
6+
<_FullFrameworkReferenceAssemblyPaths>non_empty_path_generated_by_unity.rider.package</_FullFrameworkReferenceAssemblyPaths>
7+
<DisableHandlePackageFileConflicts>true</DisableHandlePackageFileConflicts>
8+
</PropertyGroup>
9+
<PropertyGroup>
10+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
11+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
12+
<ProductVersion>10.0.20506</ProductVersion>
13+
<SchemaVersion>2.0</SchemaVersion>
14+
<RootNamespace></RootNamespace>
15+
<ProjectGuid>{fce7e6f8-258c-1ca9-9b3b-e92be7a9ef8f}</ProjectGuid>
16+
<ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
17+
<OutputType>Library</OutputType>
18+
<AppDesignerFolder>Properties</AppDesignerFolder>
19+
<AssemblyName>Assembly-CSharp-firstpass</AssemblyName>
20+
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
21+
<FileAlignment>512</FileAlignment>
22+
<BaseDirectory>.</BaseDirectory>
23+
</PropertyGroup>
24+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
25+
<DebugSymbols>true</DebugSymbols>
26+
<DebugType>full</DebugType>
27+
<Optimize>false</Optimize>
28+
<OutputPath>Temp\Bin\Debug\Unity.Rider.Editor\</OutputPath>
29+
<DefineConstants>UNITY_EDITOR</DefineConstants>
30+
<ErrorReport>prompt</ErrorReport>
31+
<WarningLevel>4</WarningLevel>
32+
<NoWarn>0169,0649</NoWarn>
33+
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
34+
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
35+
</PropertyGroup>
36+
<PropertyGroup>
37+
<NoConfig>true</NoConfig>
38+
<NoStdLib>true</NoStdLib>
39+
<AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
40+
<ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades>
41+
<ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades>
42+
</PropertyGroup>
43+
<ItemGroup>
44+
<Folder Include="Assets\Plugins\QFSW\Quantum Console\Source\Prefabs" />
45+
<Folder Include="Assets\Plugins\QFSW\Quantum Console\Source\Fonts" />
46+
<Folder Include="Assets\Plugins\QFSW\Quantum Console\Source\Materials" />
47+
<Folder Include="Assets\Plugins\QFSW\Quantum Console\Source" />
48+
<Folder Include="Assets\Plugins\QFSW\Quantum Console\Source\Textures" />
49+
<None Include="Assets\Plugins\QFSW\Quantum Console\Source\Third-Party Notices.txt" />
50+
<Folder Include="Assets\Plugins\QFSW\Quantum Console\Source\Fonts\TMP" />
51+
<Folder Include="Assets\Plugins\QFSW\Quantum Console\Source\Shaders" />
52+
<Folder Include="Assets\Plugins\QFSW" />
53+
<None Include="Assets\Plugins\QFSW\Quantum Console\Source\changelog.txt" />
54+
<Folder Include="Assets\Plugins\QFSW\Quantum Console" />
55+
<None Include="Assets\Plugins\QFSW\Quantum Console\Source\Fonts\LICENSE.txt" />
56+
<Folder Include="Assets\Plugins" />
57+
<None Include="Assets\Plugins\QFSW\Quantum Console\Source\Shaders\Blur.shader" />
58+
<Reference Include="UnityEngine">
59+
<HintPath>C:\Program Files\Unity\Hub\Editor\2021.3.16f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll</HintPath>
60+
</Reference>
61+
<Reference Include="UnityEngine.CoreModule">
62+
<HintPath>C:\Program Files\Unity\Hub\Editor\2021.3.16f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll</HintPath>
63+
</Reference>
64+
<Reference Include="UnityEditor">
65+
<HintPath>C:\Program Files\Unity\Hub\Editor\2021.3.16f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll</HintPath>
66+
</Reference>
67+
</ItemGroup>
68+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
69+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
70+
Other similar extension points exist, see Microsoft.Common.targets.
71+
<Target Name="BeforeBuild">
72+
</Target>
73+
<Target Name="AfterBuild">
74+
</Target>
75+
-->
76+
</Project>

UnityPomodoro/Assembly-CSharp.csproj

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@
176176
<None Include="Assets\TextMesh Pro\Shaders\TMP_Bitmap-Mobile.shader" />
177177
<Folder Include="Assets\AdrianMiasik\Prefabs\Core" />
178178
<Folder Include="Assets\AdrianMiasik\Scripts\Components\Core\Settings" />
179+
<Folder Include="Assets\StreamingAssets" />
179180
<Folder Include="Assets\AdrianMiasik\Scripts\Android" />
180181
<Folder Include="Assets\Facepunch.Steamworks\redistributable_bin" />
181182
<Folder Include="Assets\Facepunch.Steamworks\redistributable_bin\linux32" />
@@ -972,6 +973,46 @@
972973
<Project>{2fcf79b6-f632-a61b-c376-f027cb89cda8}</Project>
973974
<Name>LeTai.TranslucentImage.Editor</Name>
974975
</ProjectReference>
976+
<ProjectReference Include="QFSW.QC.Editor.csproj">
977+
<Project>{8081bb53-752b-09dc-a2c0-2afcfa3c6a46}</Project>
978+
<Name>QFSW.QC.Editor</Name>
979+
</ProjectReference>
980+
<ProjectReference Include="QFSW.QC.Suggestors.csproj">
981+
<Project>{a9e12aec-09e2-b51b-042c-4688c042f427}</Project>
982+
<Name>QFSW.QC.Suggestors</Name>
983+
</ProjectReference>
984+
<ProjectReference Include="QFSW.QC.Serializers.csproj">
985+
<Project>{6cc34e04-b50d-7ebe-8f46-b93ee154f602}</Project>
986+
<Name>QFSW.QC.Serializers</Name>
987+
</ProjectReference>
988+
<ProjectReference Include="QFSW.QC.Grammar.csproj">
989+
<Project>{51fa42d4-0de3-1843-ee2f-ab8cb53ec7ff}</Project>
990+
<Name>QFSW.QC.Grammar</Name>
991+
</ProjectReference>
992+
<ProjectReference Include="QFSW.QC.csproj">
993+
<Project>{aacbe6ec-c45d-c9ee-43a2-1009271f423a}</Project>
994+
<Name>QFSW.QC</Name>
995+
</ProjectReference>
996+
<ProjectReference Include="QFSW.QC.Parsers.csproj">
997+
<Project>{7fd5e3a3-1d48-ed25-2a9b-6437928c7a02}</Project>
998+
<Name>QFSW.QC.Parsers</Name>
999+
</ProjectReference>
1000+
<ProjectReference Include="QFSW.QC.UI.csproj">
1001+
<Project>{f79a2727-34a6-216d-30d3-c273a846673b}</Project>
1002+
<Name>QFSW.QC.UI</Name>
1003+
</ProjectReference>
1004+
<ProjectReference Include="QFSW.QC.ScanRules.csproj">
1005+
<Project>{e19baa62-4e52-324b-76e5-0cd6e6b4f649}</Project>
1006+
<Name>QFSW.QC.ScanRules</Name>
1007+
</ProjectReference>
1008+
<ProjectReference Include="QFSW.QC.QGUI.csproj">
1009+
<Project>{b17e5dc0-e193-106d-c3b8-66c8b3e203c5}</Project>
1010+
<Name>QFSW.QC.QGUI</Name>
1011+
</ProjectReference>
1012+
<ProjectReference Include="QFSW.QC.Editor.Tools.csproj">
1013+
<Project>{10ce77e3-20d0-25a3-aaa1-6e6789026b7c}</Project>
1014+
<Name>QFSW.QC.Editor.Tools</Name>
1015+
</ProjectReference>
9751016
</ItemGroup>
9761017
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
9771018
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

0 commit comments

Comments
 (0)