diff options
| author | lempamo <[email protected]> | 2017-03-26 20:10:32 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-03-26 20:10:32 -0400 |
| commit | 83f1652ca5bd6c1fdfbebb70c41fef2e31d17b7d (patch) | |
| tree | 16a37b1ce68466a51f56f354b98c8b95ce931a59 /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | f16f3a8a3df33f46c4ec6c864447cced97c0f034 (diff) | |
| parent | f3ded1683916137c4d625565266f915492b2d4ad (diff) | |
| download | histacom2-83f1652ca5bd6c1fdfbebb70c41fef2e31d17b7d.tar.gz histacom2-83f1652ca5bd6c1fdfbebb70c41fef2e31d17b7d.tar.bz2 histacom2-83f1652ca5bd6c1fdfbebb70c41fef2e31d17b7d.zip | |
Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'
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> |
