diff options
| author | AShifter <[email protected]> | 2017-03-27 13:32:59 -0600 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-03-27 13:32:59 -0600 |
| commit | 5819bf69c300dfaefa427d701b3bef4a7397e0c9 (patch) | |
| tree | 4ef2c5835f36e91c29aa493f9433628d879e5255 /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | 9c2564364358c85eef94ea1ac600bf8190bf1b09 (diff) | |
| parent | b4025b4c6d675b1b86074fe9b4de89dc00ee9123 (diff) | |
| download | histacom2-5819bf69c300dfaefa427d701b3bef4a7397e0c9.tar.gz histacom2-5819bf69c300dfaefa427d701b3bef4a7397e0c9.tar.bz2 histacom2-5819bf69c300dfaefa427d701b3bef4a7397e0c9.zip | |
BURNED EVERYTHING
and cloned
Diffstat (limited to 'TimeHACK.Main/TimeHACK.Main.csproj')
| -rw-r--r-- | TimeHACK.Main/TimeHACK.Main.csproj | 39 |
1 files changed, 24 insertions, 15 deletions
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index 66e21f3..312d25a 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -120,28 +120,34 @@ <DesignTime>True</DesignTime> <DependentUpon>Resources.resx</DependentUpon> </Compile> - <Compile Include="WinClassic\TestApp.cs"> + <Compile Include="WinClassicForms\TestApp.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Include="WinClassic\TestApp.Designer.cs"> + <Compile Include="WinClassicForms\TestApp.Designer.cs"> <DependentUpon>TestApp.cs</DependentUpon> </Compile> - <Compile Include="WinClassic\Win95IE4.cs"> + <Compile Include="WinClassicForms\WinClassicDownloader.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Include="WinClassic\Win95IE4.Designer.cs"> - <DependentUpon>Win95IE4.cs</DependentUpon> + <Compile Include="WinClassicForms\WinClassicDownloader.Designer.cs"> + <DependentUpon>WinClassicDownloader.cs</DependentUpon> </Compile> - <Compile Include="WinClassic\WinClassicTemplate.cs"> + <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> - <Compile Include="WinClassic\WinClassicTemplate.Designer.cs"> + <Compile Include="WinClassicForms\WinClassicTemplate.Designer.cs"> <DependentUpon>WinClassicTemplate.cs</DependentUpon> </Compile> - <Compile Include="WinClassic\WinClassicIE4.cs"> - <SubType>Form</SubType> + <Compile Include="WinClassicForms\WinClassicIE4.cs"> + <SubType>UserControl</SubType> </Compile> - <Compile Include="WinClassic\WinClassicIE4.Designer.cs"> + <Compile Include="WinClassicForms\WinClassicIE4.Designer.cs"> <DependentUpon>WinClassicIE4.cs</DependentUpon> </Compile> <Compile Include="Windows95.cs"> @@ -158,15 +164,18 @@ <Compile Include="TitleScreen.Designer.cs"> <DependentUpon>TitleScreen.cs</DependentUpon> </Compile> - <EmbeddedResource Include="WinClassic\TestApp.resx"> + <EmbeddedResource Include="WinClassicForms\TestApp.resx"> <DependentUpon>TestApp.cs</DependentUpon> </EmbeddedResource> - <EmbeddedResource Include="WinClassic\Win95IE4.resx"> - <DependentUpon>Win95IE4.cs</DependentUpon> + <EmbeddedResource Include="WinClassicForms\WinClassicDownloader.resx"> + <DependentUpon>WinClassicDownloader.cs</DependentUpon> </EmbeddedResource> - <EmbeddedResource Include="WinClassic\WinClassicIE4.resx"> + <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> @@ -178,7 +187,7 @@ <EmbeddedResource Include="TitleScreen.resx"> <DependentUpon>TitleScreen.cs</DependentUpon> </EmbeddedResource> - <EmbeddedResource Include="WinClassic\WinClassicTemplate.resx"> + <EmbeddedResource Include="WinClassicForms\WinClassicTemplate.resx"> <DependentUpon>WinClassicTemplate.cs</DependentUpon> </EmbeddedResource> <None Include="Properties\Settings.settings"> |
