32 lines
1.3 KiB
XML
32 lines
1.3 KiB
XML
<?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>{a172b229-11f0-4265-9205-fa5a8ec52471}</ProjectGuid>
|
|
<ProjectHome>.</ProjectHome>
|
|
<StartupFile>Program.py</StartupFile>
|
|
<SearchPath>
|
|
</SearchPath>
|
|
<WorkingDirectory>.</WorkingDirectory>
|
|
<AssemblyName>TorchTester</AssemblyName>
|
|
<Name>TorchTester</Name>
|
|
<RootNamespace>TorchTester</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>
|
|
<Compile Include="logic.py" />
|
|
<Compile Include="frmMain.py" />
|
|
<Compile Include="initialization.py" />
|
|
<Compile Include="wxImages.py" />
|
|
<Compile Include="scanports.py" />
|
|
<Compile Include="Program.py" />
|
|
</ItemGroup>
|
|
</Project> |