aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Engine/ShiftOS.Engine.csproj
diff options
context:
space:
mode:
authorFloppyDiskDrive <[email protected]>2017-09-24 16:55:03 -0500
committerFloppyDiskDrive <[email protected]>2017-09-24 16:55:03 -0500
commitf5a78ea4169e1553204d908bfbc52ef7ca84b0e6 (patch)
tree66934ed62aa72e7254cde35985811d653ad2e964 /ShiftOS.Engine/ShiftOS.Engine.csproj
parent59721924f1992d8beea1c6366a4e907692de022a (diff)
downloadshiftos-rewind-f5a78ea4169e1553204d908bfbc52ef7ca84b0e6.tar.gz
shiftos-rewind-f5a78ea4169e1553204d908bfbc52ef7ca84b0e6.tar.bz2
shiftos-rewind-f5a78ea4169e1553204d908bfbc52ef7ca84b0e6.zip
Fully added the infobox
Diffstat (limited to 'ShiftOS.Engine/ShiftOS.Engine.csproj')
-rw-r--r--ShiftOS.Engine/ShiftOS.Engine.csproj18
1 files changed, 18 insertions, 0 deletions
diff --git a/ShiftOS.Engine/ShiftOS.Engine.csproj b/ShiftOS.Engine/ShiftOS.Engine.csproj
index 6045cb5..8683d20 100644
--- a/ShiftOS.Engine/ShiftOS.Engine.csproj
+++ b/ShiftOS.Engine/ShiftOS.Engine.csproj
@@ -48,6 +48,12 @@
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
+ <Compile Include="WindowManager\InfoboxTemplate.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="WindowManager\InfoboxTemplate.Designer.cs">
+ <DependentUpon>InfoboxTemplate.cs</DependentUpon>
+ </Compile>
<Compile Include="WindowManager\ShiftWindow.cs">
<SubType>Form</SubType>
</Compile>
@@ -61,6 +67,9 @@
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
+ <EmbeddedResource Include="WindowManager\InfoboxTemplate.resx">
+ <DependentUpon>InfoboxTemplate.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="WindowManager\ShiftWindow.resx">
<DependentUpon>ShiftWindow.cs</DependentUpon>
</EmbeddedResource>
@@ -68,5 +77,14 @@
<ItemGroup>
<None Include="Resources\nullIcon.png" />
</ItemGroup>
+ <ItemGroup>
+ <None Include="Resources\Symbolinfo1.png" />
+ </ItemGroup>
+ <ItemGroup>
+ <None Include="Resources\infobox.wav" />
+ </ItemGroup>
+ <ItemGroup>
+ <None Include="Resources\iconInfoBox.fw.png" />
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> \ No newline at end of file