diff options
| author | AShifter <[email protected]> | 2017-03-26 15:16:44 -0600 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-03-26 15:16:44 -0600 |
| commit | 3d5745cbfcf6019dc9f864b59dd05d60bea770b3 (patch) | |
| tree | f0c24d96a6b49fa5b5436377cac6a2617dd13c9f /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | f16f3a8a3df33f46c4ec6c864447cced97c0f034 (diff) | |
| download | histacom2-3d5745cbfcf6019dc9f864b59dd05d60bea770b3.tar.gz histacom2-3d5745cbfcf6019dc9f864b59dd05d60bea770b3.tar.bz2 histacom2-3d5745cbfcf6019dc9f864b59dd05d60bea770b3.zip | |
Added TimeHACK.Engine...
i had an anal screw, honeyfry
Diffstat (limited to 'TimeHACK.Main/TimeHACK.Main.csproj')
| -rw-r--r-- | TimeHACK.Main/TimeHACK.Main.csproj | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index f93ea6d..66e21f3 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -120,22 +120,28 @@ <DesignTime>True</DesignTime> <DependentUpon>Resources.resx</DependentUpon> </Compile> - <Compile Include="WinClassicForms\TestApp.cs"> + <Compile Include="WinClassic\TestApp.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Include="WinClassicForms\TestApp.Designer.cs"> + <Compile Include="WinClassic\TestApp.Designer.cs"> <DependentUpon>TestApp.cs</DependentUpon> </Compile> - <Compile Include="WinClassicForms\WinClassicTemplate.cs"> + <Compile Include="WinClassic\Win95IE4.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="WinClassic\Win95IE4.Designer.cs"> + <DependentUpon>Win95IE4.cs</DependentUpon> + </Compile> + <Compile Include="WinClassic\WinClassicTemplate.cs"> <SubType>Form</SubType> </Compile> - <Compile Include="WinClassicForms\WinClassicTemplate.Designer.cs"> + <Compile Include="WinClassic\WinClassicTemplate.Designer.cs"> <DependentUpon>WinClassicTemplate.cs</DependentUpon> </Compile> - <Compile Include="WinClassicForms\WinClassicIE4.cs"> + <Compile Include="WinClassic\WinClassicIE4.cs"> <SubType>Form</SubType> </Compile> - <Compile Include="WinClassicForms\WinClassicIE4.Designer.cs"> + <Compile Include="WinClassic\WinClassicIE4.Designer.cs"> <DependentUpon>WinClassicIE4.cs</DependentUpon> </Compile> <Compile Include="Windows95.cs"> @@ -152,10 +158,13 @@ <Compile Include="TitleScreen.Designer.cs"> <DependentUpon>TitleScreen.cs</DependentUpon> </Compile> - <EmbeddedResource Include="WinClassicForms\TestApp.resx"> + <EmbeddedResource Include="WinClassic\TestApp.resx"> <DependentUpon>TestApp.cs</DependentUpon> </EmbeddedResource> - <EmbeddedResource Include="WinClassicForms\WinClassicIE4.resx"> + <EmbeddedResource Include="WinClassic\Win95IE4.resx"> + <DependentUpon>Win95IE4.cs</DependentUpon> + </EmbeddedResource> + <EmbeddedResource Include="WinClassic\WinClassicIE4.resx"> <DependentUpon>WinClassicIE4.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Windows95.resx"> @@ -169,7 +178,7 @@ <EmbeddedResource Include="TitleScreen.resx"> <DependentUpon>TitleScreen.cs</DependentUpon> </EmbeddedResource> - <EmbeddedResource Include="WinClassicForms\WinClassicTemplate.resx"> + <EmbeddedResource Include="WinClassic\WinClassicTemplate.resx"> <DependentUpon>WinClassicTemplate.cs</DependentUpon> </EmbeddedResource> <None Include="Properties\Settings.settings"> |
