Skip to content

Commit 42b4286

Browse files
committed
First commit
1 parent 4af679e commit 42b4286

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+5547
-0
lines changed

AVermediaVideoCapturingApp.csproj

Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,142 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+
<PropertyGroup>
5+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7+
<ProjectGuid>{8808F7D8-1DD5-4DB0-98F1-3EC0ACA9502D}</ProjectGuid>
8+
<OutputType>WinExe</OutputType>
9+
<RootNamespace>AverMediaTestApp</RootNamespace>
10+
<AssemblyName>AverMediaTestApp</AssemblyName>
11+
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
12+
<FileAlignment>512</FileAlignment>
13+
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14+
<Deterministic>true</Deterministic>
15+
</PropertyGroup>
16+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17+
<PlatformTarget>x86</PlatformTarget>
18+
<DebugSymbols>true</DebugSymbols>
19+
<DebugType>full</DebugType>
20+
<Optimize>false</Optimize>
21+
<OutputPath>bin\Debug\</OutputPath>
22+
<DefineConstants>DEBUG;TRACE</DefineConstants>
23+
<ErrorReport>prompt</ErrorReport>
24+
<WarningLevel>4</WarningLevel>
25+
<Prefer32Bit>false</Prefer32Bit>
26+
</PropertyGroup>
27+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28+
<PlatformTarget>AnyCPU</PlatformTarget>
29+
<DebugType>pdbonly</DebugType>
30+
<Optimize>true</Optimize>
31+
<OutputPath>bin\Release\</OutputPath>
32+
<DefineConstants>TRACE</DefineConstants>
33+
<ErrorReport>prompt</ErrorReport>
34+
<WarningLevel>4</WarningLevel>
35+
</PropertyGroup>
36+
<ItemGroup>
37+
<Reference Include="System" />
38+
<Reference Include="System.Core" />
39+
<Reference Include="System.Xml.Linq" />
40+
<Reference Include="System.Data.DataSetExtensions" />
41+
<Reference Include="Microsoft.CSharp" />
42+
<Reference Include="System.Data" />
43+
<Reference Include="System.Deployment" />
44+
<Reference Include="System.Drawing" />
45+
<Reference Include="System.Net.Http" />
46+
<Reference Include="System.Windows.Forms" />
47+
<Reference Include="System.Xml" />
48+
</ItemGroup>
49+
<ItemGroup>
50+
<Compile Include="DeviceSettingsForm.cs">
51+
<SubType>Form</SubType>
52+
</Compile>
53+
<Compile Include="DeviceSettingsForm.Designer.cs">
54+
<DependentUpon>DeviceSettingsForm.cs</DependentUpon>
55+
</Compile>
56+
<Compile Include="Utilities\AVerCapAPI.cs" />
57+
<Compile Include="MainForm.cs">
58+
<SubType>Form</SubType>
59+
</Compile>
60+
<Compile Include="MainForm.Designer.cs">
61+
<DependentUpon>MainForm.cs</DependentUpon>
62+
</Compile>
63+
<Compile Include="Program.cs" />
64+
<Compile Include="Properties\AssemblyInfo.cs" />
65+
<Compile Include="Utilities\AvermediaTools.cs" />
66+
<Compile Include="Utilities\ComboBoxItem.cs" />
67+
<Compile Include="Utilities\IDeviceSettings.cs" />
68+
<Compile Include="Utilities\KeyHookTool.cs" />
69+
<Compile Include="Utilities\StringExtensions.cs" />
70+
<EmbeddedResource Include="DeviceSettingsForm.resx">
71+
<DependentUpon>DeviceSettingsForm.cs</DependentUpon>
72+
</EmbeddedResource>
73+
<EmbeddedResource Include="MainForm.resx">
74+
<DependentUpon>MainForm.cs</DependentUpon>
75+
</EmbeddedResource>
76+
<EmbeddedResource Include="Properties\Resources.resx">
77+
<Generator>ResXFileCodeGenerator</Generator>
78+
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
79+
<SubType>Designer</SubType>
80+
</EmbeddedResource>
81+
<Compile Include="Properties\Resources.Designer.cs">
82+
<AutoGen>True</AutoGen>
83+
<DependentUpon>Resources.resx</DependentUpon>
84+
<DesignTime>True</DesignTime>
85+
</Compile>
86+
<None Include="Properties\Settings.settings">
87+
<Generator>SettingsSingleFileGenerator</Generator>
88+
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
89+
</None>
90+
<Compile Include="Properties\Settings.Designer.cs">
91+
<AutoGen>True</AutoGen>
92+
<DependentUpon>Settings.settings</DependentUpon>
93+
<DesignTimeSharedInput>True</DesignTimeSharedInput>
94+
</Compile>
95+
</ItemGroup>
96+
<ItemGroup>
97+
<None Include="App.config" />
98+
</ItemGroup>
99+
<ItemGroup>
100+
<None Include="Resources\clockwise-rotate.png" />
101+
</ItemGroup>
102+
<ItemGroup>
103+
<None Include="Resources\counter-clockwise-rotate.png" />
104+
</ItemGroup>
105+
<ItemGroup>
106+
<None Include="Resources\counter-clockwise-rotate1.png" />
107+
</ItemGroup>
108+
<ItemGroup>
109+
<None Include="Resources\reset-rotate.png" />
110+
</ItemGroup>
111+
<ItemGroup>
112+
<None Include="Resources\deviceSettings.png" />
113+
</ItemGroup>
114+
<ItemGroup>
115+
<None Include="Resources\start-video.png" />
116+
</ItemGroup>
117+
<ItemGroup>
118+
<None Include="Resources\stop-video.png" />
119+
</ItemGroup>
120+
<ItemGroup>
121+
<None Include="Resources\capture-image.png" />
122+
</ItemGroup>
123+
<ItemGroup>
124+
<None Include="Resources\device-settings.png" />
125+
</ItemGroup>
126+
<ItemGroup>
127+
<None Include="Resources\save-settings.png" />
128+
</ItemGroup>
129+
<ItemGroup>
130+
<None Include="Resources\unlock.png" />
131+
</ItemGroup>
132+
<ItemGroup>
133+
<None Include="Resources\lock.png" />
134+
</ItemGroup>
135+
<ItemGroup>
136+
<None Include="Resources\reset.png" />
137+
</ItemGroup>
138+
<ItemGroup>
139+
<None Include="Resources\reset1.png" />
140+
</ItemGroup>
141+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
142+
</Project>

App.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
5+
</startup>
6+
</configuration>

DeviceSettingsForm.Designer.cs

Lines changed: 173 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)