-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMeteomediocre.pyproj
31 lines (31 loc) · 1.36 KB
/
Meteomediocre.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
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{7fb4b1bd-a8cd-4342-b829-c9d8f3745769}</ProjectGuid>
<ProjectHome>.</ProjectHome>
<StartupFile>C:\Projects\meteomediocre\WindowsApplication1\meteomediocre.py</StartupFile>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<IsWindowsApplication>True</IsWindowsApplication>
<InterpreterId>80659ab7-4d53-4e0c-8588-a766116cbd46</InterpreterId>
<LaunchProvider>IronPython (.NET) launcher</LaunchProvider>
<InterpreterVersion>2.7.0.0</InterpreterVersion>
<AssemblyName>WindowsApplication1</AssemblyName>
<Name>Meteomediocre</Name>
<RootNamespace>WindowsApplication1</RootNamespace>
</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="meteomediocre.py" />
</ItemGroup>
</Project>