forked from hahn-th/homematicip-rest-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
homematicip.pyproj
181 lines (181 loc) · 7.36 KB
/
homematicip.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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<?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>f1c8abac-037e-4d87-b604-119b6cda9be0</ProjectGuid>
<ProjectHome>.</ProjectHome>
<StartupFile>hmip_cli.py</StartupFile>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<Name>homematicip</Name>
<RootNamespace>homematicip</RootNamespace>
<IsWindowsApplication>False</IsWindowsApplication>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterArguments>
</InterpreterArguments>
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
<CommandLineArguments>--dump-configuration --config-file homematicip_demo/json_data/home.json</CommandLineArguments>
<InterpreterId>MSBuild|venv|$(MSBuildProjectFullPath)</InterpreterId>
<SuppressConfigureTestFrameworkPrompt>true</SuppressConfigureTestFrameworkPrompt>
<TestFramework>pytest</TestFramework>
<UnitTestPattern>test*.py</UnitTestPattern>
<UnitTestRootDirectory>.</UnitTestRootDirectory>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="hmip_generate_auth_token.py" />
<Compile Include="homematicip\aio\auth.py" />
<Compile Include="homematicip\aio\class_maps.py" />
<Compile Include="homematicip\aio\connection.py" />
<Compile Include="homematicip\aio\device.py" />
<Compile Include="homematicip\aio\group.py" />
<Compile Include="homematicip\aio\home.py" />
<Compile Include="homematicip\aio\securityEvent.py" />
<Compile Include="homematicip\aio\__init__.py" />
<Compile Include="homematicip\auth.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="homematicip\base\base_connection.py" />
<Compile Include="homematicip\base\constants.py" />
<Compile Include="homematicip\base\enums.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="homematicip\base\helpers.py" />
<Compile Include="homematicip\base\__init__.py" />
<Compile Include="homematicip\class_maps.py" />
<Compile Include="homematicip\connection.py" />
<Compile Include="homematicip\EventHook.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="homematicip\device.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="homematicip\base\functionalChannels.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="homematicip\functionalHomes.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="homematicip\group.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="homematicip\home.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="homematicip\base\HomeMaticIPObject.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="homematicip\HomeMaticIPObject.py" />
<Compile Include="homematicip\rule.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="homematicip\securityEvent.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="homematicip\_version.py" />
<Compile Include="homematicip\__init__.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="hmip_cli.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="homematicip_cli_async.py" />
<Compile Include="tests\test_websocket.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="test_aio.py" />
<Compile Include="tests\aio_tests\helpers.py" />
<Compile Include="tests\aio_tests\notest_async_heating_group.py" />
<Compile Include="tests\aio_tests\notest_connection_async.py" />
<Compile Include="tests\aio_tests\notest_plugable_switch_measuring_async.py" />
<Compile Include="tests\aio_tests\test_async_auth.py" />
<Compile Include="tests\aio_tests\test_async_groups.py" />
<Compile Include="tests\aio_tests\test_async_device.py" />
<Compile Include="tests\aio_tests\test_async_home.py" />
<Compile Include="tests\aio_tests\test_connection.py" />
<Compile Include="tests\test_auth.py" />
<Compile Include="tests\test_config.py" />
<Compile Include="tests\test_fake_cloud.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="tests\conftest.py" />
<Compile Include="tests\test_misc.py">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Compile Include="homematicip_demo\fake_cloud_server.py" />
<Compile Include="homematicip_demo\helper.py" />
</ItemGroup>
<ItemGroup>
<Compile Include="homematicip_demo\json_data\home.json" />
<Compile Include="homematicip_demo\json_data\security_journal.json" />
<Compile Include="homematicip_demo\json_data\unknown_types.json" />
</ItemGroup>
<ItemGroup>
<Compile Include="test.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="tests\test_base_connection.py" />
<Compile Include="tests\test_groups.py" />
<Compile Include="tests\test_devices.py" />
<Compile Include="tests\test_hmip_cli.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="tests\test_home.py">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Folder Include="tests\" />
<Folder Include="tests\aio_tests\" />
</ItemGroup>
<ItemGroup>
<Folder Include="homematicip\" />
<Folder Include="homematicip\aio\" />
<Folder Include="homematicip\base\" />
</ItemGroup>
<ItemGroup>
<Folder Include="homematicip_demo\" />
<Folder Include="homematicip_demo\json_data" />
</ItemGroup>
<ItemGroup>
<Content Include="CHANGELOG.md" />
<Content Include="README.rst" />
<Content Include="requirements.txt" />
<Content Include="requirements_dev.txt" />
</ItemGroup>
<ItemGroup>
<Interpreter Include="venv\">
<Id>venv</Id>
<Version>3.7</Version>
<Description>venv (Python 3.7 (64-bit))</Description>
<InterpreterPath>Scripts\python.exe</InterpreterPath>
<WindowsInterpreterPath>Scripts\pythonw.exe</WindowsInterpreterPath>
<PathEnvironmentVariable>PYTHONPATH</PathEnvironmentVariable>
<Architecture>X64</Architecture>
</Interpreter>
</ItemGroup>
<!-- Uncomment the CoreCompile target to enable the Build command in
Visual Studio and specify your pre- and post-build commands in
the BeforeBuild and AfterBuild targets below. -->
<!--<Target Name="CoreCompile" />-->
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
</Project>