forked from jimkeir/EDProxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEDProxy.pyproj
More file actions
64 lines (64 loc) · 2.54 KB
/
EDProxy.pyproj
File metadata and controls
64 lines (64 loc) · 2.54 KB
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
<?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>{846b30d2-99c5-4572-9d27-a01aeccf43e0}</ProjectGuid>
<ProjectHome />
<StartupFile>edproxy.py</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<IsWindowsApplication>True</IsWindowsApplication>
<InterpreterId>Global|PythonCore|2.7-32</InterpreterId>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="edicon.ico" />
</ItemGroup>
<ItemGroup>
<Compile Include="edconfig.py" />
<Compile Include="edevent.py" />
<Compile Include="edicon.py" />
<Compile Include="edimport.py" />
<Compile Include="ednet.py" />
<Compile Include="edparser.py" />
<Compile Include="edpicture.py" />
<Compile Include="edproxy.py" />
<Compile Include="edsendkeys.py" />
<Compile Include="edsettings.py" />
<Compile Include="edsm.py" />
<Compile Include="edsmdb.py" />
<Compile Include="edupdate.py" />
<Compile Include="edutils.py" />
<Compile Include="elitedangerous.py" />
<Compile Include="fakeclient.py" />
<Compile Include="ijpython.py" />
<Compile Include="journalline.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="jsontest.py" />
<Compile Include="lru.py" />
<Compile Include="macosx-dmg-settings.py" />
<Compile Include="netlogline.py" />
<Compile Include="plugins.py" />
<Compile Include="wrapper.py" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="InstallerPrep\InstallerPrep.vcxproj">
<Name>InstallerPrep</Name>
<Project>{d98e115e-f2ea-40a3-9d65-3ab5bd31b91f}</Project>
<Private>True</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="Global|PythonCore|2.7-32" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
</Project>