diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-06-10 12:24:38 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-06-10 12:24:38 +0100 |
| commit | 801ac36d5691a8a20ef4ea63a701f6157982e53e (patch) | |
| tree | 4ed1f7005fb5a9149078f4a0d9953cffce058b2c /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | 9f7790cef9e9f08c46d12d374e8733254d56eaf0 (diff) | |
| parent | 316b7739bd1f2e19ba67d7fd6302b8ec0c8fa75a (diff) | |
| download | histacom2-801ac36d5691a8a20ef4ea63a701f6157982e53e.tar.gz histacom2-801ac36d5691a8a20ef4ea63a701f6157982e53e.tar.bz2 histacom2-801ac36d5691a8a20ef4ea63a701f6157982e53e.zip | |
Merge pull request #83 from Alex-TIMEHACK/master
A lot of stuff done
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> |
