-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWINFORMS-VLCClient.csproj.user
More file actions
50 lines (50 loc) · 1.8 KB
/
WINFORMS-VLCClient.csproj.user
File metadata and controls
50 lines (50 loc) · 1.8 KB
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
44
45
46
47
48
49
50
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebuggerFlavor>ProjectDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Different CWD|AnyCPU'">
<DebuggerFlavor>ProjectDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup>
<ActiveDebugProfile>Different CWD</ActiveDebugProfile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebuggerFlavor>ProjectDebugger</DebuggerFlavor>
</PropertyGroup>
<ItemGroup>
<Compile Update="Controls\Marker.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="Controls\MediaInfomationPanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="Controls\TextDisplayVariableSize.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="Controls\VideoPlaybackTimeline.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="Forms\Landing\Landing.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="Forms\Settings\Settings.SettingsPackage.cs">
<SubType>dummy</SubType>
</Compile>
<Compile Update="Forms\Settings\SettingsForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="Forms\Viewer\Viewer.Controls.cs">
<SubType>dummy</SubType>
</Compile>
<Compile Update="Forms\Viewer\Viewer.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="Forms\Viewer\Viewer.HID.cs">
<SubType>dummy</SubType>
</Compile>
<Compile Update="Forms\Viewer\Viewer.VLCPlayer.cs">
<SubType>dummy</SubType>
</Compile>
</ItemGroup>
</Project>