diff options
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 |
