Skip to content

Commit 2290815

Browse files
committed
Add project files
1 parent 5421817 commit 2290815

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

‎PyArray2SpaceEng/PyArray2SpaceEng.pyproj‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@
2121
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
2222
</PropertyGroup>
2323
<ItemGroup>
24+
<Compile Include="Circle.py" />
25+
<Compile Include="Line.py" />
2426
<Compile Include="PyArray2SpaceEng.py" />
27+
<Compile Include="Sphere.py" />
28+
<Compile Include="StraightLine.py" />
29+
<Compile Include="Toroid.py" />
2530
</ItemGroup>
2631
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
2732
<!-- Uncomment the CoreCompile target to enable the Build command in
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.28803.202
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "PyArray2SpaceEng", "PyArray2SpaceEng.pyproj", "{A92CFE68-E3CD-41B7-BC6E-49E56C5AC51D}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{A92CFE68-E3CD-41B7-BC6E-49E56C5AC51D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{A92CFE68-E3CD-41B7-BC6E-49E56C5AC51D}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
EndGlobalSection
17+
GlobalSection(SolutionProperties) = preSolution
18+
HideSolutionNode = FALSE
19+
EndGlobalSection
20+
GlobalSection(ExtensibilityGlobals) = postSolution
21+
SolutionGuid = {C94DC699-3518-448E-8704-1902B6685024}
22+
EndGlobalSection
23+
EndGlobal

0 commit comments

Comments
 (0)