diff options
Diffstat (limited to 'Smart TV for Windows/Smart TV for Windows.csproj')
| -rw-r--r-- | Smart TV for Windows/Smart TV for Windows.csproj | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/Smart TV for Windows/Smart TV for Windows.csproj b/Smart TV for Windows/Smart TV for Windows.csproj index 2b7a8c1..630a1de 100644 --- a/Smart TV for Windows/Smart TV for Windows.csproj +++ b/Smart TV for Windows/Smart TV for Windows.csproj @@ -46,14 +46,29 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> - <Compile Include="Form1.cs"> + <Compile Include="menu.cs"> <SubType>Form</SubType> </Compile> - <Compile Include="Form1.Designer.cs"> - <DependentUpon>Form1.cs</DependentUpon> + <Compile Include="menu.Designer.cs"> + <DependentUpon>menu.cs</DependentUpon> + </Compile> + <Compile Include="netflix.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="netflix.Designer.cs"> + <DependentUpon>netflix.cs</DependentUpon> </Compile> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> + <Compile Include="youtube.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="youtube.Designer.cs"> + <DependentUpon>youtube.cs</DependentUpon> + </Compile> + <EmbeddedResource Include="menu.resx"> + <DependentUpon>menu.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Properties\Resources.resx"> <Generator>ResXFileCodeGenerator</Generator> <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
