aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/TimeHACK.Main.csproj
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-03-26 20:10:32 -0400
committerlempamo <[email protected]>2017-03-26 20:10:32 -0400
commit83f1652ca5bd6c1fdfbebb70c41fef2e31d17b7d (patch)
tree16a37b1ce68466a51f56f354b98c8b95ce931a59 /TimeHACK.Main/TimeHACK.Main.csproj
parentf16f3a8a3df33f46c4ec6c864447cced97c0f034 (diff)
parentf3ded1683916137c4d625565266f915492b2d4ad (diff)
downloadhistacom2-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.csproj18
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>