diff options
Diffstat (limited to 'TimeHACK.Main/TimeHACK.Main.csproj')
| -rw-r--r-- | TimeHACK.Main/TimeHACK.Main.csproj | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index f93ea6d..da207ac 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -126,6 +126,18 @@ <Compile Include="WinClassicForms\TestApp.Designer.cs"> <DependentUpon>TestApp.cs</DependentUpon> </Compile> + <Compile Include="WinClassicForms\WinClassicDownloader.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="WinClassicForms\WinClassicDownloader.Designer.cs"> + <DependentUpon>WinClassicDownloader.cs</DependentUpon> + </Compile> + <Compile Include="WinClassicForms\WinClassicInstaller.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="WinClassicForms\WinClassicInstaller.Designer.cs"> + <DependentUpon>WinClassicInstaller.cs</DependentUpon> + </Compile> <Compile Include="WinClassicForms\WinClassicTemplate.cs"> <SubType>Form</SubType> </Compile> @@ -155,9 +167,15 @@ <EmbeddedResource Include="WinClassicForms\TestApp.resx"> <DependentUpon>TestApp.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="WinClassicForms\WinClassicDownloader.resx"> + <DependentUpon>WinClassicDownloader.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="WinClassicForms\WinClassicIE4.resx"> <DependentUpon>WinClassicIE4.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="WinClassicForms\WinClassicInstaller.resx"> + <DependentUpon>WinClassicInstaller.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Windows95.resx"> <DependentUpon>Windows95.cs</DependentUpon> </EmbeddedResource> |
