-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
MER.pyproj
91 lines (91 loc) · 4.07 KB
/
MER.pyproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>2e3082aa-ee82-43a9-af19-79ca53d7af9f</ProjectGuid>
<ProjectHome />
<StartupFile>Recogniser.py</StartupFile>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<WebBrowserUrl>
</WebBrowserUrl>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<Name>MER</Name>
<RootNamespace>Bottle2</RootNamespace>
<InterpreterId>Global|PythonCore|3.10</InterpreterId>
<SuppressEnvironmentCreationPrompt>True</SuppressEnvironmentCreationPrompt>
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
<Environment>
</Environment>
<SuppressConfigureTestFrameworkPrompt>true</SuppressConfigureTestFrameworkPrompt>
<CommandLineArguments>
</CommandLineArguments>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<ItemGroup>
<Compile Include="MultiFileLabelFilter.py" />
<Compile Include="MultiFileRecogniser.py" />
<Compile Include="Logger.py" />
<Compile Include="Recogniser.py" />
<Compile Include="TimeLimit.py" />
<Compile Include="Utilities.py" />
</ItemGroup>
<ItemGroup>
<Content Include=".gitignore" />
<Content Include="data\aggregated_stats.json" />
<Content Include="data\continuation_request.txt" />
<Content Include="data\extract_names_of_participants_system_instruction.txt" />
<Content Include="data\filtered_labels.json" />
<Content Include="data\manipulation_closed_ended_system_instruction.txt" />
<Content Include="data\manipulation_ignored_labels.txt" />
<Content Include="data\manipulation_labels.txt" />
<Content Include="data\manipulation_open_ended_system_instruction.txt" />
<Content Include="data\script_gaslight.txt" />
<Content Include="data\script_gaslight_evaluation.json" />
<Content Include="data\script_gaslight_evaluation.pdf" />
<Content Include="data\test_evaluation.html" />
<Content Include="data\test_evaluation.json" />
<Content Include="data\test_evaluation.pdf" />
<Content Include="data\test_evaluation.svg" />
<Content Include="data\test_input2.txt" />
<Content Include="data\test_input3.txt" />
<Content Include="data\test_input4.txt" />
<Content Include="data\test_input5.txt" />
<Content Include="data\test_input6.txt" />
<Content Include="data\test_input7.txt" />
<Content Include="data\test_input8.txt" />
<Content Include="data\test_input9_escalating.txt" />
<Content Include="install_steps.txt" />
<Content Include="LICENSE" />
<Content Include="Recogniser.ini" />
<Content Include="README.md" />
<Content Include="requirements.txt" />
<Content Include="data\test_input.txt" />
<Content Include="test_input_sources.txt" />
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="Global|PythonCore|3.10" />
<InterpreterReference Include="Global|PythonCore|3.11" />
</ItemGroup>
<ItemGroup>
<Folder Include="data\" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
<!-- Specify pre- and post-build commands in the BeforeBuild and
AfterBuild targets below. -->
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
</Project>