diff options
Diffstat (limited to 'TimeHACK.Engine/TimeHACK.Engine.csproj')
| -rw-r--r-- | TimeHACK.Engine/TimeHACK.Engine.csproj | 42 |
1 files changed, 41 insertions, 1 deletions
diff --git a/TimeHACK.Engine/TimeHACK.Engine.csproj b/TimeHACK.Engine/TimeHACK.Engine.csproj index 840be1f..2ca3c7c 100644 --- a/TimeHACK.Engine/TimeHACK.Engine.csproj +++ b/TimeHACK.Engine/TimeHACK.Engine.csproj @@ -30,6 +30,9 @@ <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> + <Reference Include="Newtonsoft.Json"> + <HintPath>..\TimeHACK.Main\bin\Release\Newtonsoft.Json.dll</HintPath> + </Reference> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Drawing" /> @@ -42,6 +45,25 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="BSODCreator.cs" /> + <Compile Include="Template\Win9XBSOD.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="Template\Win9XBSOD.Designer.cs"> + <DependentUpon>Win9XBSOD.cs</DependentUpon> + </Compile> + <Compile Include="Template\AboutBox95.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="Template\AboutBox95.Designer.cs"> + <DependentUpon>AboutBox95.cs</DependentUpon> + </Compile> + <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> @@ -49,6 +71,7 @@ <DependentUpon>WinClassic.cs</DependentUpon> </Compile> <Compile Include="WindowManager.cs" /> + <Compile Include="WCMessageParser.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\Resources.Designer.cs"> <AutoGen>True</AutoGen> @@ -61,12 +84,22 @@ <Generator>ResXFileCodeGenerator</Generator> <LastGenOutput>Resources.Designer.cs</LastGenOutput> </EmbeddedResource> + <EmbeddedResource Include="Template\Win9XBSOD.resx"> + <DependentUpon>Win9XBSOD.cs</DependentUpon> + </EmbeddedResource> + <EmbeddedResource Include="Template\AboutBox95.resx"> + <DependentUpon>AboutBox95.cs</DependentUpon> + </EmbeddedResource> + <EmbeddedResource Include="Template\Infobox95.resx"> + <DependentUpon>Infobox95.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Template\WinClassic.resx"> <DependentUpon>WinClassic.cs</DependentUpon> </EmbeddedResource> </ItemGroup> <ItemGroup> <Content Include="Resources\Icon128x.ico" /> + <None Include="Resources\WinAboutSeparator95.png" /> <Content Include="Resources\WinClassic\Window\BottomLeft.png" /> <Content Include="Resources\WinClassic\Window\BottomRight.png" /> <Content Include="Resources\WinClassic\Window\BottomSide.png" /> @@ -76,11 +109,18 @@ <Content Include="Resources\WinClassic\Window\TopLeft.png" /> <Content Include="Resources\WinClassic\Window\TopRight.png" /> <Content Include="Resources\WinClassic\Window\TopSide.png" /> + <None Include="Resources\WinClassic\Window\Win95Info.png" /> + <None Include="Resources\WinClassic\Window\Win95Warning.png" /> + <None Include="Resources\WinClassic\Window\Win95Error.png" /> <Content Include="Resources\WinClassic\Window\WinClassicClose.png" /> <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" /> + <None Include="Resources\WinClassic\Window\windows_command_prompt.ttf" /> + </ItemGroup> + <ItemGroup> + <None Include="Resources\WinClassic\Window\LeviWindows.ttf" /> </ItemGroup> - <ItemGroup /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project>
\ No newline at end of file |
