Skip to content

Commit 87323e2

Browse files
author
GeekTrainer
committed
2 parents 95d3c5b + 1cddcba commit 87323e2

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed
+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2013
4+
VisualStudioVersion = 12.0.30723.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "PythonApplication2", "PythonApplication2\PythonApplication2.pyproj", "{F8538EC8-0FF4-4A3D-8A21-ABB170848464}"
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+
{F8538EC8-0FF4-4A3D-8A21-ABB170848464}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{F8538EC8-0FF4-4A3D-8A21-ABB170848464}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{F8538EC8-0FF4-4A3D-8A21-ABB170848464}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{F8538EC8-0FF4-4A3D-8A21-ABB170848464}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
EndGlobal
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5+
<SchemaVersion>2.0</SchemaVersion>
6+
<ProjectGuid>f8538ec8-0ff4-4a3d-8a21-abb170848464</ProjectGuid>
7+
<ProjectHome>.</ProjectHome>
8+
<StartupFile>PythonApplication2.py</StartupFile>
9+
<SearchPath>
10+
</SearchPath>
11+
<WorkingDirectory>.</WorkingDirectory>
12+
<OutputPath>.</OutputPath>
13+
<Name>PythonApplication2</Name>
14+
<RootNamespace>PythonApplication2</RootNamespace>
15+
</PropertyGroup>
16+
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
17+
<DebugSymbols>true</DebugSymbols>
18+
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
19+
</PropertyGroup>
20+
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
21+
<DebugSymbols>true</DebugSymbols>
22+
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
23+
</PropertyGroup>
24+
<ItemGroup>
25+
<Compile Include="PythonApplication2.py" />
26+
</ItemGroup>
27+
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
28+
</Project>

0 commit comments

Comments
 (0)