File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
#This is a comment
2
2
#And I can add lots of comments
3
- print ('Hi World ' )
3
+ print ('Works? ' )
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion = " 4.0 " >
3
3
<PropertyGroup >
4
4
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
5
<SchemaVersion >2.0</SchemaVersion >
21
21
<DebugSymbols >true</DebugSymbols >
22
22
<EnableUnmanagedDebugging >false</EnableUnmanagedDebugging >
23
23
</PropertyGroup >
24
+ <PropertyGroup >
25
+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
26
+ <PtvsTargetsFile >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets</PtvsTargetsFile >
27
+ </PropertyGroup >
24
28
<ItemGroup >
25
29
<Compile Include =" HelloWorld.py" />
26
30
</ItemGroup >
27
- <Import Project =" $(MSBuildToolsPath)\Microsoft.Common.targets" />
31
+ <Import Project =" $(PtvsTargetsFile)" Condition =" Exists($(PtvsTargetsFile))" />
32
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.Common.targets" Condition =" !Exists($(PtvsTargetsFile))" />
28
33
</Project >
You can’t perform that action at this time.
0 commit comments