Path: blob/main/tools/neteditTestFunctions/neteditTestFunctions.pyproj
193674 views
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{ba09ae0f-8205-4ceb-a78c-4446c0c9592b}</ProjectGuid>
<ProjectHome />
<StartupFile>buildinternaltestdata.py</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId />
<SuppressConfigureTestFrameworkPrompt>true</SuppressConfigureTestFrameworkPrompt>
<Name>neteditTestFunctions</Name>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="enums\attributesEnum.py" />
<Compile Include="constants.py" />
<Compile Include="enums\contextualMenuOperations.py" />
<Compile Include="enums\movements.py" />
<Compile Include="files\load.py" />
<Compile Include="files\quit.py" />
<Compile Include="files\reload.py" />
<Compile Include="files\save.py" />
<Compile Include="frames\data\data.py" />
<Compile Include="frames\data\meanData.py" />
<Compile Include="frames\delete.py" />
<Compile Include="frames\demand\type.py" />
<Compile Include="frames\edit\basicAttribute.py" />
<Compile Include="frames\edit\boolAttribute.py" />
<Compile Include="frames\edit\colorAttribute.py" />
<Compile Include="frames\edit\files.py" />
<Compile Include="frames\edit\parameters.py" />
<Compile Include="frames\edit\vClassDialog.py" />
<Compile Include="frames\elements.py" />
<Compile Include="frames\move.py" />
<Compile Include="frames\network\additional.py" />
<Compile Include="frames\network\createEdge.py" />
<Compile Include="frames\network\connection.py" />
<Compile Include="frames\network\crossing.py" />
<Compile Include="frames\network\shape.py" />
<Compile Include="frames\network\tls.py" />
<Compile Include="frames\select.py" />
<Compile Include="general\contextualMenu.py" />
<Compile Include="general\overwrite.py" />
<Compile Include="general\fixElements.py" />
<Compile Include="general\functions.py" />
<Compile Include="general\modes.py" />
<Compile Include="general\undoRedo.py" />
<Compile Include="general\viewport.py" />
<Compile Include="input\keyboard.py" />
<Compile Include="input\mouse.py" />
<Compile Include="buildinternaltestdata.py" />
<Compile Include="setup.py" />
<Compile Include="enums\viewPositions.py" />
<Compile Include="__init__.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="files\" />
<Folder Include="frames\" />
<Folder Include="frames\data\" />
<Folder Include="frames\demand\" />
<Folder Include="frames\edit\" />
<Folder Include="frames\network\" />
<Folder Include="general\" />
<Folder Include="input\" />
<Folder Include="enums\" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
</Project>