diff options
| author | lempamo <[email protected]> | 2017-03-31 17:47:56 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-03-31 17:47:56 -0400 |
| commit | 5ec8f66c1ad558a165cf621b405bee7cba48be0b (patch) | |
| tree | 055b21d8788a1946b60646daa5482126a4a23ec1 /TimeHACK.Engine/TimeHACK.Engine.csproj | |
| parent | 27419aa0dce06f9af5ee28f64aace365dcb7d816 (diff) | |
| parent | 6a489cc2dc2edf42a5509ded949357576731f658 (diff) | |
| download | histacom2-5ec8f66c1ad558a165cf621b405bee7cba48be0b.tar.gz histacom2-5ec8f66c1ad558a165cf621b405bee7cba48be0b.tar.bz2 histacom2-5ec8f66c1ad558a165cf621b405bee7cba48be0b.zip | |
Merge branch 'master' into master
Diffstat (limited to 'TimeHACK.Engine/TimeHACK.Engine.csproj')
| -rw-r--r-- | TimeHACK.Engine/TimeHACK.Engine.csproj | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/TimeHACK.Engine/TimeHACK.Engine.csproj b/TimeHACK.Engine/TimeHACK.Engine.csproj index 840be1f..dfff0ed 100644 --- a/TimeHACK.Engine/TimeHACK.Engine.csproj +++ b/TimeHACK.Engine/TimeHACK.Engine.csproj @@ -42,6 +42,12 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="Template\Infobox95.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="Template\Infobox95.Designer.cs"> + <DependentUpon>Infobox95.cs</DependentUpon> + </Compile> <Compile Include="Template\WinClassic.cs"> <SubType>Form</SubType> </Compile> @@ -61,6 +67,9 @@ <Generator>ResXFileCodeGenerator</Generator> <LastGenOutput>Resources.Designer.cs</LastGenOutput> </EmbeddedResource> + <EmbeddedResource Include="Template\Infobox95.resx"> + <DependentUpon>Infobox95.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Template\WinClassic.resx"> <DependentUpon>WinClassic.cs</DependentUpon> </EmbeddedResource> @@ -80,7 +89,10 @@ <Content Include="Resources\WinClassic\Window\WinClassicMax.png" /> <Content Include="Resources\WinClassic\Window\WinClassicMin.png" /> <Content Include="Resources\WinClassic\Window\WinClassicRestore.png" /> + <Content Include="Resources\WinClassic\Window\WinClassicWarning.png" /> + </ItemGroup> + <ItemGroup> + <None Include="Resources\WinClassic\Window\LeviWindows.ttf" /> </ItemGroup> - <ItemGroup /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project>
\ No newline at end of file |
