diff options
Diffstat (limited to 'TimeHACK.Main/TimeHACK.Main.csproj')
| -rw-r--r-- | TimeHACK.Main/TimeHACK.Main.csproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index 21d668f..6b78699 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -243,6 +243,12 @@ <DesignTime>True</DesignTime> <DependentUpon>Resources.resx</DependentUpon> </Compile> + <Compile Include="SaveDialogs\SaveFileTroubleShooter.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="SaveDialogs\SaveFileTroubleShooter.Designer.cs"> + <DependentUpon>SaveFileTroubleShooter.cs</DependentUpon> + </Compile> <Compile Include="TitleScreen.cs"> <SubType>Form</SubType> </Compile> @@ -311,6 +317,9 @@ <SubType>Designer</SubType> <LastGenOutput>Resources.Designer.cs</LastGenOutput> </EmbeddedResource> + <EmbeddedResource Include="SaveDialogs\SaveFileTroubleShooter.resx"> + <DependentUpon>SaveFileTroubleShooter.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="TitleScreen.resx"> <DependentUpon>TitleScreen.cs</DependentUpon> </EmbeddedResource> |
