forked from DoubleYouC/Bethini-Pie-Performance-INI-Editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Bethini-Pie-Performance-INI-Editor.pyproj
105 lines (105 loc) · 4.86 KB
/
Bethini-Pie-Performance-INI-Editor.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{21a397b2-4031-43ae-b811-b5804731bdd0}</ProjectGuid>
<ProjectHome />
<StartupFile>Bethini.pyw</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId>MSBuild|env|$(MSBuildProjectFullPath)</InterpreterId>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="Bethini.pyw" />
<Compile Include="lib\app.py" />
<Compile Include="lib\AutoScrollbar.py" />
<Compile Include="lib\customConfigParser.py" />
<Compile Include="lib\customFunctions.py" />
<Compile Include="lib\ModifyINI.py" />
<Compile Include="lib\tooltips.py" />
</ItemGroup>
<ItemGroup>
<Content Include=".vs\ProjectSettings.json" />
<Content Include=".vs\VSWorkspaceState.json" />
<Content Include="apps\Fallout 4\.vs\ProjectSettings.json" />
<Content Include="apps\Fallout 4\.vs\VSWorkspaceState.json" />
<Content Include="apps\Fallout 4\Bethini.json" />
<Content Include="apps\Fallout 4\settings.json" />
<Content Include="apps\None\Bethini.json" />
<Content Include="apps\None\settings.json" />
<Content Include="apps\Skyrim Special Edition\.vs\ProjectSettings.json" />
<Content Include="apps\Skyrim Special Edition\.vs\VSWorkspaceState.json" />
<Content Include="apps\Skyrim Special Edition\Bethini.json" />
<Content Include="apps\Skyrim Special Edition\settings.json" />
<Content Include="Bethini.ini" />
<Content Include="Bethini.spec" />
<Content Include="Icon.ico" />
<Content Include="theme\Dark Blue\Basic.png" />
<Content Include="theme\Dark Blue\Blank.png" />
<Content Include="theme\Dark Blue\General.png" />
<Content Include="theme\Dark Blue\Interface.png" />
<Content Include="theme\Dark Blue\theme.ini" />
<Content Include="theme\Dark Blue\View Distance.png" />
<Content Include="theme\Dark Blue\Visuals.png" />
<Content Include="theme\Dark Brown\Basic.png" />
<Content Include="theme\Dark Brown\Blank.png" />
<Content Include="theme\Dark Brown\General.png" />
<Content Include="theme\Dark Brown\Interface.png" />
<Content Include="theme\Dark Brown\theme.ini" />
<Content Include="theme\Dark Brown\View Distance.png" />
<Content Include="theme\Dark Brown\Visuals.png" />
<Content Include="theme\Dark\Basic.png" />
<Content Include="theme\Dark\Blank.png" />
<Content Include="theme\Dark\General.png" />
<Content Include="theme\Dark\Interface.png" />
<Content Include="theme\Dark\theme.ini" />
<Content Include="theme\Dark\View Distance.png" />
<Content Include="theme\Dark\Visuals.png" />
<Content Include="theme\Default\Basic.png" />
<Content Include="theme\Default\Blank.png" />
<Content Include="theme\Default\General.png" />
<Content Include="theme\Default\Interface.png" />
<Content Include="theme\Default\theme.ini" />
<Content Include="theme\Default\View Distance.png" />
<Content Include="theme\Default\Visuals.png" />
<Content Include="theme\No Tab Images\Blank.png" />
<Content Include="theme\No Tab Images\theme.ini" />
</ItemGroup>
<ItemGroup>
<Folder Include=".vs" />
<Folder Include="apps\" />
<Folder Include="apps\Fallout 4" />
<Folder Include="apps\Fallout 4\.vs" />
<Folder Include="apps\None" />
<Folder Include="apps\Skyrim Special Edition" />
<Folder Include="apps\Skyrim Special Edition\.vs" />
<Folder Include="lib" />
<Folder Include="theme\" />
<Folder Include="theme\Dark" />
<Folder Include="theme\Dark Blue" />
<Folder Include="theme\Dark Brown" />
<Folder Include="theme\Default" />
<Folder Include="theme\No Tab Images" />
</ItemGroup>
<ItemGroup>
<Interpreter Include="env\">
<Id>env</Id>
<Version>3.11</Version>
<Description>env (Python 3.11 (64-bit))</Description>
<InterpreterPath>Scripts\python.exe</InterpreterPath>
<WindowsInterpreterPath>Scripts\pythonw.exe</WindowsInterpreterPath>
<PathEnvironmentVariable>PYTHONPATH</PathEnvironmentVariable>
<Architecture>X64</Architecture>
</Interpreter>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
</Project>