-
Notifications
You must be signed in to change notification settings - Fork 0
/
WhatAreTheChances.pyproj
90 lines (90 loc) · 3.32 KB
/
WhatAreTheChances.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
<?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>{7c1c3dd9-59e4-4050-b5e1-17f578a78b94}</ProjectGuid>
<ProjectHome />
<StartupFile>main.pyw</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId />
<InterpreterVersion />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
<PtvsTargetsFile>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets</PtvsTargetsFile>
</PropertyGroup>
<ItemGroup>
<Compile Include="acquisition.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="autoupdater.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="config.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="interface\img.py" />
<Compile Include="interface\mainframe.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="interface\settings.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="interface\trayicon.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="interface\update.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="interface\__init__.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="main.pyw">
<SubType>Code</SubType>
</Compile>
<Compile Include="promble.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="result.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="upgrade.py" />
<Compile Include="version.py">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Folder Include="font\" />
<Folder Include="im\" />
<Folder Include="interface\" />
</ItemGroup>
<ItemGroup>
<Content Include="font\Fontin-Bold.ttf" />
<Content Include="font\Fontin-Italic.ttf" />
<Content Include="font\Fontin-Regular.ttf" />
<Content Include="font\Fontin-SmallCaps.ttf" />
<Content Include="im\Orb_of_Chance.png" />
<Content Include="im\rare_left.png" />
<Content Include="im\rare_mid.png" />
<Content Include="im\rare_right.png" />
<Content Include="im\line.png" />
<Content Include="interface\B.png" />
<Content Include="interface\G.png" />
<Content Include="interface\link.png" />
<Content Include="interface\R.png" />
<Content Include="interface\W.png" />
<Content Include="Patch Notes.txt" />
<Content Include="todo.txt" />
<Content Include="README.md" />
<Content Include="totest.txt" />
</ItemGroup>
<Import Project="$(PtvsTargetsFile)" Condition="Exists($(PtvsTargetsFile))" />
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="!Exists($(PtvsTargetsFile))" />
</Project>