Renamed Python client file to decrease ambiguity.

- File and class name no longer conflict.
 - Better matches the structure of Java client.
This commit is contained in:
Jason Watkins
2015-05-05 14:47:39 -07:00
parent 8a0efd6c76
commit 24768ff140
4 changed files with 7 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>3c7a940d-17c8-4e91-882f-9bc8b1d2f54b</ProjectGuid>
<ProjectHome>.</ProjectHome>
<StartupFile>src/XPlaneConnect.py</StartupFile>
<StartupFile>src\xpc.py</StartupFile>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
@@ -24,7 +24,10 @@
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<ItemGroup>
<Compile Include="src/XPlaneConnect.py" />
<Compile Include="src\xpc.py" />
<Compile Include="src\example.py">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Folder Include="src\" />