新建引导屏程序
@ -1,630 +0,0 @@
|
||||
@charset "utf-8";
|
||||
|
||||
/* CSS Document */
|
||||
* {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box
|
||||
}
|
||||
|
||||
*,
|
||||
body {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
color: #222;
|
||||
font-family: "微软雅黑";
|
||||
}
|
||||
|
||||
body {
|
||||
background: #000d4a url(../images/bg.jpg) center center;
|
||||
background-size: cover;
|
||||
color: #666;
|
||||
font-size: .1rem;
|
||||
}
|
||||
|
||||
li {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: electronicFont;
|
||||
src: url(../font/DS-DIGIT.TTF)
|
||||
}
|
||||
|
||||
i {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
text-indent: 0px;
|
||||
}
|
||||
|
||||
img {
|
||||
border: none;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #399bff;
|
||||
}
|
||||
|
||||
a.active,
|
||||
a:focus {
|
||||
outline: none !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
ol,
|
||||
ul,
|
||||
p,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
padding: 0;
|
||||
margin: 0
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #06c;
|
||||
text-decoration: none !important
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.clearfix:after,
|
||||
.clearfix:before {
|
||||
display: table;
|
||||
content: " "
|
||||
}
|
||||
|
||||
.clearfix:after {
|
||||
clear: both
|
||||
}
|
||||
|
||||
.pulll_left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.pulll_right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/*谷哥滚动条样式*/
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
position: absolute
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: #5bc0de
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background-color: #ddd
|
||||
}
|
||||
|
||||
/***/
|
||||
|
||||
.loading {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
font-size: .3rem;
|
||||
z-index: 100000000;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: #1a1a1c;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.loadbox {
|
||||
position: absolute;
|
||||
width: 160px;
|
||||
height: 150px;
|
||||
color: #324e93;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
margin-top: -100px;
|
||||
margin-left: -75px;
|
||||
}
|
||||
|
||||
.loadbox img {
|
||||
margin: 10px auto;
|
||||
display: block;
|
||||
width: 40px;
|
||||
}
|
||||
|
||||
.copyright {
|
||||
line-height: .5rem;
|
||||
text-align: center;
|
||||
padding-right: 15px;
|
||||
bottom: 0;
|
||||
color: rgba(255, 255, 255, .5);
|
||||
font-size: .12rem;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.head {
|
||||
height: 1.05rem;
|
||||
background: url(../images/head_bg.png) no-repeat center center;
|
||||
background-size: 100% 100%;
|
||||
position: relative
|
||||
}
|
||||
|
||||
.head h1 {
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
font-size: .42rem;
|
||||
line-height: .75rem;
|
||||
}
|
||||
|
||||
.head h1 img {
|
||||
width: 1.5rem;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.time {
|
||||
position: absolute;
|
||||
right: .15rem;
|
||||
top: 0;
|
||||
line-height: .75rem;
|
||||
color: rgba(255, 255, 255, .7);
|
||||
font-size: .26rem;
|
||||
padding-right: .1rem;
|
||||
font-family: electronicFont;
|
||||
}
|
||||
|
||||
.mainbox {
|
||||
padding: 0 .2rem 0rem .2rem;
|
||||
height: calc(70% - 1.05rem)
|
||||
}
|
||||
|
||||
.mainbox>ul {
|
||||
margin-left: -.1rem;
|
||||
margin-right: -.1rem;
|
||||
height: 100%
|
||||
}
|
||||
|
||||
.mainbox>ul>li {
|
||||
float: left;
|
||||
padding: 0 .1rem;
|
||||
height: 100%;
|
||||
width: 30%
|
||||
}
|
||||
|
||||
.mainbox>ul>li:nth-child(2) {
|
||||
width: 40%
|
||||
}
|
||||
|
||||
.mainbox2 {
|
||||
padding: 0 .2rem 0rem .2rem;
|
||||
height: calc(30% - .5rem)
|
||||
}
|
||||
|
||||
.mainbox2>ul {
|
||||
margin-left: -.1rem;
|
||||
margin-right: -.1rem;
|
||||
height: 100%
|
||||
}
|
||||
|
||||
.mainbox2>ul>li {
|
||||
float: left;
|
||||
padding: 0 .1rem;
|
||||
height: 100%;
|
||||
width: 50%
|
||||
}
|
||||
|
||||
|
||||
|
||||
.boxall {
|
||||
border: 1px solid rgba(25, 186, 139, .17);
|
||||
padding: 0 .2rem .2rem .2rem;
|
||||
background: rgba(255, 255, 255, .04) url(../images/line.png);
|
||||
background-size: 100% auto;
|
||||
position: relative;
|
||||
margin-bottom: .15rem;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.boxall:before,
|
||||
.boxall:after {
|
||||
position: absolute;
|
||||
width: .1rem;
|
||||
height: .1rem;
|
||||
content: "";
|
||||
border-top: 2px solid #02a6b5;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.boxall:before,
|
||||
.boxfoot:before {
|
||||
border-left: 2px solid #02a6b5;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.boxall:after,
|
||||
.boxfoot:after {
|
||||
border-right: 2px solid #02a6b5;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.alltitle {
|
||||
font-size: .18rem;
|
||||
color: #fff;
|
||||
line-height: .4rem;
|
||||
border-bottom: 1px dotted rgba(255, 255, 255, .2);
|
||||
}
|
||||
|
||||
.boxnav {
|
||||
height: calc(100% - .4rem);
|
||||
}
|
||||
|
||||
.boxfoot {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.boxfoot:before,
|
||||
.boxfoot:after {
|
||||
position: absolute;
|
||||
width: .1rem;
|
||||
height: .1rem;
|
||||
content: "";
|
||||
border-bottom: 2px solid #02a6b5;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.barnav {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.bar {
|
||||
background: rgba(101, 132, 226, .1);
|
||||
padding: .15rem;
|
||||
}
|
||||
|
||||
.barbox li,
|
||||
.barbox2 li {
|
||||
width: 33.33333%;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.barbox:before,
|
||||
.barbox:after {
|
||||
position: absolute;
|
||||
width: .3rem;
|
||||
height: .1rem;
|
||||
content: "";
|
||||
}
|
||||
|
||||
.barbox:before {
|
||||
border-left: 2px solid #02a6b5;
|
||||
left: 0;
|
||||
border-top: 2px solid #02a6b5;
|
||||
}
|
||||
|
||||
.barbox:after {
|
||||
border-right: 2px solid #02a6b5;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
border-bottom: 2px solid #02a6b5;
|
||||
}
|
||||
|
||||
.barbox li:before {
|
||||
position: absolute;
|
||||
content: "";
|
||||
height: 50%;
|
||||
width: 1px;
|
||||
background: rgba(255, 255, 255, .2);
|
||||
right: 0;
|
||||
top: 25%;
|
||||
}
|
||||
|
||||
.barbox {
|
||||
border: 1px solid rgba(25, 186, 139, .17);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.barbox li {
|
||||
font-size: .5rem;
|
||||
color: #ffeb7b;
|
||||
padding: .05rem 0;
|
||||
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
|
||||
font-weight: bold;
|
||||
font-family: electronicFont;
|
||||
}
|
||||
|
||||
.barbox2 li {
|
||||
font-size: .19rem;
|
||||
color: rgba(255, 255, 255, .7);
|
||||
}
|
||||
|
||||
.mapbox {
|
||||
height: calc(100%);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.map {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
z-index: 9;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.map4 {
|
||||
width: 200%;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
left: -50%;
|
||||
top: 4%;
|
||||
margin-top: .2rem;
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
.map1 {
|
||||
width: 6.43rem;
|
||||
z-index: 2;
|
||||
top: .45rem;
|
||||
left: .66rem;
|
||||
animation: myfirst2 15s infinite linear;
|
||||
}
|
||||
|
||||
.map2 {
|
||||
width: 5.66rem;
|
||||
top: .85rem;
|
||||
left: 1.03rem;
|
||||
z-index: 3;
|
||||
opacity: 0.2;
|
||||
animation: myfirst 10s infinite linear;
|
||||
}
|
||||
|
||||
.map3 {
|
||||
width: 5.18rem;
|
||||
top: 1.07rem;
|
||||
left: 1.4rem;
|
||||
z-index: 1;
|
||||
transform: scale(.8);
|
||||
opacity: .6
|
||||
}
|
||||
|
||||
.map1,
|
||||
.map2,
|
||||
.map3 {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.wrap {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.wrap li {
|
||||
line-height: .42rem;
|
||||
height: .42rem;
|
||||
text-indent: .24rem;
|
||||
margin-bottom: .1rem;
|
||||
}
|
||||
|
||||
.wrap li p {
|
||||
border: 1px solid rgba(25, 186, 139, .17);
|
||||
}
|
||||
|
||||
.wrap li p {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.wrap li p {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 80%;
|
||||
}
|
||||
|
||||
.wrap li p span {
|
||||
color: rgba(255, 255, 255, .6);
|
||||
text-align: center;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
width: 20%;
|
||||
font-size: .16rem;
|
||||
}
|
||||
|
||||
.wrap li p span:first-child {
|
||||
width: 40%;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.sycm ul {
|
||||
padding: .16rem 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.sycm li {
|
||||
float: left;
|
||||
width: 25%;
|
||||
text-align: center;
|
||||
position: relative
|
||||
}
|
||||
|
||||
.sycm li:before {
|
||||
position: absolute;
|
||||
content: "";
|
||||
height: 30%;
|
||||
width: 1px;
|
||||
background: rgba(255, 255, 255, .1);
|
||||
right: 0;
|
||||
top: 15%;
|
||||
}
|
||||
|
||||
.sycm {
|
||||
height: 80%;
|
||||
display: flex;
|
||||
align-items: center
|
||||
}
|
||||
|
||||
.sycm li:last-child:before,
|
||||
.sycm2 li:nth-child(3):before {
|
||||
width: 0;
|
||||
}
|
||||
|
||||
.sycm li h2 {
|
||||
font-size: .3rem;
|
||||
color: #46b8ff;
|
||||
padding-bottom: .2rem;
|
||||
}
|
||||
|
||||
.sycm li span {
|
||||
font-size: .2rem;
|
||||
color: #fff;
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.sycm2 {
|
||||
height: 90%
|
||||
}
|
||||
|
||||
.sycm2 li {
|
||||
width: 33.3333%;
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
.sycm2 li h2 {
|
||||
color: #2ad08a
|
||||
}
|
||||
|
||||
.btbox {
|
||||
height: 100%
|
||||
}
|
||||
|
||||
.btbox li {
|
||||
height: 100%;
|
||||
float: left;
|
||||
width: 25%;
|
||||
padding-left: 5%;
|
||||
}
|
||||
|
||||
@keyframes myfirst2 {
|
||||
from {
|
||||
transform: rotate(0deg) scale(.8);
|
||||
}
|
||||
|
||||
to {
|
||||
transform: rotate(359deg) scale(.8);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes myfirst {
|
||||
from {
|
||||
transform: rotate(0deg) scale(.8);
|
||||
}
|
||||
|
||||
to {
|
||||
transform: rotate(-359deg) scale(.8);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/*Plugin CSS*/
|
||||
.str_wrap {
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
-moz-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
user-select: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
||||
.str_move {
|
||||
white-space: nowrap;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
.str_move_clone {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
position: absolute;
|
||||
left: 100%;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.str_vertical .str_move_clone {
|
||||
left: 0;
|
||||
top: 100%;
|
||||
}
|
||||
|
||||
.str_down .str_move_clone {
|
||||
left: 0;
|
||||
bottom: 100%;
|
||||
}
|
||||
|
||||
.str_vertical .str_move,
|
||||
.str_down .str_move {
|
||||
white-space: normal;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.str_static .str_move,
|
||||
.no_drag .str_move,
|
||||
.noStop .str_move {
|
||||
cursor: inherit;
|
||||
}
|
||||
|
||||
.str_wrap img {
|
||||
max-width: none !important;
|
||||
}
|
||||
|
||||
|
||||
.alltitle .pulll_right a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.alltitle .pulll_right a span {
|
||||
display: inline-block;
|
||||
background: #58c485;
|
||||
width: .16rem;
|
||||
height: .16rem;
|
||||
vertical-align: middle;
|
||||
border-radius: 50%;
|
||||
margin: 0 .05rem 0 .1rem;
|
||||
}
|
||||
|
||||
.alltitle .pulll_right a:nth-child(2) span {
|
||||
background: #ea7231;
|
||||
}
|
||||
|
||||
.alltitle .sebtn a {
|
||||
opacity: .6;
|
||||
display: inline-block;
|
||||
padding: 0 .1rem
|
||||
}
|
||||
|
||||
.alltitle .sebtn a.active {
|
||||
opacity: 1
|
||||
}
|
||||
|
Before Width: | Height: | Size: 701 B |
|
Before Width: | Height: | Size: 293 KiB |
|
Before Width: | Height: | Size: 7.7 KiB |
|
Before Width: | Height: | Size: 72 KiB |
|
Before Width: | Height: | Size: 81 KiB |
|
Before Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 701 B |
|
Before Width: | Height: | Size: 302 KiB |
@ -0,0 +1,9 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
|
||||
@ -0,0 +1,23 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("GuideScreen.Common")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("GuideScreen.Common")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("GuideScreen.Common")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// 由 MSBuild WriteCodeFragment 类生成。
|
||||
|
||||
@ -0,0 +1 @@
|
||||
1aec5a78f1c0457b359d395d7cf681b341708774
|
||||
@ -0,0 +1,11 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net6.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = GuideScreen.Common
|
||||
build_property.ProjectDir = D:\Source\wisdomstation\guidescreen\GuideScreen\GuideScreen.Common\
|
||||
@ -0,0 +1,8 @@
|
||||
// <auto-generated/>
|
||||
global using global::System;
|
||||
global using global::System.Collections.Generic;
|
||||
global using global::System.IO;
|
||||
global using global::System.Linq;
|
||||
global using global::System.Net.Http;
|
||||
global using global::System.Threading;
|
||||
global using global::System.Threading.Tasks;
|
||||
@ -0,0 +1,67 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"D:\\Source\\wisdomstation\\guidescreen\\GuideScreen\\GuideScreen.Common\\GuideScreen.Common.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"D:\\Source\\wisdomstation\\guidescreen\\GuideScreen\\GuideScreen.Common\\GuideScreen.Common.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "D:\\Source\\wisdomstation\\guidescreen\\GuideScreen\\GuideScreen.Common\\GuideScreen.Common.csproj",
|
||||
"projectName": "GuideScreen.Common",
|
||||
"projectPath": "D:\\Source\\wisdomstation\\guidescreen\\GuideScreen\\GuideScreen.Common\\GuideScreen.Common.csproj",
|
||||
"packagesPath": "C:\\Users\\Think\\.nuget\\packages\\",
|
||||
"outputPath": "D:\\Source\\wisdomstation\\guidescreen\\GuideScreen\\GuideScreen.Common\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\Think\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net6.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.100\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Think\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.4.0</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="C:\Users\Think\.nuget\packages\" />
|
||||
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
|
||||
@ -0,0 +1,73 @@
|
||||
{
|
||||
"version": 3,
|
||||
"targets": {
|
||||
"net6.0": {}
|
||||
},
|
||||
"libraries": {},
|
||||
"projectFileDependencyGroups": {
|
||||
"net6.0": []
|
||||
},
|
||||
"packageFolders": {
|
||||
"C:\\Users\\Think\\.nuget\\packages\\": {},
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
|
||||
},
|
||||
"project": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "D:\\Source\\wisdomstation\\guidescreen\\GuideScreen\\GuideScreen.Common\\GuideScreen.Common.csproj",
|
||||
"projectName": "GuideScreen.Common",
|
||||
"projectPath": "D:\\Source\\wisdomstation\\guidescreen\\GuideScreen\\GuideScreen.Common\\GuideScreen.Common.csproj",
|
||||
"packagesPath": "C:\\Users\\Think\\.nuget\\packages\\",
|
||||
"outputPath": "D:\\Source\\wisdomstation\\guidescreen\\GuideScreen\\GuideScreen.Common\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\Think\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net6.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.100\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,8 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "tvVxE6LfLujVwZ/APqHH/5gtp/kpW1e5ozgFGowYxXFNzKpSkDnuWLUHWcbFQxwtItXup9yZSATIemEmB4pUZw==",
|
||||
"success": true,
|
||||
"projectFilePath": "D:\\Source\\wisdomstation\\guidescreen\\GuideScreen\\GuideScreen.Common\\GuideScreen.Common.csproj",
|
||||
"expectedPackageFiles": [],
|
||||
"logs": []
|
||||
}
|
||||
@ -0,0 +1,10 @@
|
||||
namespace GuideScreen.Control
|
||||
{
|
||||
public partial class Form1 : Form
|
||||
{
|
||||
public Form1()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,120 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
</root>
|
||||
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<Compile Update="Form1.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@ -0,0 +1,17 @@
|
||||
namespace GuideScreen.Control
|
||||
{
|
||||
internal static class Program
|
||||
{
|
||||
/// <summary>
|
||||
/// The main entry point for the application.
|
||||
/// </summary>
|
||||
[STAThread]
|
||||
static void Main()
|
||||
{
|
||||
// To customize application configuration such as set high DPI settings or default font,
|
||||
// see https://aka.ms/applicationconfiguration.
|
||||
ApplicationConfiguration.Initialize();
|
||||
Application.Run(new Form1());
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
|
||||
@ -0,0 +1,25 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("GuideScreen.Control")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("GuideScreen.Control")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("GuideScreen.Control")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
|
||||
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
|
||||
|
||||
// 由 MSBuild WriteCodeFragment 类生成。
|
||||
|
||||
@ -0,0 +1 @@
|
||||
3c75d92b605d6690ca7c87703a060b53a01102d9
|
||||
@ -0,0 +1,17 @@
|
||||
is_global = true
|
||||
build_property.ApplicationManifest =
|
||||
build_property.StartupObject =
|
||||
build_property.ApplicationDefaultFont =
|
||||
build_property.ApplicationHighDpiMode =
|
||||
build_property.ApplicationUseCompatibleTextRendering =
|
||||
build_property.ApplicationVisualStyles =
|
||||
build_property.TargetFramework = net6.0-windows
|
||||
build_property.TargetPlatformMinVersion = 7.0
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = GuideScreen.Control
|
||||
build_property.ProjectDir = D:\Source\wisdomstation\guidescreen\GuideScreen\GuideScreen.Control\
|
||||
@ -0,0 +1,10 @@
|
||||
// <auto-generated/>
|
||||
global using global::System;
|
||||
global using global::System.Collections.Generic;
|
||||
global using global::System.Drawing;
|
||||
global using global::System.IO;
|
||||
global using global::System.Linq;
|
||||
global using global::System.Net.Http;
|
||||
global using global::System.Threading;
|
||||
global using global::System.Threading.Tasks;
|
||||
global using global::System.Windows.Forms;
|
||||
@ -0,0 +1,11 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v6.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v6.0": {}
|
||||
},
|
||||
"libraries": {}
|
||||
}
|
||||
@ -0,0 +1,23 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net6.0",
|
||||
"frameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "6.0.0"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.WindowsDesktop.App",
|
||||
"version": "6.0.0"
|
||||
}
|
||||
],
|
||||
"additionalProbingPaths": [
|
||||
"C:\\Users\\Think\\.dotnet\\store\\|arch|\\|tfm|",
|
||||
"C:\\Users\\Think\\.nuget\\packages",
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configProperties": {
|
||||
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,70 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"D:\\Source\\wisdomstation\\guidescreen\\GuideScreen\\GuideScreen.Control\\GuideScreen.Control.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"D:\\Source\\wisdomstation\\guidescreen\\GuideScreen\\GuideScreen.Control\\GuideScreen.Control.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "D:\\Source\\wisdomstation\\guidescreen\\GuideScreen\\GuideScreen.Control\\GuideScreen.Control.csproj",
|
||||
"projectName": "GuideScreen.Control",
|
||||
"projectPath": "D:\\Source\\wisdomstation\\guidescreen\\GuideScreen\\GuideScreen.Control\\GuideScreen.Control.csproj",
|
||||
"packagesPath": "C:\\Users\\Think\\.nuget\\packages\\",
|
||||
"outputPath": "D:\\Source\\wisdomstation\\guidescreen\\GuideScreen\\GuideScreen.Control\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\Think\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net6.0-windows"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0-windows7.0": {
|
||||
"targetAlias": "net6.0-windows",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0-windows7.0": {
|
||||
"targetAlias": "net6.0-windows",
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
},
|
||||
"Microsoft.WindowsDesktop.App.WindowsForms": {
|
||||
"privateAssets": "none"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.100\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Think\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.4.0</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="C:\Users\Think\.nuget\packages\" />
|
||||
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
|
||||
@ -0,0 +1,76 @@
|
||||
{
|
||||
"version": 3,
|
||||
"targets": {
|
||||
"net6.0-windows7.0": {}
|
||||
},
|
||||
"libraries": {},
|
||||
"projectFileDependencyGroups": {
|
||||
"net6.0-windows7.0": []
|
||||
},
|
||||
"packageFolders": {
|
||||
"C:\\Users\\Think\\.nuget\\packages\\": {},
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
|
||||
},
|
||||
"project": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "D:\\Source\\wisdomstation\\guidescreen\\GuideScreen\\GuideScreen.Control\\GuideScreen.Control.csproj",
|
||||
"projectName": "GuideScreen.Control",
|
||||
"projectPath": "D:\\Source\\wisdomstation\\guidescreen\\GuideScreen\\GuideScreen.Control\\GuideScreen.Control.csproj",
|
||||
"packagesPath": "C:\\Users\\Think\\.nuget\\packages\\",
|
||||
"outputPath": "D:\\Source\\wisdomstation\\guidescreen\\GuideScreen\\GuideScreen.Control\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\Think\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net6.0-windows"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0-windows7.0": {
|
||||
"targetAlias": "net6.0-windows",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0-windows7.0": {
|
||||
"targetAlias": "net6.0-windows",
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
},
|
||||
"Microsoft.WindowsDesktop.App.WindowsForms": {
|
||||
"privateAssets": "none"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.100\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,8 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "lJLCNNMNoY7t0EwPvMohfs1JbksKnwDIBGhBBcYRDn9iCTO6IZMHb0RKZy8zPGkMIOr+AaewYsh4MS0vuDyQ2g==",
|
||||
"success": true,
|
||||
"projectFilePath": "D:\\Source\\wisdomstation\\guidescreen\\GuideScreen\\GuideScreen.Control\\GuideScreen.Control.csproj",
|
||||
"expectedPackageFiles": [],
|
||||
"logs": []
|
||||
}
|
||||
@ -0,0 +1,10 @@
|
||||
namespace GuideScreen
|
||||
{
|
||||
public partial class FormScreen : Form
|
||||
{
|
||||
public FormScreen()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,120 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
</root>
|
||||
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<Compile Update="Form1.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@ -0,0 +1,17 @@
|
||||
namespace GuideScreen
|
||||
{
|
||||
internal static class Program
|
||||
{
|
||||
/// <summary>
|
||||
/// The main entry point for the application.
|
||||
/// </summary>
|
||||
[STAThread]
|
||||
static void Main()
|
||||
{
|
||||
// To customize application configuration such as set high DPI settings or default font,
|
||||
// see https://aka.ms/applicationconfiguration.
|
||||
ApplicationConfiguration.Initialize();
|
||||
Application.Run(new FormScreen());
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,23 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v6.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v6.0": {
|
||||
"GuideScreen.UI/1.0.0": {
|
||||
"runtime": {
|
||||
"GuideScreen.UI.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"GuideScreen.UI/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,15 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net6.0",
|
||||
"frameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "6.0.0"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.WindowsDesktop.App",
|
||||
"version": "6.0.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
|
||||
@ -0,0 +1,25 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("GuideScreen")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("GuideScreen")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("GuideScreen")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
|
||||
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
|
||||
|
||||
// 由 MSBuild WriteCodeFragment 类生成。
|
||||
|
||||
@ -0,0 +1 @@
|
||||
95126523836b72ba9d2dfdeb1ea74efa8ef4a4dd
|
||||
@ -0,0 +1,17 @@
|
||||
is_global = true
|
||||
build_property.ApplicationManifest =
|
||||
build_property.StartupObject =
|
||||
build_property.ApplicationDefaultFont =
|
||||
build_property.ApplicationHighDpiMode =
|
||||
build_property.ApplicationUseCompatibleTextRendering =
|
||||
build_property.ApplicationVisualStyles =
|
||||
build_property.TargetFramework = net6.0-windows
|
||||
build_property.TargetPlatformMinVersion = 7.0
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = GuideScreen
|
||||
build_property.ProjectDir = D:\Source\wisdomstation\guidescreen\GuideScreen\GuideScreen\
|
||||
@ -0,0 +1,10 @@
|
||||
// <auto-generated/>
|
||||
global using global::System;
|
||||
global using global::System.Collections.Generic;
|
||||
global using global::System.Drawing;
|
||||
global using global::System.IO;
|
||||
global using global::System.Linq;
|
||||
global using global::System.Net.Http;
|
||||
global using global::System.Threading;
|
||||
global using global::System.Threading.Tasks;
|
||||
global using global::System.Windows.Forms;
|
||||
@ -0,0 +1,25 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("GuideScreen.UI")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("GuideScreen.UI")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("GuideScreen.UI")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
|
||||
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
|
||||
|
||||
// 由 MSBuild WriteCodeFragment 类生成。
|
||||
|
||||
@ -0,0 +1 @@
|
||||
e5d93cb2e3070e90508a44b1b9490b76167a62e4
|
||||
@ -0,0 +1,17 @@
|
||||
is_global = true
|
||||
build_property.ApplicationManifest =
|
||||
build_property.StartupObject =
|
||||
build_property.ApplicationDefaultFont =
|
||||
build_property.ApplicationHighDpiMode =
|
||||
build_property.ApplicationUseCompatibleTextRendering =
|
||||
build_property.ApplicationVisualStyles =
|
||||
build_property.TargetFramework = net6.0-windows
|
||||
build_property.TargetPlatformMinVersion = 7.0
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = GuideScreen.UI
|
||||
build_property.ProjectDir = D:\Source\wisdomstation\guidescreen\GuideScreen\GuideScreen.UI\
|
||||
@ -0,0 +1,10 @@
|
||||
// <auto-generated/>
|
||||
global using global::System;
|
||||
global using global::System.Collections.Generic;
|
||||
global using global::System.Drawing;
|
||||
global using global::System.IO;
|
||||
global using global::System.Linq;
|
||||
global using global::System.Net.Http;
|
||||
global using global::System.Threading;
|
||||
global using global::System.Threading.Tasks;
|
||||
global using global::System.Windows.Forms;
|
||||
@ -0,0 +1 @@
|
||||
b83ba758c28e2e18db0688eaddd79d31054512ae
|
||||
@ -0,0 +1,17 @@
|
||||
D:\Source\wisdomstation\guidescreen\GuideScreen\GuideScreen.UI\bin\Debug\net6.0-windows\GuideScreen.UI.exe
|
||||
D:\Source\wisdomstation\guidescreen\GuideScreen\GuideScreen.UI\bin\Debug\net6.0-windows\GuideScreen.UI.deps.json
|
||||
D:\Source\wisdomstation\guidescreen\GuideScreen\GuideScreen.UI\bin\Debug\net6.0-windows\GuideScreen.UI.runtimeconfig.json
|
||||
D:\Source\wisdomstation\guidescreen\GuideScreen\GuideScreen.UI\bin\Debug\net6.0-windows\GuideScreen.UI.dll
|
||||
D:\Source\wisdomstation\guidescreen\GuideScreen\GuideScreen.UI\bin\Debug\net6.0-windows\GuideScreen.UI.pdb
|
||||
D:\Source\wisdomstation\guidescreen\GuideScreen\GuideScreen.UI\obj\Debug\net6.0-windows\GuideScreen.UI.csproj.AssemblyReference.cache
|
||||
D:\Source\wisdomstation\guidescreen\GuideScreen\GuideScreen.UI\obj\Debug\net6.0-windows\GuideScreen.Form1.resources
|
||||
D:\Source\wisdomstation\guidescreen\GuideScreen\GuideScreen.UI\obj\Debug\net6.0-windows\GuideScreen.UI.csproj.GenerateResource.cache
|
||||
D:\Source\wisdomstation\guidescreen\GuideScreen\GuideScreen.UI\obj\Debug\net6.0-windows\GuideScreen.UI.GeneratedMSBuildEditorConfig.editorconfig
|
||||
D:\Source\wisdomstation\guidescreen\GuideScreen\GuideScreen.UI\obj\Debug\net6.0-windows\GuideScreen.UI.AssemblyInfoInputs.cache
|
||||
D:\Source\wisdomstation\guidescreen\GuideScreen\GuideScreen.UI\obj\Debug\net6.0-windows\GuideScreen.UI.AssemblyInfo.cs
|
||||
D:\Source\wisdomstation\guidescreen\GuideScreen\GuideScreen.UI\obj\Debug\net6.0-windows\GuideScreen.UI.csproj.CoreCompileInputs.cache
|
||||
D:\Source\wisdomstation\guidescreen\GuideScreen\GuideScreen.UI\obj\Debug\net6.0-windows\GuideScreen.UI.dll
|
||||
D:\Source\wisdomstation\guidescreen\GuideScreen\GuideScreen.UI\obj\Debug\net6.0-windows\refint\GuideScreen.UI.dll
|
||||
D:\Source\wisdomstation\guidescreen\GuideScreen\GuideScreen.UI\obj\Debug\net6.0-windows\GuideScreen.UI.pdb
|
||||
D:\Source\wisdomstation\guidescreen\GuideScreen\GuideScreen.UI\obj\Debug\net6.0-windows\GuideScreen.UI.genruntimeconfig.cache
|
||||
D:\Source\wisdomstation\guidescreen\GuideScreen\GuideScreen.UI\obj\Debug\net6.0-windows\ref\GuideScreen.UI.dll
|
||||
@ -0,0 +1,11 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v6.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v6.0": {}
|
||||
},
|
||||
"libraries": {}
|
||||
}
|
||||
@ -0,0 +1,23 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net6.0",
|
||||
"frameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "6.0.0"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.WindowsDesktop.App",
|
||||
"version": "6.0.0"
|
||||
}
|
||||
],
|
||||
"additionalProbingPaths": [
|
||||
"C:\\Users\\Think\\.dotnet\\store\\|arch|\\|tfm|",
|
||||
"C:\\Users\\Think\\.nuget\\packages",
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configProperties": {
|
||||
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1 @@
|
||||
6051042080941310ae27e9f21f18aaa6df89e6ea
|
||||