diff --git a/.vs/FlyExe/DesignTimeBuild/.dtbcache.v2 b/.vs/FlyExe/DesignTimeBuild/.dtbcache.v2 new file mode 100644 index 0000000..a66e717 Binary files /dev/null and b/.vs/FlyExe/DesignTimeBuild/.dtbcache.v2 differ diff --git a/.vs/FlyExe/FileContentIndex/124e4186-c35d-4dde-ad2f-63dd8edd14c4.vsidx b/.vs/FlyExe/FileContentIndex/124e4186-c35d-4dde-ad2f-63dd8edd14c4.vsidx new file mode 100644 index 0000000..a7d76f1 Binary files /dev/null and b/.vs/FlyExe/FileContentIndex/124e4186-c35d-4dde-ad2f-63dd8edd14c4.vsidx differ diff --git a/.vs/FlyExe/FileContentIndex/72c9f04f-4bd5-45c6-9440-1afcf6b14d26.vsidx b/.vs/FlyExe/FileContentIndex/72c9f04f-4bd5-45c6-9440-1afcf6b14d26.vsidx new file mode 100644 index 0000000..dc7a2c3 Binary files /dev/null and b/.vs/FlyExe/FileContentIndex/72c9f04f-4bd5-45c6-9440-1afcf6b14d26.vsidx differ diff --git a/.vs/FlyExe/FileContentIndex/74b59f47-614c-4029-81ed-4b178bf97c58.vsidx b/.vs/FlyExe/FileContentIndex/74b59f47-614c-4029-81ed-4b178bf97c58.vsidx new file mode 100644 index 0000000..9f52a75 Binary files /dev/null and b/.vs/FlyExe/FileContentIndex/74b59f47-614c-4029-81ed-4b178bf97c58.vsidx differ diff --git a/.vs/FlyExe/FileContentIndex/b75af805-6b46-49a3-ab66-a559198c7ac7.vsidx b/.vs/FlyExe/FileContentIndex/b75af805-6b46-49a3-ab66-a559198c7ac7.vsidx new file mode 100644 index 0000000..9d0fb47 Binary files /dev/null and b/.vs/FlyExe/FileContentIndex/b75af805-6b46-49a3-ab66-a559198c7ac7.vsidx differ diff --git a/.vs/FlyExe/v16/.suo b/.vs/FlyExe/v16/.suo new file mode 100644 index 0000000..66fb45e Binary files /dev/null and b/.vs/FlyExe/v16/.suo differ diff --git a/.vs/FlyExe/v17/.futdcache.v2 b/.vs/FlyExe/v17/.futdcache.v2 new file mode 100644 index 0000000..33ceeed Binary files /dev/null and b/.vs/FlyExe/v17/.futdcache.v2 differ diff --git a/.vs/FlyExe/v17/.suo b/.vs/FlyExe/v17/.suo new file mode 100644 index 0000000..b7f57ca Binary files /dev/null and b/.vs/FlyExe/v17/.suo differ diff --git a/.vs/ProjectEvaluation/flyexe.metadata.v7.bin b/.vs/ProjectEvaluation/flyexe.metadata.v7.bin new file mode 100644 index 0000000..93581b3 Binary files /dev/null and b/.vs/ProjectEvaluation/flyexe.metadata.v7.bin differ diff --git a/.vs/ProjectEvaluation/flyexe.projects.v7.bin b/.vs/ProjectEvaluation/flyexe.projects.v7.bin new file mode 100644 index 0000000..b7362c2 Binary files /dev/null and b/.vs/ProjectEvaluation/flyexe.projects.v7.bin differ diff --git a/FlyExe/FlightRoute.cs b/FlightRoute/FlightRoute.cs similarity index 99% rename from FlyExe/FlightRoute.cs rename to FlightRoute/FlightRoute.cs index 6704f22..bb43e1f 100644 --- a/FlyExe/FlightRoute.cs +++ b/FlightRoute/FlightRoute.cs @@ -747,7 +747,7 @@ namespace FlightRoute } private static Vector3[] ABypassB(Vector3[] startPos, Vector3[] middlePos, Vector3[] endPos, List check, double[] mRate, SomeCalculateWay StrPrint, int loopIndex = 800, double offsetDistance = 60)//法线螺旋线绕行 { - StrPrint("需要绕行总共"+ check.Count + "架。"); + StrPrint("需要绕行总共" + check.Count + "架。"); bool pa; //设置绕行 foreach (int id in check) diff --git a/FlightRoute/FlightRoute.csproj b/FlightRoute/FlightRoute.csproj new file mode 100644 index 0000000..75330c9 --- /dev/null +++ b/FlightRoute/FlightRoute.csproj @@ -0,0 +1,48 @@ + + + + + Debug + AnyCPU + {9BFB2123-2239-4A85-B5BC-0328CE7640D7} + Library + Properties + FlightRoute + FlightRoute + v4.8 + 512 + true + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/FlightRoute/Properties/AssemblyInfo.cs b/FlightRoute/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..3e72c8b --- /dev/null +++ b/FlightRoute/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// 有关程序集的一般信息由以下 +// 控制。更改这些特性值可修改 +// 与程序集关联的信息。 +[assembly: AssemblyTitle("FlightRoute")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("FlightRoute")] +[assembly: AssemblyCopyright("Copyright © 2024")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// 将 ComVisible 设置为 false 会使此程序集中的类型 +//对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型 +//请将此类型的 ComVisible 特性设置为 true。 +[assembly: ComVisible(false)] + +// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID +[assembly: Guid("9bfb2123-2239-4a85-b5bc-0328ce7640d7")] + +// 程序集的版本信息由下列四个值组成: +// +// 主版本 +// 次版本 +// 生成号 +// 修订号 +// +//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值 +//通过使用 "*",如下所示: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/FlightRoute/bin/Debug/FlightRoute.dll b/FlightRoute/bin/Debug/FlightRoute.dll new file mode 100644 index 0000000..33d5b8d Binary files /dev/null and b/FlightRoute/bin/Debug/FlightRoute.dll differ diff --git a/FlightRoute/bin/Debug/FlightRoute.pdb b/FlightRoute/bin/Debug/FlightRoute.pdb new file mode 100644 index 0000000..afda22f Binary files /dev/null and b/FlightRoute/bin/Debug/FlightRoute.pdb differ diff --git a/FlightRoute/bin/Release/FlightRoute.dll b/FlightRoute/bin/Release/FlightRoute.dll new file mode 100644 index 0000000..7c36033 Binary files /dev/null and b/FlightRoute/bin/Release/FlightRoute.dll differ diff --git a/FlightRoute/bin/Release/FlightRoute.pdb b/FlightRoute/bin/Release/FlightRoute.pdb new file mode 100644 index 0000000..a7a6735 Binary files /dev/null and b/FlightRoute/bin/Release/FlightRoute.pdb differ diff --git a/FlightRoute/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs b/FlightRoute/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs new file mode 100644 index 0000000..15efebf --- /dev/null +++ b/FlightRoute/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")] diff --git a/FlightRoute/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/FlightRoute/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..ece87a5 Binary files /dev/null and b/FlightRoute/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/FlightRoute/obj/Debug/FlightRoute.csproj.AssemblyReference.cache b/FlightRoute/obj/Debug/FlightRoute.csproj.AssemblyReference.cache new file mode 100644 index 0000000..b7c22d6 Binary files /dev/null and b/FlightRoute/obj/Debug/FlightRoute.csproj.AssemblyReference.cache differ diff --git a/FlightRoute/obj/Debug/FlightRoute.csproj.CoreCompileInputs.cache b/FlightRoute/obj/Debug/FlightRoute.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..382c7bc --- /dev/null +++ b/FlightRoute/obj/Debug/FlightRoute.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +3884201cdd256702b4d734e4d5e81513519d038e diff --git a/FlightRoute/obj/Debug/FlightRoute.csproj.FileListAbsolute.txt b/FlightRoute/obj/Debug/FlightRoute.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..39a34bd --- /dev/null +++ b/FlightRoute/obj/Debug/FlightRoute.csproj.FileListAbsolute.txt @@ -0,0 +1,6 @@ +F:\company\flyCube\repos\FlyExe\FlightRoute\bin\Debug\FlightRoute.dll +F:\company\flyCube\repos\FlyExe\FlightRoute\bin\Debug\FlightRoute.pdb +F:\company\flyCube\repos\FlyExe\FlightRoute\obj\Debug\FlightRoute.csproj.AssemblyReference.cache +F:\company\flyCube\repos\FlyExe\FlightRoute\obj\Debug\FlightRoute.csproj.CoreCompileInputs.cache +F:\company\flyCube\repos\FlyExe\FlightRoute\obj\Debug\FlightRoute.dll +F:\company\flyCube\repos\FlyExe\FlightRoute\obj\Debug\FlightRoute.pdb diff --git a/FlightRoute/obj/Debug/FlightRoute.dll b/FlightRoute/obj/Debug/FlightRoute.dll new file mode 100644 index 0000000..33d5b8d Binary files /dev/null and b/FlightRoute/obj/Debug/FlightRoute.dll differ diff --git a/FlightRoute/obj/Debug/FlightRoute.pdb b/FlightRoute/obj/Debug/FlightRoute.pdb new file mode 100644 index 0000000..afda22f Binary files /dev/null and b/FlightRoute/obj/Debug/FlightRoute.pdb differ diff --git a/FlightRoute/obj/Release/.NETFramework,Version=v4.8.AssemblyAttributes.cs b/FlightRoute/obj/Release/.NETFramework,Version=v4.8.AssemblyAttributes.cs new file mode 100644 index 0000000..15efebf --- /dev/null +++ b/FlightRoute/obj/Release/.NETFramework,Version=v4.8.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")] diff --git a/FlightRoute/obj/Release/FlightRoute.csproj.AssemblyReference.cache b/FlightRoute/obj/Release/FlightRoute.csproj.AssemblyReference.cache new file mode 100644 index 0000000..b7c22d6 Binary files /dev/null and b/FlightRoute/obj/Release/FlightRoute.csproj.AssemblyReference.cache differ diff --git a/FlightRoute/obj/Release/FlightRoute.csproj.CoreCompileInputs.cache b/FlightRoute/obj/Release/FlightRoute.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..ee272fd --- /dev/null +++ b/FlightRoute/obj/Release/FlightRoute.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +8a21238a0be619c02970148768588d6e770a7432 diff --git a/FlightRoute/obj/Release/FlightRoute.csproj.FileListAbsolute.txt b/FlightRoute/obj/Release/FlightRoute.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..086bfc4 --- /dev/null +++ b/FlightRoute/obj/Release/FlightRoute.csproj.FileListAbsolute.txt @@ -0,0 +1,6 @@ +F:\company\flyCube\repos\FlyExe\FlightRoute\bin\Release\FlightRoute.dll +F:\company\flyCube\repos\FlyExe\FlightRoute\bin\Release\FlightRoute.pdb +F:\company\flyCube\repos\FlyExe\FlightRoute\obj\Release\FlightRoute.csproj.AssemblyReference.cache +F:\company\flyCube\repos\FlyExe\FlightRoute\obj\Release\FlightRoute.csproj.CoreCompileInputs.cache +F:\company\flyCube\repos\FlyExe\FlightRoute\obj\Release\FlightRoute.dll +F:\company\flyCube\repos\FlyExe\FlightRoute\obj\Release\FlightRoute.pdb diff --git a/FlightRoute/obj/Release/FlightRoute.dll b/FlightRoute/obj/Release/FlightRoute.dll new file mode 100644 index 0000000..7c36033 Binary files /dev/null and b/FlightRoute/obj/Release/FlightRoute.dll differ diff --git a/FlightRoute/obj/Release/FlightRoute.pdb b/FlightRoute/obj/Release/FlightRoute.pdb new file mode 100644 index 0000000..a7a6735 Binary files /dev/null and b/FlightRoute/obj/Release/FlightRoute.pdb differ diff --git a/FlyExe/.vs/FlyExe/DesignTimeBuild/.dtbcache.v2 b/FlyExe/.vs/FlyExe/DesignTimeBuild/.dtbcache.v2 new file mode 100644 index 0000000..2fccccf Binary files /dev/null and b/FlyExe/.vs/FlyExe/DesignTimeBuild/.dtbcache.v2 differ diff --git a/FlyExe/.vs/FlyExe/FileContentIndex/271365d1-6678-456b-83b8-45e8d7d526d4.vsidx b/FlyExe/.vs/FlyExe/FileContentIndex/271365d1-6678-456b-83b8-45e8d7d526d4.vsidx new file mode 100644 index 0000000..d996d73 Binary files /dev/null and b/FlyExe/.vs/FlyExe/FileContentIndex/271365d1-6678-456b-83b8-45e8d7d526d4.vsidx differ diff --git a/FlyExe/.vs/FlyExe/FileContentIndex/4878c896-4873-40c9-b11a-e33b8fc68bf4.vsidx b/FlyExe/.vs/FlyExe/FileContentIndex/4878c896-4873-40c9-b11a-e33b8fc68bf4.vsidx new file mode 100644 index 0000000..dccf426 Binary files /dev/null and b/FlyExe/.vs/FlyExe/FileContentIndex/4878c896-4873-40c9-b11a-e33b8fc68bf4.vsidx differ diff --git a/FlyExe/.vs/FlyExe/FileContentIndex/634b5901-d73a-43e3-b256-20e2f4222b67.vsidx b/FlyExe/.vs/FlyExe/FileContentIndex/634b5901-d73a-43e3-b256-20e2f4222b67.vsidx new file mode 100644 index 0000000..a7d76f1 Binary files /dev/null and b/FlyExe/.vs/FlyExe/FileContentIndex/634b5901-d73a-43e3-b256-20e2f4222b67.vsidx differ diff --git a/FlyExe/.vs/FlyExe/FileContentIndex/e794a208-80ba-4457-a512-c43d1f802092.vsidx b/FlyExe/.vs/FlyExe/FileContentIndex/e794a208-80ba-4457-a512-c43d1f802092.vsidx new file mode 100644 index 0000000..08703ac Binary files /dev/null and b/FlyExe/.vs/FlyExe/FileContentIndex/e794a208-80ba-4457-a512-c43d1f802092.vsidx differ diff --git a/FlyExe/.vs/FlyExe/FileContentIndex/f6a4ef62-07a2-4330-81b8-0c1b0dcd7f98.vsidx b/FlyExe/.vs/FlyExe/FileContentIndex/f6a4ef62-07a2-4330-81b8-0c1b0dcd7f98.vsidx new file mode 100644 index 0000000..a7d76f1 Binary files /dev/null and b/FlyExe/.vs/FlyExe/FileContentIndex/f6a4ef62-07a2-4330-81b8-0c1b0dcd7f98.vsidx differ diff --git a/FlyExe/.vs/FlyExe/v17/.futdcache.v2 b/FlyExe/.vs/FlyExe/v17/.futdcache.v2 new file mode 100644 index 0000000..a252164 Binary files /dev/null and b/FlyExe/.vs/FlyExe/v17/.futdcache.v2 differ diff --git a/FlyExe/.vs/FlyExe/v17/.suo b/FlyExe/.vs/FlyExe/v17/.suo new file mode 100644 index 0000000..db9a79a Binary files /dev/null and b/FlyExe/.vs/FlyExe/v17/.suo differ diff --git a/FlyExe/.vs/ProjectEvaluation/flyexe.metadata.v7.bin b/FlyExe/.vs/ProjectEvaluation/flyexe.metadata.v7.bin new file mode 100644 index 0000000..fab1f9a Binary files /dev/null and b/FlyExe/.vs/ProjectEvaluation/flyexe.metadata.v7.bin differ diff --git a/FlyExe/.vs/ProjectEvaluation/flyexe.projects.v7.bin b/FlyExe/.vs/ProjectEvaluation/flyexe.projects.v7.bin new file mode 100644 index 0000000..3b12a82 Binary files /dev/null and b/FlyExe/.vs/ProjectEvaluation/flyexe.projects.v7.bin differ diff --git a/FlyExe/FlyExe.csproj b/FlyExe/FlyExe.csproj index 51a4d6c..eff30d6 100644 --- a/FlyExe/FlyExe.csproj +++ b/FlyExe/FlyExe.csproj @@ -39,6 +39,9 @@ lnk.ico + + FlyExe.App + @@ -67,7 +70,6 @@ App.xaml Code - MainWindow.xaml Code @@ -100,5 +102,11 @@ + + + {9bfb2123-2239-4a85-b5bc-0328ce7640d7} + FlightRoute + + \ No newline at end of file diff --git a/FlyExe.sln b/FlyExe/FlyExe.sln similarity index 61% rename from FlyExe.sln rename to FlyExe/FlyExe.sln index 6e32d5b..46dd2fe 100644 --- a/FlyExe.sln +++ b/FlyExe/FlyExe.sln @@ -1,9 +1,11 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.28307.1062 +# Visual Studio Version 17 +VisualStudioVersion = 17.7.34018.315 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlyExe", "FlyExe\FlyExe.csproj", "{BA9182A4-6469-46E6-9F89-A65E88261FE2}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlyExe", "FlyExe.csproj", "{BA9182A4-6469-46E6-9F89-A65E88261FE2}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlightRoute", "..\FlightRoute\FlightRoute.csproj", "{9BFB2123-2239-4A85-B5BC-0328CE7640D7}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -15,6 +17,10 @@ Global {BA9182A4-6469-46E6-9F89-A65E88261FE2}.Debug|Any CPU.Build.0 = Debug|Any CPU {BA9182A4-6469-46E6-9F89-A65E88261FE2}.Release|Any CPU.ActiveCfg = Release|Any CPU {BA9182A4-6469-46E6-9F89-A65E88261FE2}.Release|Any CPU.Build.0 = Release|Any CPU + {9BFB2123-2239-4A85-B5BC-0328CE7640D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9BFB2123-2239-4A85-B5BC-0328CE7640D7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9BFB2123-2239-4A85-B5BC-0328CE7640D7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9BFB2123-2239-4A85-B5BC-0328CE7640D7}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/FlyExe/app.config b/FlyExe/app.config new file mode 100644 index 0000000..3e0e37c --- /dev/null +++ b/FlyExe/app.config @@ -0,0 +1,3 @@ + + + diff --git a/FlyExe/bin/Debug/FlightRoute.dll b/FlyExe/bin/Debug/FlightRoute.dll new file mode 100644 index 0000000..33d5b8d Binary files /dev/null and b/FlyExe/bin/Debug/FlightRoute.dll differ diff --git a/FlyExe/bin/Debug/FlightRoute.pdb b/FlyExe/bin/Debug/FlightRoute.pdb new file mode 100644 index 0000000..afda22f Binary files /dev/null and b/FlyExe/bin/Debug/FlightRoute.pdb differ diff --git a/FlyExe/bin/Debug/FlyExe.exe b/FlyExe/bin/Debug/FlyExe.exe index c750f0e..c64d9a2 100644 Binary files a/FlyExe/bin/Debug/FlyExe.exe and b/FlyExe/bin/Debug/FlyExe.exe differ diff --git a/FlyExe/bin/Debug/FlyExe.exe.config b/FlyExe/bin/Debug/FlyExe.exe.config new file mode 100644 index 0000000..3e0e37c --- /dev/null +++ b/FlyExe/bin/Debug/FlyExe.exe.config @@ -0,0 +1,3 @@ + + + diff --git a/FlyExe/bin/Debug/FlyExe.pdb b/FlyExe/bin/Debug/FlyExe.pdb index 24ab748..451ec57 100644 Binary files a/FlyExe/bin/Debug/FlyExe.pdb and b/FlyExe/bin/Debug/FlyExe.pdb differ diff --git a/FlyExe/bin/Release/FlightRoute.dll b/FlyExe/bin/Release/FlightRoute.dll new file mode 100644 index 0000000..7c36033 Binary files /dev/null and b/FlyExe/bin/Release/FlightRoute.dll differ diff --git a/FlyExe/bin/Release/FlightRoute.pdb b/FlyExe/bin/Release/FlightRoute.pdb new file mode 100644 index 0000000..a7a6735 Binary files /dev/null and b/FlyExe/bin/Release/FlightRoute.pdb differ diff --git a/FlyExe/bin/Release/FlyExe.exe b/FlyExe/bin/Release/FlyExe.exe index 2e50887..4fe696a 100644 Binary files a/FlyExe/bin/Release/FlyExe.exe and b/FlyExe/bin/Release/FlyExe.exe differ diff --git a/FlyExe/bin/Release/FlyExe.exe.config b/FlyExe/bin/Release/FlyExe.exe.config new file mode 100644 index 0000000..3e0e37c --- /dev/null +++ b/FlyExe/bin/Release/FlyExe.exe.config @@ -0,0 +1,3 @@ + + + diff --git a/FlyExe/bin/Release/FlyExe.pdb b/FlyExe/bin/Release/FlyExe.pdb index d5a9e3c..824a4e7 100644 Binary files a/FlyExe/bin/Release/FlyExe.pdb and b/FlyExe/bin/Release/FlyExe.pdb differ diff --git a/FlyExe/obj/Debug/.NETFramework,Version=v4.0.AssemblyAttributes.cs b/FlyExe/obj/Debug/.NETFramework,Version=v4.0.AssemblyAttributes.cs new file mode 100644 index 0000000..5d01041 --- /dev/null +++ b/FlyExe/obj/Debug/.NETFramework,Version=v4.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.0", FrameworkDisplayName = ".NET Framework 4")] diff --git a/FlyExe/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs b/FlyExe/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs new file mode 100644 index 0000000..15efebf --- /dev/null +++ b/FlyExe/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")] diff --git a/FlyExe/obj/Debug/App.g.cs b/FlyExe/obj/Debug/App.g.cs index b8d3436..2032916 100644 --- a/FlyExe/obj/Debug/App.g.cs +++ b/FlyExe/obj/Debug/App.g.cs @@ -1,4 +1,4 @@ -#pragma checksum "..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "88D2FCC0D14F72D150CCF75A242EBFBA9C3DCC95" +#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "1791ED17CFCFA5FCE2A3BC6EA9051B84A0B7F001904B3CA6C85B128240339F17" //------------------------------------------------------------------------------ // // 此代码由工具生成。 diff --git a/FlyExe/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/FlyExe/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 30e6402..1243513 100644 Binary files a/FlyExe/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/FlyExe/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/FlyExe/obj/Debug/FlyExe.csproj.AssemblyReference.cache b/FlyExe/obj/Debug/FlyExe.csproj.AssemblyReference.cache new file mode 100644 index 0000000..86ada36 Binary files /dev/null and b/FlyExe/obj/Debug/FlyExe.csproj.AssemblyReference.cache differ diff --git a/FlyExe/obj/Debug/FlyExe.csproj.CopyComplete b/FlyExe/obj/Debug/FlyExe.csproj.CopyComplete new file mode 100644 index 0000000..e69de29 diff --git a/FlyExe/obj/Debug/FlyExe.csproj.CoreCompileInputs.cache b/FlyExe/obj/Debug/FlyExe.csproj.CoreCompileInputs.cache index 11fd01b..9fa1e48 100644 --- a/FlyExe/obj/Debug/FlyExe.csproj.CoreCompileInputs.cache +++ b/FlyExe/obj/Debug/FlyExe.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -e16fc739e9ec147644c375ff4511444c12a43969 +e662434ff5b0c29c5fe2377c1f792c99cff288ed diff --git a/FlyExe/obj/Debug/FlyExe.csproj.FileListAbsolute.txt b/FlyExe/obj/Debug/FlyExe.csproj.FileListAbsolute.txt index 96dfe7e..43fb951 100644 --- a/FlyExe/obj/Debug/FlyExe.csproj.FileListAbsolute.txt +++ b/FlyExe/obj/Debug/FlyExe.csproj.FileListAbsolute.txt @@ -12,3 +12,21 @@ C:\Users\ddkk\source\repos\FlyExe\FlyExe\obj\Debug\FlyExe.csproj.GenerateResourc C:\Users\ddkk\source\repos\FlyExe\FlyExe\obj\Debug\FlyExe.csproj.CoreCompileInputs.cache C:\Users\ddkk\source\repos\FlyExe\FlyExe\obj\Debug\FlyExe.exe C:\Users\ddkk\source\repos\FlyExe\FlyExe\obj\Debug\FlyExe.pdb +F:\company\flyCube\repos\FlyExe\FlyExe\obj\Debug\FlyExe.exe +F:\company\flyCube\repos\FlyExe\FlyExe\obj\Debug\FlyExe.pdb +F:\company\flyCube\repos\FlyExe\FlyExe\obj\Debug\FlyExe.csproj.AssemblyReference.cache +F:\company\flyCube\repos\FlyExe\FlyExe\obj\Debug\MainWindow.g.cs +F:\company\flyCube\repos\FlyExe\FlyExe\obj\Debug\App.g.cs +F:\company\flyCube\repos\FlyExe\FlyExe\obj\Debug\FlyExe_MarkupCompile.cache +F:\company\flyCube\repos\FlyExe\FlyExe\obj\Debug\FlyExe_MarkupCompile.lref +F:\company\flyCube\repos\FlyExe\FlyExe\bin\Debug\FlyExe.exe.config +F:\company\flyCube\repos\FlyExe\FlyExe\bin\Debug\FlyExe.exe +F:\company\flyCube\repos\FlyExe\FlyExe\bin\Debug\FlyExe.pdb +F:\company\flyCube\repos\FlyExe\FlyExe\obj\Debug\MainWindow.baml +F:\company\flyCube\repos\FlyExe\FlyExe\obj\Debug\FlyExe.g.resources +F:\company\flyCube\repos\FlyExe\FlyExe\obj\Debug\FlyExe.Properties.Resources.resources +F:\company\flyCube\repos\FlyExe\FlyExe\obj\Debug\FlyExe.csproj.GenerateResource.cache +F:\company\flyCube\repos\FlyExe\FlyExe\obj\Debug\FlyExe.csproj.CoreCompileInputs.cache +F:\company\flyCube\repos\FlyExe\FlyExe\bin\Debug\FlightRoute.dll +F:\company\flyCube\repos\FlyExe\FlyExe\bin\Debug\FlightRoute.pdb +F:\company\flyCube\repos\FlyExe\FlyExe\obj\Debug\FlyExe.csproj.CopyComplete diff --git a/FlyExe/obj/Debug/FlyExe.csproj.GenerateResource.cache b/FlyExe/obj/Debug/FlyExe.csproj.GenerateResource.cache index 486d78a..66bc2f8 100644 Binary files a/FlyExe/obj/Debug/FlyExe.csproj.GenerateResource.cache and b/FlyExe/obj/Debug/FlyExe.csproj.GenerateResource.cache differ diff --git a/FlyExe/obj/Debug/FlyExe.exe b/FlyExe/obj/Debug/FlyExe.exe index c750f0e..c64d9a2 100644 Binary files a/FlyExe/obj/Debug/FlyExe.exe and b/FlyExe/obj/Debug/FlyExe.exe differ diff --git a/FlyExe/obj/Debug/FlyExe.g.resources b/FlyExe/obj/Debug/FlyExe.g.resources index 3cc0b7c..19bf1ad 100644 Binary files a/FlyExe/obj/Debug/FlyExe.g.resources and b/FlyExe/obj/Debug/FlyExe.g.resources differ diff --git a/FlyExe/obj/Debug/FlyExe.pdb b/FlyExe/obj/Debug/FlyExe.pdb index 24ab748..451ec57 100644 Binary files a/FlyExe/obj/Debug/FlyExe.pdb and b/FlyExe/obj/Debug/FlyExe.pdb differ diff --git a/FlyExe/obj/Debug/FlyExe_MarkupCompile.cache b/FlyExe/obj/Debug/FlyExe_MarkupCompile.cache index d3a4a9a..418fc3c 100644 --- a/FlyExe/obj/Debug/FlyExe_MarkupCompile.cache +++ b/FlyExe/obj/Debug/FlyExe_MarkupCompile.cache @@ -4,17 +4,17 @@ winexe C# .cs -f:\company\flyCube\repos\FlyExe\FlyExe\obj\Debug\ +F:\company\flyCube\repos\FlyExe\FlyExe\obj\Debug\ FlyExe none false DEBUG;TRACE -f:\company\flyCube\repos\FlyExe\FlyExe\App.xaml -11151548125 +F:\company\flyCube\repos\FlyExe\FlyExe\App.xaml +1219584333 -6275622168 -121654848548 +51579654133 +13-237701858 MainWindow.xaml; -True +False diff --git a/FlyExe/obj/Debug/FlyExe_MarkupCompile.i.cache b/FlyExe/obj/Debug/FlyExe_MarkupCompile.i.cache index 9183eb4..812de72 100644 --- a/FlyExe/obj/Debug/FlyExe_MarkupCompile.i.cache +++ b/FlyExe/obj/Debug/FlyExe_MarkupCompile.i.cache @@ -10,10 +10,10 @@ none false DEBUG;TRACE F:\company\flyCube\repos\FlyExe\FlyExe\App.xaml -11151548125 +1219584333 -7-339959000 -121654848548 +6-793535042 +13-237701858 MainWindow.xaml; True diff --git a/FlyExe/obj/Debug/FlyExe_MarkupCompile.i.lref b/FlyExe/obj/Debug/FlyExe_MarkupCompile.i.lref new file mode 100644 index 0000000..23f500a --- /dev/null +++ b/FlyExe/obj/Debug/FlyExe_MarkupCompile.i.lref @@ -0,0 +1,4 @@ + + +FF:\company\flyCube\repos\FlyExe\FlyExe\MainWindow.xaml;; + diff --git a/FlyExe/obj/Debug/FlyExe_MarkupCompile.lref b/FlyExe/obj/Debug/FlyExe_MarkupCompile.lref index 4016c5d..23f500a 100644 --- a/FlyExe/obj/Debug/FlyExe_MarkupCompile.lref +++ b/FlyExe/obj/Debug/FlyExe_MarkupCompile.lref @@ -1,4 +1,4 @@  -Ff:\company\flyCube\repos\FlyExe\FlyExe\MainWindow.xaml;; +FF:\company\flyCube\repos\FlyExe\FlyExe\MainWindow.xaml;; diff --git a/FlyExe/obj/Debug/MainWindow.baml b/FlyExe/obj/Debug/MainWindow.baml new file mode 100644 index 0000000..fcba09d Binary files /dev/null and b/FlyExe/obj/Debug/MainWindow.baml differ diff --git a/FlyExe/obj/Debug/MainWindow.g.cs b/FlyExe/obj/Debug/MainWindow.g.cs index 7581389..90ebe90 100644 --- a/FlyExe/obj/Debug/MainWindow.g.cs +++ b/FlyExe/obj/Debug/MainWindow.g.cs @@ -1,4 +1,4 @@ -#pragma checksum "..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "FCA230EF8F254D9354ACE2DF79A22DA52FB657CC" +#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "0359BD5A430D6DD62687931B950585C6687C5CC0F99DF9C892B794E4DCF17C29" //------------------------------------------------------------------------------ // // 此代码由工具生成。 diff --git a/FlyExe/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll b/FlyExe/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll new file mode 100644 index 0000000..e69de29 diff --git a/FlyExe/obj/Release/.NETFramework,Version=v4.0.AssemblyAttributes.cs b/FlyExe/obj/Release/.NETFramework,Version=v4.0.AssemblyAttributes.cs new file mode 100644 index 0000000..5d01041 --- /dev/null +++ b/FlyExe/obj/Release/.NETFramework,Version=v4.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.0", FrameworkDisplayName = ".NET Framework 4")] diff --git a/FlyExe/obj/Release/.NETFramework,Version=v4.8.AssemblyAttributes.cs b/FlyExe/obj/Release/.NETFramework,Version=v4.8.AssemblyAttributes.cs new file mode 100644 index 0000000..15efebf --- /dev/null +++ b/FlyExe/obj/Release/.NETFramework,Version=v4.8.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")] diff --git a/FlyExe/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache b/FlyExe/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache index d4e9db8..0877182 100644 Binary files a/FlyExe/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache and b/FlyExe/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/FlyExe/obj/Release/FlyExe.csproj.AssemblyReference.cache b/FlyExe/obj/Release/FlyExe.csproj.AssemblyReference.cache new file mode 100644 index 0000000..3762bf0 Binary files /dev/null and b/FlyExe/obj/Release/FlyExe.csproj.AssemblyReference.cache differ diff --git a/FlyExe/obj/Release/FlyExe.csproj.CopyComplete b/FlyExe/obj/Release/FlyExe.csproj.CopyComplete new file mode 100644 index 0000000..e69de29 diff --git a/FlyExe/obj/Release/FlyExe.csproj.CoreCompileInputs.cache b/FlyExe/obj/Release/FlyExe.csproj.CoreCompileInputs.cache index 2f29fda..03de5d3 100644 --- a/FlyExe/obj/Release/FlyExe.csproj.CoreCompileInputs.cache +++ b/FlyExe/obj/Release/FlyExe.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -0b80e210afd5d72a366960bb740ba613f795730c +1b12603bd28975c3152ead629bcdc090094ba454 diff --git a/FlyExe/obj/Release/FlyExe.csproj.FileListAbsolute.txt b/FlyExe/obj/Release/FlyExe.csproj.FileListAbsolute.txt index dfc6fa9..051a81e 100644 --- a/FlyExe/obj/Release/FlyExe.csproj.FileListAbsolute.txt +++ b/FlyExe/obj/Release/FlyExe.csproj.FileListAbsolute.txt @@ -26,3 +26,6 @@ F:\company\flyCube\repos\FlyExe\FlyExe\obj\Release\FlyExe.exe F:\company\flyCube\repos\FlyExe\FlyExe\obj\Release\FlyExe.pdb F:\company\flyCube\repos\FlyExe\FlyExe\bin\Release\FlyExe.exe.config F:\company\flyCube\repos\FlyExe\FlyExe\obj\Release\FlyExe.csproj.AssemblyReference.cache +F:\company\flyCube\repos\FlyExe\FlyExe\bin\Release\FlightRoute.dll +F:\company\flyCube\repos\FlyExe\FlyExe\bin\Release\FlightRoute.pdb +F:\company\flyCube\repos\FlyExe\FlyExe\obj\Release\FlyExe.csproj.CopyComplete diff --git a/FlyExe/obj/Release/FlyExe.exe b/FlyExe/obj/Release/FlyExe.exe index 2e50887..4fe696a 100644 Binary files a/FlyExe/obj/Release/FlyExe.exe and b/FlyExe/obj/Release/FlyExe.exe differ diff --git a/FlyExe/obj/Release/FlyExe.pdb b/FlyExe/obj/Release/FlyExe.pdb index d5a9e3c..824a4e7 100644 Binary files a/FlyExe/obj/Release/FlyExe.pdb and b/FlyExe/obj/Release/FlyExe.pdb differ diff --git a/FlyExe/obj/Release/FlyExe_MarkupCompile.cache b/FlyExe/obj/Release/FlyExe_MarkupCompile.cache index 0538c0d..fce2e8d 100644 --- a/FlyExe/obj/Release/FlyExe_MarkupCompile.cache +++ b/FlyExe/obj/Release/FlyExe_MarkupCompile.cache @@ -12,8 +12,8 @@ TRACE F:\company\flyCube\repos\FlyExe\FlyExe\App.xaml 1219584333 -6-456654908 -121182277259 +51579654133 +13365860442 MainWindow.xaml; False diff --git a/FlyExe/obj/Release/FlyExe_MarkupCompile.i.cache b/FlyExe/obj/Release/FlyExe_MarkupCompile.i.cache index c2f6eb1..3178c00 100644 --- a/FlyExe/obj/Release/FlyExe_MarkupCompile.i.cache +++ b/FlyExe/obj/Release/FlyExe_MarkupCompile.i.cache @@ -12,9 +12,9 @@ TRACE F:\company\flyCube\repos\FlyExe\FlyExe\App.xaml 1219584333 -7-1018797491 +61017511550 121182277259 MainWindow.xaml; -True +False diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..e6109b3 --- /dev/null +++ b/readme.md @@ -0,0 +1 @@ +独立运行 3D绕行软件 \ No newline at end of file