-
Notifications
You must be signed in to change notification settings - Fork 0
/
Vidops.pyproj
43 lines (43 loc) · 1.85 KB
/
Vidops.pyproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?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>{c87b16c8-4bf9-4bc7-9e8d-ed4b5e850a97}</ProjectGuid>
<ProjectHome />
<StartupFile>Execution.py</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId>CondaEnv|CondaEnv|im_proc</InterpreterId>
<IsWindowsApplication>False</IsWindowsApplication>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="log.txt" />
<Content Include="requirements.txt" />
<Content Include="User_interface\generator.jpg" />
<Content Include="User_interface\icons8-image-30.png" />
<Content Include="User_interface\play-button.png" />
<Content Include="User_interface\video-player.png" />
</ItemGroup>
<ItemGroup>
<Compile Include="Deblur_gan_ops.py" />
<Compile Include="Execution.py" />
<Compile Include="models.py" />
<Compile Include="Video_functions.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="User_interface" />
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="CondaEnv|CondaEnv|im_proc" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
</Project>