diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-07-22 09:27:28 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-07-22 09:27:28 +0100 |
| commit | eca20f542d9b604f95f060d92028c4fd4ee173a6 (patch) | |
| tree | a3e98889f7f783e87948ba330ec9b43363cff8fc /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | c7266b653bc1ae99a7e11607a474195789f094ad (diff) | |
| download | histacom2-eca20f542d9b604f95f060d92028c4fd4ee173a6.tar.gz histacom2-eca20f542d9b604f95f060d92028c4fd4ee173a6.tar.bz2 histacom2-eca20f542d9b604f95f060d92028c4fd4ee173a6.zip | |
Made 95 explorer seperate from 98/2000/ME
Diffstat (limited to 'TimeHACK.Main/TimeHACK.Main.csproj')
| -rw-r--r-- | TimeHACK.Main/TimeHACK.Main.csproj | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index dbb1ff1..e575aec 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -206,11 +206,11 @@ <Compile Include="OS\Win95\Win95Apps\WinClassicWelcome.Designer.cs"> <DependentUpon>WinClassicWelcome.cs</DependentUpon> </Compile> - <Compile Include="OS\Win95\Win95Apps\WinClassicWindowsExplorer.cs"> + <Compile Include="OS\Win95\Win95Apps\Win95WindowsExplorer.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Include="OS\Win95\Win95Apps\WinClassicWindowsExplorer.Designer.cs"> - <DependentUpon>WinClassicWindowsExplorer.cs</DependentUpon> + <Compile Include="OS\Win95\Win95Apps\Win95WindowsExplorer.Designer.cs"> + <DependentUpon>Win95WindowsExplorer.cs</DependentUpon> </Compile> <Compile Include="OS\Win95\Win95SaveAs.cs"> <SubType>UserControl</SubType> @@ -230,6 +230,12 @@ <Compile Include="OS\Win98\Win98.Designer.cs"> <DependentUpon>Win98.cs</DependentUpon> </Compile> + <Compile Include="OS\Win98\Win98Apps\WinClassicWindowsExplorer.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="OS\Win98\Win98Apps\WinClassicWindowsExplorer.Designer.cs"> + <DependentUpon>WinClassicWindowsExplorer.cs</DependentUpon> + </Compile> <Compile Include="SaveDialogs\LoadGameDialog.cs"> <SubType>Form</SubType> </Compile> @@ -373,8 +379,8 @@ <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicWelcome.resx"> <DependentUpon>WinClassicWelcome.cs</DependentUpon> </EmbeddedResource> - <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicWindowsExplorer.resx"> - <DependentUpon>WinClassicWindowsExplorer.cs</DependentUpon> + <EmbeddedResource Include="OS\Win95\Win95Apps\Win95WindowsExplorer.resx"> + <DependentUpon>Win95WindowsExplorer.cs</DependentUpon> <SubType>Designer</SubType> </EmbeddedResource> <EmbeddedResource Include="OS\Win95\Win95SaveAs.resx"> @@ -384,6 +390,10 @@ <DependentUpon>Win98.cs</DependentUpon> <SubType>Designer</SubType> </EmbeddedResource> + <EmbeddedResource Include="OS\Win98\Win98Apps\WinClassicWindowsExplorer.resx"> + <DependentUpon>WinClassicWindowsExplorer.cs</DependentUpon> + <SubType>Designer</SubType> + </EmbeddedResource> <EmbeddedResource Include="SaveDialogs\LoadGameDialog.resx"> <DependentUpon>LoadGameDialog.cs</DependentUpon> </EmbeddedResource> |
