forked from Stonepaw/comicrack-library-organizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLibrary Organizer.pyproj
134 lines (134 loc) · 4.1 KB
/
Library Organizer.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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{c91c54bf-45ed-4964-b901-9059e4a512a7}</ProjectGuid>
<ProjectHome>.</ProjectHome>
<StartupFile>Program.py</StartupFile>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<IsWindowsApplication>True</IsWindowsApplication>
<AssemblyName>Library Organizer</AssemblyName>
<Name>Library Organizer</Name>
<RootNamespace>Library Organizer</RootNamespace>
<PublishUrl>C:\Users\Andrew\Documents\ComicRack Scripts stuff\Library Organizer-root\Release</PublishUrl>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<ItemGroup>
<None Include="arrow.png">
<Publish>True</Publish>
</None>
<None Include="changelog.txt">
<Publish>True</Publish>
</None>
<None Include="credits.txt">
<Publish>True</Publish>
</None>
<None Include="libraryorganizer.py">
<Publish>True</Publish>
</None>
<None Include="lobookmover.py">
<Publish>True</Publish>
</None>
<None Include="locommon.py">
<Publish>True</Publish>
</None>
<None Include="loduplicate.py">
<Publish>True</Publish>
</None>
<None Include="loforms.py">
<Publish>True</Publish>
</None>
<None Include="lologger.py">
<Publish>True</Publish>
</None>
<None Include="losettings.py">
<Publish>True</Publish>
</None>
<None Include="losettingsx.dat">
<Publish>False</Publish>
</None>
<None Include="loworkerform.py">
<Publish>True</Publish>
</None>
<None Include="Package.ini">
<Publish>True</Publish>
</None>
<None Include="Program.py">
<Publish>False</Publish>
</None>
<None Include="pyevent.py">
<Publish>True</Publish>
</None>
<None Include="todo.txt">
<Publish>False</Publish>
</None>
</ItemGroup>
<ItemGroup>
<Compile Include="configformcontrols.py">
<Publish>True</Publish>
</Compile>
<Compile Include="configureform.py">
<Publish>True</Publish>
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="add_16.png">
<Publish>True</Publish>
</Content>
<Content Include="arrow_down_16.png">
<Publish>True</Publish>
</Content>
<Content Include="blue_arrow_up_32.png">
<Publish>True</Publish>
</Content>
<Content Include="chart_32.png">
<Publish>True</Publish>
</Content>
<Content Include="close_16.png">
<Publish>True</Publish>
</Content>
<Content Include="DuplicateForm.xaml">
<Publish>True</Publish>
</Content>
<Content Include="folder_32.png">
<Publish>True</Publish>
</Content>
<Content Include="home_32.png">
<Publish>True</Publish>
</Content>
<Content Include="libraryorganizer.ico">
<Publish>True</Publish>
</Content>
<Content Include="libraryorganizer.png">
<Publish>True</Publish>
</Content>
<Content Include="libraryorganizerquick.png">
<Publish>True</Publish>
</Content>
<Content Include="lopackagelogo.png">
<Publish>True</Publish>
</Content>
<Content Include="page_text_32.png">
<Publish>True</Publish>
</Content>
<Content Include="pencil_32.png">
<Publish>True</Publish>
</Content>
<Content Include="save_32.png">
<Publish>True</Publish>
</Content>
<Content Include="tools_32.png">
<Publish>True</Publish>
</Content>
</ItemGroup>
</Project>