Spaces:
Sleeping
Sleeping
c05ngzk
commited on
Commit
·
2c23973
1
Parent(s):
edc516a
Add .NET application project
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- AcaPreAgentApp/.vs/AcaPreAgentApp/DesignTimeBuild/.dtbcache.v2 +0 -0
- AcaPreAgentApp/.vs/AcaPreAgentApp/FileContentIndex/7e7a352a-07ef-4e78-a071-0ba4d1bc116e.vsidx +0 -0
- AcaPreAgentApp/.vs/AcaPreAgentApp/v17/.futdcache.v2 +0 -0
- AcaPreAgentApp/.vs/AcaPreAgentApp/v17/.suo +0 -0
- AcaPreAgentApp/.vs/AcaPreAgentApp/v17/DocumentLayout.json +53 -0
- AcaPreAgentApp/.vs/ProjectEvaluation/acapreagentapp.metadata.v8.bin +0 -0
- AcaPreAgentApp/.vs/ProjectEvaluation/acapreagentapp.projects.v8.bin +0 -0
- AcaPreAgentApp/.vs/ProjectEvaluation/acapreagentapp.strings.v8.bin +0 -0
- AcaPreAgentApp/AcaPreAgentApp.sln +25 -0
- AcaPreAgentApp/AcaPreAgentApp/AcaPreAgentApp.vbproj +22 -0
- AcaPreAgentApp/AcaPreAgentApp/AcaPreAgentApp.vbproj.user +14 -0
- AcaPreAgentApp/AcaPreAgentApp/Application.xaml +9 -0
- AcaPreAgentApp/AcaPreAgentApp/Application.xaml.vb +6 -0
- AcaPreAgentApp/AcaPreAgentApp/AssemblyInfo.vb +11 -0
- AcaPreAgentApp/AcaPreAgentApp/MainWindow.xaml +52 -0
- AcaPreAgentApp/AcaPreAgentApp/MainWindow.xaml.vb +3 -0
- AcaPreAgentApp/AcaPreAgentApp/bin/Debug/net8.0-windows/AcaPreAgentApp.deps.json +23 -0
- AcaPreAgentApp/AcaPreAgentApp/bin/Debug/net8.0-windows/AcaPreAgentApp.dll +0 -0
- AcaPreAgentApp/AcaPreAgentApp/bin/Debug/net8.0-windows/AcaPreAgentApp.exe +0 -0
- AcaPreAgentApp/AcaPreAgentApp/bin/Debug/net8.0-windows/AcaPreAgentApp.pdb +0 -0
- AcaPreAgentApp/AcaPreAgentApp/bin/Debug/net8.0-windows/AcaPreAgentApp.runtimeconfig.json +18 -0
- AcaPreAgentApp/AcaPreAgentApp/obj/AcaPreAgentApp.vbproj.nuget.dgspec.json +71 -0
- AcaPreAgentApp/AcaPreAgentApp/obj/AcaPreAgentApp.vbproj.nuget.g.props +15 -0
- AcaPreAgentApp/AcaPreAgentApp/obj/AcaPreAgentApp.vbproj.nuget.g.targets +2 -0
- AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/.NETCoreApp,Version=v8.0.AssemblyAttributes.vb +7 -0
- AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp.AssemblyInfo.vb +26 -0
- AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp.AssemblyInfoInputs.cache +1 -0
- AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp.GeneratedMSBuildEditorConfig.editorconfig +13 -0
- AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp.assets.cache +0 -0
- AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp.designer.deps.json +11 -0
- AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp.designer.runtimeconfig.json +23 -0
- AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp.dll +0 -0
- AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp.g.resources +0 -0
- AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp.genruntimeconfig.cache +1 -0
- AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp.pdb +0 -0
- AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp.sourcelink.json +1 -0
- AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp.vbproj.BuildWithSkipAnalyzers +0 -0
- AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp.vbproj.CoreCompileInputs.cache +1 -0
- AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp.vbproj.FileListAbsolute.txt +21 -0
- AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp_MarkupCompile.cache +20 -0
- AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp_MarkupCompile.i.cache +20 -0
- AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp_MarkupCompile.i.lref +4 -0
- AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp_MarkupCompile.lref +4 -0
- AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp_fkfr1unb_wpftmp.AssemblyInfo.vb +26 -0
- AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp_fkfr1unb_wpftmp.AssemblyInfoInputs.cache +1 -0
- AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp_fkfr1unb_wpftmp.GeneratedMSBuildEditorConfig.editorconfig +13 -0
- AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp_fkfr1unb_wpftmp.assets.cache +0 -0
- AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp_fkfr1unb_wpftmp.sourcelink.json +1 -0
- AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp_fkfr1unb_wpftmp.vbproj.BuildWithSkipAnalyzers +0 -0
- AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp_qdpsgnw4_wpftmp.AssemblyInfo.vb +26 -0
AcaPreAgentApp/.vs/AcaPreAgentApp/DesignTimeBuild/.dtbcache.v2
ADDED
Binary file (98.1 kB). View file
|
|
AcaPreAgentApp/.vs/AcaPreAgentApp/FileContentIndex/7e7a352a-07ef-4e78-a071-0ba4d1bc116e.vsidx
ADDED
Binary file (15.4 kB). View file
|
|
AcaPreAgentApp/.vs/AcaPreAgentApp/v17/.futdcache.v2
ADDED
Binary file (161 Bytes). View file
|
|
AcaPreAgentApp/.vs/AcaPreAgentApp/v17/.suo
ADDED
Binary file (42.5 kB). View file
|
|
AcaPreAgentApp/.vs/AcaPreAgentApp/v17/DocumentLayout.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Version": 1,
|
3 |
+
"WorkspaceRootPath": "C:\\Users\\E2333\\Documents\\GitHub\\AcaPre_Agent\\AcaPreAgentApp\\",
|
4 |
+
"Documents": [
|
5 |
+
{
|
6 |
+
"AbsoluteMoniker": "D:0:0:{086C4391-A3F2-493B-AE77-6DC7191EE75B}|AcaPreAgentApp\\AcaPreAgentApp.vbproj|c:\\users\\e2333\\documents\\github\\acapre_agent\\acapreagentapp\\acapreagentapp\\mainwindow.xaml||{F11ACC28-31D1-4C80-A34B-F4E09D3D753C}",
|
7 |
+
"RelativeMoniker": "D:0:0:{086C4391-A3F2-493B-AE77-6DC7191EE75B}|AcaPreAgentApp\\AcaPreAgentApp.vbproj|solutionrelative:acapreagentapp\\mainwindow.xaml||{F11ACC28-31D1-4C80-A34B-F4E09D3D753C}"
|
8 |
+
},
|
9 |
+
{
|
10 |
+
"AbsoluteMoniker": "D:0:0:{086C4391-A3F2-493B-AE77-6DC7191EE75B}|AcaPreAgentApp\\AcaPreAgentApp.vbproj|c:\\users\\e2333\\documents\\github\\acapre_agent\\acapreagentapp\\acapreagentapp\\mainwindow.xaml.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}",
|
11 |
+
"RelativeMoniker": "D:0:0:{086C4391-A3F2-493B-AE77-6DC7191EE75B}|AcaPreAgentApp\\AcaPreAgentApp.vbproj|solutionrelative:acapreagentapp\\mainwindow.xaml.vb||{2C015C70-C72C-11D0-88C3-00A0C9110049}"
|
12 |
+
}
|
13 |
+
],
|
14 |
+
"DocumentGroupContainers": [
|
15 |
+
{
|
16 |
+
"Orientation": 0,
|
17 |
+
"VerticalTabListWidth": 256,
|
18 |
+
"DocumentGroups": [
|
19 |
+
{
|
20 |
+
"DockedWidth": 200,
|
21 |
+
"SelectedChildIndex": 0,
|
22 |
+
"Children": [
|
23 |
+
{
|
24 |
+
"$type": "Document",
|
25 |
+
"DocumentIndex": 0,
|
26 |
+
"Title": "MainWindow.xaml",
|
27 |
+
"DocumentMoniker": "C:\\Users\\E2333\\Documents\\GitHub\\AcaPre_Agent\\AcaPreAgentApp\\AcaPreAgentApp\\MainWindow.xaml",
|
28 |
+
"RelativeDocumentMoniker": "AcaPreAgentApp\\MainWindow.xaml",
|
29 |
+
"ToolTip": "C:\\Users\\E2333\\Documents\\GitHub\\AcaPre_Agent\\AcaPreAgentApp\\AcaPreAgentApp\\MainWindow.xaml",
|
30 |
+
"RelativeToolTip": "AcaPreAgentApp\\MainWindow.xaml",
|
31 |
+
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003549|",
|
32 |
+
"WhenOpened": "2024-07-31T07:35:05.978Z",
|
33 |
+
"EditorCaption": ""
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"$type": "Document",
|
37 |
+
"DocumentIndex": 1,
|
38 |
+
"Title": "MainWindow.xaml.vb",
|
39 |
+
"DocumentMoniker": "C:\\Users\\E2333\\Documents\\GitHub\\AcaPre_Agent\\AcaPreAgentApp\\AcaPreAgentApp\\MainWindow.xaml.vb",
|
40 |
+
"RelativeDocumentMoniker": "AcaPreAgentApp\\MainWindow.xaml.vb",
|
41 |
+
"ToolTip": "C:\\Users\\E2333\\Documents\\GitHub\\AcaPre_Agent\\AcaPreAgentApp\\AcaPreAgentApp\\MainWindow.xaml.vb",
|
42 |
+
"RelativeToolTip": "AcaPreAgentApp\\MainWindow.xaml.vb",
|
43 |
+
"ViewState": "AQIAAAAAAAAAAAAAAAAqwAAAAAAAAAAA",
|
44 |
+
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003361|",
|
45 |
+
"WhenOpened": "2024-07-31T07:34:59.673Z",
|
46 |
+
"EditorCaption": ""
|
47 |
+
}
|
48 |
+
]
|
49 |
+
}
|
50 |
+
]
|
51 |
+
}
|
52 |
+
]
|
53 |
+
}
|
AcaPreAgentApp/.vs/ProjectEvaluation/acapreagentapp.metadata.v8.bin
ADDED
Binary file (979 Bytes). View file
|
|
AcaPreAgentApp/.vs/ProjectEvaluation/acapreagentapp.projects.v8.bin
ADDED
Binary file (26.6 kB). View file
|
|
AcaPreAgentApp/.vs/ProjectEvaluation/acapreagentapp.strings.v8.bin
ADDED
Binary file (121 kB). View file
|
|
AcaPreAgentApp/AcaPreAgentApp.sln
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
Microsoft Visual Studio Solution File, Format Version 12.00
|
3 |
+
# Visual Studio Version 17
|
4 |
+
VisualStudioVersion = 17.10.35122.118
|
5 |
+
MinimumVisualStudioVersion = 10.0.40219.1
|
6 |
+
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "AcaPreAgentApp", "AcaPreAgentApp\AcaPreAgentApp.vbproj", "{086C4391-A3F2-493B-AE77-6DC7191EE75B}"
|
7 |
+
EndProject
|
8 |
+
Global
|
9 |
+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
10 |
+
Debug|Any CPU = Debug|Any CPU
|
11 |
+
Release|Any CPU = Release|Any CPU
|
12 |
+
EndGlobalSection
|
13 |
+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
14 |
+
{086C4391-A3F2-493B-AE77-6DC7191EE75B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
15 |
+
{086C4391-A3F2-493B-AE77-6DC7191EE75B}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
16 |
+
{086C4391-A3F2-493B-AE77-6DC7191EE75B}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
17 |
+
{086C4391-A3F2-493B-AE77-6DC7191EE75B}.Release|Any CPU.Build.0 = Release|Any CPU
|
18 |
+
EndGlobalSection
|
19 |
+
GlobalSection(SolutionProperties) = preSolution
|
20 |
+
HideSolutionNode = FALSE
|
21 |
+
EndGlobalSection
|
22 |
+
GlobalSection(ExtensibilityGlobals) = postSolution
|
23 |
+
SolutionGuid = {06D28AA5-E5DD-4BF5-BADB-3250ADF37F41}
|
24 |
+
EndGlobalSection
|
25 |
+
EndGlobal
|
AcaPreAgentApp/AcaPreAgentApp/AcaPreAgentApp.vbproj
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<Project Sdk="Microsoft.NET.Sdk">
|
2 |
+
|
3 |
+
<PropertyGroup>
|
4 |
+
<OutputType>WinExe</OutputType>
|
5 |
+
<TargetFramework>net8.0-windows</TargetFramework>
|
6 |
+
<RootNamespace>AcaPreAgentApp</RootNamespace>
|
7 |
+
<UseWPF>true</UseWPF>
|
8 |
+
</PropertyGroup>
|
9 |
+
|
10 |
+
<ItemGroup>
|
11 |
+
<Import Include="System.Windows" />
|
12 |
+
<Import Include="System.Windows.Controls" />
|
13 |
+
<Import Include="System.Windows.Data" />
|
14 |
+
<Import Include="System.Windows.Documents" />
|
15 |
+
<Import Include="System.Windows.Input" />
|
16 |
+
<Import Include="System.Windows.Media" />
|
17 |
+
<Import Include="System.Windows.Media.Imaging" />
|
18 |
+
<Import Include="System.Windows.Navigation" />
|
19 |
+
<Import Include="System.Windows.Shapes" />
|
20 |
+
</ItemGroup>
|
21 |
+
|
22 |
+
</Project>
|
AcaPreAgentApp/AcaPreAgentApp/AcaPreAgentApp.vbproj.user
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="utf-8"?>
|
2 |
+
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 |
+
<PropertyGroup />
|
4 |
+
<ItemGroup>
|
5 |
+
<ApplicationDefinition Update="Application.xaml">
|
6 |
+
<SubType>Designer</SubType>
|
7 |
+
</ApplicationDefinition>
|
8 |
+
</ItemGroup>
|
9 |
+
<ItemGroup>
|
10 |
+
<Page Update="MainWindow.xaml">
|
11 |
+
<SubType>Designer</SubType>
|
12 |
+
</Page>
|
13 |
+
</ItemGroup>
|
14 |
+
</Project>
|
AcaPreAgentApp/AcaPreAgentApp/Application.xaml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<Application x:Class="Application"
|
2 |
+
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
3 |
+
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
4 |
+
xmlns:local="clr-namespace:AcaPreAgentApp"
|
5 |
+
StartupUri="MainWindow.xaml">
|
6 |
+
<Application.Resources>
|
7 |
+
|
8 |
+
</Application.Resources>
|
9 |
+
</Application>
|
AcaPreAgentApp/AcaPreAgentApp/Application.xaml.vb
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Class Application
|
2 |
+
|
3 |
+
' Application-level events, such as Startup, Exit, and DispatcherUnhandledException
|
4 |
+
' can be handled in this file.
|
5 |
+
|
6 |
+
End Class
|
AcaPreAgentApp/AcaPreAgentApp/AssemblyInfo.vb
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Imports System.Windows
|
2 |
+
|
3 |
+
'The ThemeInfo attribute describes where any theme specific and generic resource dictionaries can be found.
|
4 |
+
'1st parameter: where theme specific resource dictionaries are located
|
5 |
+
'(used if a resource is not found in the page,
|
6 |
+
' or application resource dictionaries)
|
7 |
+
|
8 |
+
'2nd parameter: where the generic resource dictionary is located
|
9 |
+
'(used if a resource is not found in the page,
|
10 |
+
'app, and any theme specific resource dictionaries)
|
11 |
+
<Assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)>
|
AcaPreAgentApp/AcaPreAgentApp/MainWindow.xaml
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<Window x:Class="MainWindow"
|
2 |
+
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
3 |
+
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
4 |
+
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
5 |
+
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
6 |
+
xmlns:local="clr-namespace:AcaPreAgentApp"
|
7 |
+
mc:Ignorable="d"
|
8 |
+
Title="MainWindow" Height="450" Width="800">
|
9 |
+
<Grid>
|
10 |
+
<Grid>
|
11 |
+
<Grid.RowDefinitions>
|
12 |
+
<RowDefinition Height="300"/>
|
13 |
+
<RowDefinition Height="auto"/>
|
14 |
+
<RowDefinition Height="auto"/>
|
15 |
+
<RowDefinition Height="auto"/>
|
16 |
+
</Grid.RowDefinitions>
|
17 |
+
<Grid.ColumnDefinitions>
|
18 |
+
<ColumnDefinition Width="auto"/>
|
19 |
+
<ColumnDefinition Width="auto"/>
|
20 |
+
<ColumnDefinition Width="auto"/>
|
21 |
+
<ColumnDefinition Width="auto"/>
|
22 |
+
<ColumnDefinition Width="auto"/>
|
23 |
+
<ColumnDefinition Width="auto"/>
|
24 |
+
<ColumnDefinition Width="auto"/>
|
25 |
+
<ColumnDefinition Width="auto"/>
|
26 |
+
<ColumnDefinition Width="auto"/>
|
27 |
+
</Grid.ColumnDefinitions>
|
28 |
+
|
29 |
+
<MediaElement x:Name="mediaElement" Width="800" Height="300" Grid.Row="0" Grid.RowSpan="1" Grid.ColumnSpan="9" LoadedBehavior="Manual" UnloadedBehavior="Manual"/>
|
30 |
+
<Border BorderBrush="Black" BorderThickness="0,1,0,1" Grid.Row="1" Grid.ColumnSpan="9" />
|
31 |
+
|
32 |
+
<Button x:Name="button" Content="Load Movie" Grid.Row="2" Grid.Column="0" Width="80" Height="40" Margin="5,5,5,5"/>
|
33 |
+
<Button x:Name="button2" Content="Start Record" Grid.Row="2" Grid.Column="1" Width="80" Height="40" Margin="5,5,5,5"/>
|
34 |
+
<Button x:Name="button3" Content="Stop Record" Grid.Row="2" Grid.Column="2" Width="80" Height="40" Margin="5,5,5,5"/>
|
35 |
+
<Button x:Name="button4" Content="|◀" Grid.Row="2" Grid.Column="3" Width="40" Height="40" Margin="5,5,5,5"/>
|
36 |
+
<Button x:Name="button5" Content="▶" Grid.Row="2" Grid.Column="4" Width="40" Height="40" Margin="5,5,5,5"/>
|
37 |
+
<Button x:Name="button6" Content="| |" Grid.Row="2" Grid.Column="5" Width="40" Height="40" Margin="5,5,5,5"/>
|
38 |
+
<Button x:Name="button7" Content="■" Grid.Row="2" Grid.Column="6" Width="40" Height="40" Margin="5,5,5,5"/>
|
39 |
+
<Button x:Name="button8" Content="Run Evaluation" Grid.Row="2" Grid.Column="7" Width="100" Height="40" Margin="5,5,5,5"/>
|
40 |
+
<Button x:Name="button9" Content="Save Result" Grid.Row="2" Grid.Column="8" Width="80" Height="40" Margin="5,5,5,5"/>
|
41 |
+
<RichTextBox x:Name="richTextBox" Width="800" Grid.Row="3" Grid.ColumnSpan="9">
|
42 |
+
<FlowDocument>
|
43 |
+
<Paragraph>
|
44 |
+
<Run Text="01:00-01:30 Improper description. Please try to say: ***"/>
|
45 |
+
</Paragraph>
|
46 |
+
</FlowDocument>
|
47 |
+
</RichTextBox>
|
48 |
+
<Slider x:Name="slider" Grid.Row="1" Grid.ColumnSpan="9" Width="800" Height="20"/>
|
49 |
+
|
50 |
+
</Grid>
|
51 |
+
</Grid>
|
52 |
+
</Window>
|
AcaPreAgentApp/AcaPreAgentApp/MainWindow.xaml.vb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
Class MainWindow
|
2 |
+
|
3 |
+
End Class
|
AcaPreAgentApp/AcaPreAgentApp/bin/Debug/net8.0-windows/AcaPreAgentApp.deps.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"runtimeTarget": {
|
3 |
+
"name": ".NETCoreApp,Version=v8.0",
|
4 |
+
"signature": ""
|
5 |
+
},
|
6 |
+
"compilationOptions": {},
|
7 |
+
"targets": {
|
8 |
+
".NETCoreApp,Version=v8.0": {
|
9 |
+
"AcaPreAgentApp/1.0.0": {
|
10 |
+
"runtime": {
|
11 |
+
"AcaPreAgentApp.dll": {}
|
12 |
+
}
|
13 |
+
}
|
14 |
+
}
|
15 |
+
},
|
16 |
+
"libraries": {
|
17 |
+
"AcaPreAgentApp/1.0.0": {
|
18 |
+
"type": "project",
|
19 |
+
"serviceable": false,
|
20 |
+
"sha512": ""
|
21 |
+
}
|
22 |
+
}
|
23 |
+
}
|
AcaPreAgentApp/AcaPreAgentApp/bin/Debug/net8.0-windows/AcaPreAgentApp.dll
ADDED
Binary file (12.3 kB). View file
|
|
AcaPreAgentApp/AcaPreAgentApp/bin/Debug/net8.0-windows/AcaPreAgentApp.exe
ADDED
Binary file (143 kB). View file
|
|
AcaPreAgentApp/AcaPreAgentApp/bin/Debug/net8.0-windows/AcaPreAgentApp.pdb
ADDED
Binary file (14.6 kB). View file
|
|
AcaPreAgentApp/AcaPreAgentApp/bin/Debug/net8.0-windows/AcaPreAgentApp.runtimeconfig.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"runtimeOptions": {
|
3 |
+
"tfm": "net8.0",
|
4 |
+
"frameworks": [
|
5 |
+
{
|
6 |
+
"name": "Microsoft.NETCore.App",
|
7 |
+
"version": "8.0.0"
|
8 |
+
},
|
9 |
+
{
|
10 |
+
"name": "Microsoft.WindowsDesktop.App",
|
11 |
+
"version": "8.0.0"
|
12 |
+
}
|
13 |
+
],
|
14 |
+
"configProperties": {
|
15 |
+
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true
|
16 |
+
}
|
17 |
+
}
|
18 |
+
}
|
AcaPreAgentApp/AcaPreAgentApp/obj/AcaPreAgentApp.vbproj.nuget.dgspec.json
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"format": 1,
|
3 |
+
"restore": {
|
4 |
+
"C:\\Users\\E2333\\Documents\\GitHub\\AcaPre_Agent\\AcaPreAgentApp\\AcaPreAgentApp\\AcaPreAgentApp.vbproj": {}
|
5 |
+
},
|
6 |
+
"projects": {
|
7 |
+
"C:\\Users\\E2333\\Documents\\GitHub\\AcaPre_Agent\\AcaPreAgentApp\\AcaPreAgentApp\\AcaPreAgentApp.vbproj": {
|
8 |
+
"version": "1.0.0",
|
9 |
+
"restore": {
|
10 |
+
"projectUniqueName": "C:\\Users\\E2333\\Documents\\GitHub\\AcaPre_Agent\\AcaPreAgentApp\\AcaPreAgentApp\\AcaPreAgentApp.vbproj",
|
11 |
+
"projectName": "AcaPreAgentApp",
|
12 |
+
"projectPath": "C:\\Users\\E2333\\Documents\\GitHub\\AcaPre_Agent\\AcaPreAgentApp\\AcaPreAgentApp\\AcaPreAgentApp.vbproj",
|
13 |
+
"packagesPath": "C:\\Users\\E2333\\.nuget\\packages\\",
|
14 |
+
"outputPath": "C:\\Users\\E2333\\Documents\\GitHub\\AcaPre_Agent\\AcaPreAgentApp\\AcaPreAgentApp\\obj\\",
|
15 |
+
"projectStyle": "PackageReference",
|
16 |
+
"configFilePaths": [
|
17 |
+
"C:\\Users\\E2333\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
18 |
+
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
19 |
+
],
|
20 |
+
"originalTargetFrameworks": [
|
21 |
+
"net8.0-windows"
|
22 |
+
],
|
23 |
+
"sources": {
|
24 |
+
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
25 |
+
"https://api.nuget.org/v3/index.json": {}
|
26 |
+
},
|
27 |
+
"frameworks": {
|
28 |
+
"net8.0-windows7.0": {
|
29 |
+
"targetAlias": "net8.0-windows",
|
30 |
+
"projectReferences": {}
|
31 |
+
}
|
32 |
+
},
|
33 |
+
"warningProperties": {
|
34 |
+
"warnAsError": [
|
35 |
+
"NU1605"
|
36 |
+
]
|
37 |
+
},
|
38 |
+
"restoreAuditProperties": {
|
39 |
+
"enableAudit": "true",
|
40 |
+
"auditLevel": "low",
|
41 |
+
"auditMode": "direct"
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"frameworks": {
|
45 |
+
"net8.0-windows7.0": {
|
46 |
+
"targetAlias": "net8.0-windows",
|
47 |
+
"imports": [
|
48 |
+
"net461",
|
49 |
+
"net462",
|
50 |
+
"net47",
|
51 |
+
"net471",
|
52 |
+
"net472",
|
53 |
+
"net48",
|
54 |
+
"net481"
|
55 |
+
],
|
56 |
+
"assetTargetFallback": true,
|
57 |
+
"warn": true,
|
58 |
+
"frameworkReferences": {
|
59 |
+
"Microsoft.NETCore.App": {
|
60 |
+
"privateAssets": "all"
|
61 |
+
},
|
62 |
+
"Microsoft.WindowsDesktop.App.WPF": {
|
63 |
+
"privateAssets": "none"
|
64 |
+
}
|
65 |
+
},
|
66 |
+
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.303/PortableRuntimeIdentifierGraph.json"
|
67 |
+
}
|
68 |
+
}
|
69 |
+
}
|
70 |
+
}
|
71 |
+
}
|
AcaPreAgentApp/AcaPreAgentApp/obj/AcaPreAgentApp.vbproj.nuget.g.props
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
2 |
+
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 |
+
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
4 |
+
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
5 |
+
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
6 |
+
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
7 |
+
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
8 |
+
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\E2333\.nuget\packages\</NuGetPackageFolders>
|
9 |
+
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
10 |
+
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.10.2</NuGetToolVersion>
|
11 |
+
</PropertyGroup>
|
12 |
+
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
13 |
+
<SourceRoot Include="C:\Users\E2333\.nuget\packages\" />
|
14 |
+
</ItemGroup>
|
15 |
+
</Project>
|
AcaPreAgentApp/AcaPreAgentApp/obj/AcaPreAgentApp.vbproj.nuget.g.targets
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
2 |
+
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
|
AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/.NETCoreApp,Version=v8.0.AssemblyAttributes.vb
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
' <autogenerated/>
|
2 |
+
Option Strict Off
|
3 |
+
Option Explicit On
|
4 |
+
|
5 |
+
Imports System
|
6 |
+
Imports System.Reflection
|
7 |
+
<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName:=".NET 8.0")>
|
AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp.AssemblyInfo.vb
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
'------------------------------------------------------------------------------
|
2 |
+
' <auto-generated>
|
3 |
+
' このコードはツールによって生成されました。
|
4 |
+
' ランタイム バージョン:4.0.30319.42000
|
5 |
+
'
|
6 |
+
' このファイルへの変更は、以下の状況下で不正な動作の原因になったり、
|
7 |
+
' コードが再生成されるときに損失したりします。
|
8 |
+
' </auto-generated>
|
9 |
+
'------------------------------------------------------------------------------
|
10 |
+
|
11 |
+
Option Strict Off
|
12 |
+
Option Explicit On
|
13 |
+
|
14 |
+
Imports System
|
15 |
+
Imports System.Reflection
|
16 |
+
<Assembly: System.Reflection.AssemblyCompanyAttribute("AcaPreAgentApp"), _
|
17 |
+
Assembly: System.Reflection.AssemblyConfigurationAttribute("Debug"), _
|
18 |
+
Assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0"), _
|
19 |
+
Assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+edc516a641f5189a260c15553cab481245254f89"), _
|
20 |
+
Assembly: System.Reflection.AssemblyProductAttribute("AcaPreAgentApp"), _
|
21 |
+
Assembly: System.Reflection.AssemblyTitleAttribute("AcaPreAgentApp"), _
|
22 |
+
Assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0"), _
|
23 |
+
Assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0"), _
|
24 |
+
Assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")>
|
25 |
+
|
26 |
+
'MSBuild WriteCodeFragment クラスによって生成されました。
|
AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp.AssemblyInfoInputs.cache
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
b6d0f3032f7c666151f4f9989a12295b3615cd07e94cd1f45eb66a9a93479937
|
AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp.GeneratedMSBuildEditorConfig.editorconfig
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
is_global = true
|
2 |
+
build_property.TargetFramework = net8.0-windows
|
3 |
+
build_property.TargetPlatformMinVersion = 7.0
|
4 |
+
build_property.UsingMicrosoftNETSdkWeb =
|
5 |
+
build_property.ProjectTypeGuids =
|
6 |
+
build_property.InvariantGlobalization =
|
7 |
+
build_property.PlatformNeutralAssembly =
|
8 |
+
build_property.EnforceExtendedAnalyzerRules =
|
9 |
+
build_property._SupportedPlatformList = Linux,macOS,Windows
|
10 |
+
build_property.RootNamespace = AcaPreAgentApp
|
11 |
+
build_property.ProjectDir = C:\Users\E2333\Documents\GitHub\AcaPre_Agent\AcaPreAgentApp\AcaPreAgentApp\
|
12 |
+
build_property.EnableComHosting =
|
13 |
+
build_property.EnableGeneratedComInterfaceComImportInterop =
|
AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp.assets.cache
ADDED
Binary file (152 Bytes). View file
|
|
AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp.designer.deps.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"runtimeTarget": {
|
3 |
+
"name": ".NETCoreApp,Version=v8.0",
|
4 |
+
"signature": ""
|
5 |
+
},
|
6 |
+
"compilationOptions": {},
|
7 |
+
"targets": {
|
8 |
+
".NETCoreApp,Version=v8.0": {}
|
9 |
+
},
|
10 |
+
"libraries": {}
|
11 |
+
}
|
AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp.designer.runtimeconfig.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"runtimeOptions": {
|
3 |
+
"tfm": "net8.0",
|
4 |
+
"frameworks": [
|
5 |
+
{
|
6 |
+
"name": "Microsoft.NETCore.App",
|
7 |
+
"version": "8.0.0"
|
8 |
+
},
|
9 |
+
{
|
10 |
+
"name": "Microsoft.WindowsDesktop.App",
|
11 |
+
"version": "8.0.0"
|
12 |
+
}
|
13 |
+
],
|
14 |
+
"additionalProbingPaths": [
|
15 |
+
"C:\\Users\\E2333\\.dotnet\\store\\|arch|\\|tfm|",
|
16 |
+
"C:\\Users\\E2333\\.nuget\\packages"
|
17 |
+
],
|
18 |
+
"configProperties": {
|
19 |
+
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true,
|
20 |
+
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
|
21 |
+
}
|
22 |
+
}
|
23 |
+
}
|
AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp.dll
ADDED
Binary file (12.3 kB). View file
|
|
AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp.g.resources
ADDED
Binary file (3.82 kB). View file
|
|
AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp.genruntimeconfig.cache
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
4d4af4059940c2e3d2c37081d978ddba0301abacc36062474bbd96a0cac1b05b
|
AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp.pdb
ADDED
Binary file (14.6 kB). View file
|
|
AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp.sourcelink.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"documents":{"C:\\Users\\E2333\\Documents\\GitHub\\AcaPre_Agent\\*":"https://raw.githubusercontent.com/KevinGengGavo/AcaPre_Agent/edc516a641f5189a260c15553cab481245254f89/*"}}
|
AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp.vbproj.BuildWithSkipAnalyzers
ADDED
File without changes
|
AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp.vbproj.CoreCompileInputs.cache
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
2ce038321664fa105258cc1a6acb3ba4ceaa1cd8e15017eb5f96dde7a5ca329b
|
AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp.vbproj.FileListAbsolute.txt
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
C:\Users\E2333\Documents\GitHub\AcaPre_Agent\AcaPreAgentApp\AcaPreAgentApp\bin\Debug\net8.0-windows\AcaPreAgentApp.exe
|
2 |
+
C:\Users\E2333\Documents\GitHub\AcaPre_Agent\AcaPreAgentApp\AcaPreAgentApp\bin\Debug\net8.0-windows\AcaPreAgentApp.deps.json
|
3 |
+
C:\Users\E2333\Documents\GitHub\AcaPre_Agent\AcaPreAgentApp\AcaPreAgentApp\bin\Debug\net8.0-windows\AcaPreAgentApp.runtimeconfig.json
|
4 |
+
C:\Users\E2333\Documents\GitHub\AcaPre_Agent\AcaPreAgentApp\AcaPreAgentApp\bin\Debug\net8.0-windows\AcaPreAgentApp.dll
|
5 |
+
C:\Users\E2333\Documents\GitHub\AcaPre_Agent\AcaPreAgentApp\AcaPreAgentApp\bin\Debug\net8.0-windows\AcaPreAgentApp.pdb
|
6 |
+
C:\Users\E2333\Documents\GitHub\AcaPre_Agent\AcaPreAgentApp\AcaPreAgentApp\obj\Debug\net8.0-windows\MainWindow.g.vb
|
7 |
+
C:\Users\E2333\Documents\GitHub\AcaPre_Agent\AcaPreAgentApp\AcaPreAgentApp\obj\Debug\net8.0-windows\Application.g.vb
|
8 |
+
C:\Users\E2333\Documents\GitHub\AcaPre_Agent\AcaPreAgentApp\AcaPreAgentApp\obj\Debug\net8.0-windows\AcaPreAgentApp_MarkupCompile.cache
|
9 |
+
C:\Users\E2333\Documents\GitHub\AcaPre_Agent\AcaPreAgentApp\AcaPreAgentApp\obj\Debug\net8.0-windows\AcaPreAgentApp_MarkupCompile.lref
|
10 |
+
C:\Users\E2333\Documents\GitHub\AcaPre_Agent\AcaPreAgentApp\AcaPreAgentApp\obj\Debug\net8.0-windows\MainWindow.baml
|
11 |
+
C:\Users\E2333\Documents\GitHub\AcaPre_Agent\AcaPreAgentApp\AcaPreAgentApp\obj\Debug\net8.0-windows\AcaPreAgentApp.g.resources
|
12 |
+
C:\Users\E2333\Documents\GitHub\AcaPre_Agent\AcaPreAgentApp\AcaPreAgentApp\obj\Debug\net8.0-windows\AcaPreAgentApp.GeneratedMSBuildEditorConfig.editorconfig
|
13 |
+
C:\Users\E2333\Documents\GitHub\AcaPre_Agent\AcaPreAgentApp\AcaPreAgentApp\obj\Debug\net8.0-windows\AcaPreAgentApp.AssemblyInfoInputs.cache
|
14 |
+
C:\Users\E2333\Documents\GitHub\AcaPre_Agent\AcaPreAgentApp\AcaPreAgentApp\obj\Debug\net8.0-windows\AcaPreAgentApp.AssemblyInfo.vb
|
15 |
+
C:\Users\E2333\Documents\GitHub\AcaPre_Agent\AcaPreAgentApp\AcaPreAgentApp\obj\Debug\net8.0-windows\AcaPreAgentApp.vbproj.CoreCompileInputs.cache
|
16 |
+
C:\Users\E2333\Documents\GitHub\AcaPre_Agent\AcaPreAgentApp\AcaPreAgentApp\obj\Debug\net8.0-windows\AcaPreAgentApp.sourcelink.json
|
17 |
+
C:\Users\E2333\Documents\GitHub\AcaPre_Agent\AcaPreAgentApp\AcaPreAgentApp\obj\Debug\net8.0-windows\AcaPreAgentApp.dll
|
18 |
+
C:\Users\E2333\Documents\GitHub\AcaPre_Agent\AcaPreAgentApp\AcaPreAgentApp\obj\Debug\net8.0-windows\refint\AcaPreAgentApp.dll
|
19 |
+
C:\Users\E2333\Documents\GitHub\AcaPre_Agent\AcaPreAgentApp\AcaPreAgentApp\obj\Debug\net8.0-windows\AcaPreAgentApp.pdb
|
20 |
+
C:\Users\E2333\Documents\GitHub\AcaPre_Agent\AcaPreAgentApp\AcaPreAgentApp\obj\Debug\net8.0-windows\AcaPreAgentApp.genruntimeconfig.cache
|
21 |
+
C:\Users\E2333\Documents\GitHub\AcaPre_Agent\AcaPreAgentApp\AcaPreAgentApp\obj\Debug\net8.0-windows\ref\AcaPreAgentApp.dll
|
AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp_MarkupCompile.cache
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
AcaPreAgentApp
|
2 |
+
|
3 |
+
|
4 |
+
winexe
|
5 |
+
VB
|
6 |
+
.vb
|
7 |
+
C:\Users\E2333\Documents\GitHub\AcaPre_Agent\AcaPreAgentApp\AcaPreAgentApp\obj\Debug\net8.0-windows\
|
8 |
+
AcaPreAgentApp
|
9 |
+
none
|
10 |
+
false
|
11 |
+
|
12 |
+
C:\Users\E2333\Documents\GitHub\AcaPre_Agent\AcaPreAgentApp\AcaPreAgentApp\Application.xaml
|
13 |
+
11407045341
|
14 |
+
|
15 |
+
3-1602305362
|
16 |
+
198-635017904
|
17 |
+
MainWindow.xaml;
|
18 |
+
|
19 |
+
False
|
20 |
+
|
AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp_MarkupCompile.i.cache
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
AcaPreAgentApp
|
2 |
+
1.0.0.0
|
3 |
+
|
4 |
+
winexe
|
5 |
+
VB
|
6 |
+
.vb
|
7 |
+
C:\Users\E2333\Documents\GitHub\AcaPre_Agent\AcaPreAgentApp\AcaPreAgentApp\obj\Debug\net8.0-windows\
|
8 |
+
AcaPreAgentApp
|
9 |
+
none
|
10 |
+
false
|
11 |
+
|
12 |
+
C:\Users\E2333\Documents\GitHub\AcaPre_Agent\AcaPreAgentApp\AcaPreAgentApp\Application.xaml
|
13 |
+
11407045341
|
14 |
+
|
15 |
+
5518713817
|
16 |
+
198-635017904
|
17 |
+
MainWindow.xaml;
|
18 |
+
|
19 |
+
True
|
20 |
+
|
AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp_MarkupCompile.i.lref
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
|
3 |
+
FC:\Users\E2333\Documents\GitHub\AcaPre_Agent\AcaPreAgentApp\AcaPreAgentApp\MainWindow.xaml;;
|
4 |
+
|
AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp_MarkupCompile.lref
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
|
3 |
+
FC:\Users\E2333\Documents\GitHub\AcaPre_Agent\AcaPreAgentApp\AcaPreAgentApp\MainWindow.xaml;;
|
4 |
+
|
AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp_fkfr1unb_wpftmp.AssemblyInfo.vb
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
'------------------------------------------------------------------------------
|
2 |
+
' <auto-generated>
|
3 |
+
' このコードはツールによって生成されました。
|
4 |
+
' ランタイム バージョン:4.0.30319.42000
|
5 |
+
'
|
6 |
+
' このファイルへの変更は、以下の状況下で不正な動作の原因になったり、
|
7 |
+
' コードが再生成されるときに損失したりします。
|
8 |
+
' </auto-generated>
|
9 |
+
'------------------------------------------------------------------------------
|
10 |
+
|
11 |
+
Option Strict Off
|
12 |
+
Option Explicit On
|
13 |
+
|
14 |
+
Imports System
|
15 |
+
Imports System.Reflection
|
16 |
+
<Assembly: System.Reflection.AssemblyCompanyAttribute("AcaPreAgentApp"), _
|
17 |
+
Assembly: System.Reflection.AssemblyConfigurationAttribute("Debug"), _
|
18 |
+
Assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0"), _
|
19 |
+
Assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+edc516a641f5189a260c15553cab481245254f89"), _
|
20 |
+
Assembly: System.Reflection.AssemblyProductAttribute("AcaPreAgentApp"), _
|
21 |
+
Assembly: System.Reflection.AssemblyTitleAttribute("AcaPreAgentApp"), _
|
22 |
+
Assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0"), _
|
23 |
+
Assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0"), _
|
24 |
+
Assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")>
|
25 |
+
|
26 |
+
'MSBuild WriteCodeFragment クラスによって生成されました。
|
AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp_fkfr1unb_wpftmp.AssemblyInfoInputs.cache
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
b6d0f3032f7c666151f4f9989a12295b3615cd07e94cd1f45eb66a9a93479937
|
AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp_fkfr1unb_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
is_global = true
|
2 |
+
build_property.TargetFramework = net8.0-windows
|
3 |
+
build_property.TargetPlatformMinVersion = 7.0
|
4 |
+
build_property.UsingMicrosoftNETSdkWeb =
|
5 |
+
build_property.ProjectTypeGuids =
|
6 |
+
build_property.InvariantGlobalization =
|
7 |
+
build_property.PlatformNeutralAssembly =
|
8 |
+
build_property.EnforceExtendedAnalyzerRules =
|
9 |
+
build_property._SupportedPlatformList = Linux,macOS,Windows
|
10 |
+
build_property.RootNamespace = AcaPreAgentApp
|
11 |
+
build_property.ProjectDir = C:\Users\E2333\Documents\GitHub\AcaPre_Agent\AcaPreAgentApp\AcaPreAgentApp\
|
12 |
+
build_property.EnableComHosting =
|
13 |
+
build_property.EnableGeneratedComInterfaceComImportInterop =
|
AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp_fkfr1unb_wpftmp.assets.cache
ADDED
Binary file (152 Bytes). View file
|
|
AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp_fkfr1unb_wpftmp.sourcelink.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"documents":{"C:\\Users\\E2333\\Documents\\GitHub\\AcaPre_Agent\\*":"https://raw.githubusercontent.com/KevinGengGavo/AcaPre_Agent/edc516a641f5189a260c15553cab481245254f89/*"}}
|
AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp_fkfr1unb_wpftmp.vbproj.BuildWithSkipAnalyzers
ADDED
File without changes
|
AcaPreAgentApp/AcaPreAgentApp/obj/Debug/net8.0-windows/AcaPreAgentApp_qdpsgnw4_wpftmp.AssemblyInfo.vb
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
'------------------------------------------------------------------------------
|
2 |
+
' <auto-generated>
|
3 |
+
' このコードはツールによって生成されました。
|
4 |
+
' ランタイム バージョン:4.0.30319.42000
|
5 |
+
'
|
6 |
+
' このファイルへの変更は、以下の状況下で不正な動作の原因になったり、
|
7 |
+
' コードが再生成されるときに損失したりします。
|
8 |
+
' </auto-generated>
|
9 |
+
'------------------------------------------------------------------------------
|
10 |
+
|
11 |
+
Option Strict Off
|
12 |
+
Option Explicit On
|
13 |
+
|
14 |
+
Imports System
|
15 |
+
Imports System.Reflection
|
16 |
+
<Assembly: System.Reflection.AssemblyCompanyAttribute("AcaPreAgentApp"), _
|
17 |
+
Assembly: System.Reflection.AssemblyConfigurationAttribute("Debug"), _
|
18 |
+
Assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0"), _
|
19 |
+
Assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+edc516a641f5189a260c15553cab481245254f89"), _
|
20 |
+
Assembly: System.Reflection.AssemblyProductAttribute("AcaPreAgentApp"), _
|
21 |
+
Assembly: System.Reflection.AssemblyTitleAttribute("AcaPreAgentApp"), _
|
22 |
+
Assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0"), _
|
23 |
+
Assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0"), _
|
24 |
+
Assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")>
|
25 |
+
|
26 |
+
'MSBuild WriteCodeFragment クラスによって生成されました。
|