diff options
| author | Michael <[email protected]> | 2017-07-02 14:09:07 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-07-02 14:09:07 -0400 |
| commit | 5d5f351138b55b27fe92690d824257b6b6e1a469 (patch) | |
| tree | 72d5fd89943bd6600d8348f350013687a219ac8f /ShiftOS.Frontend/ShiftOS.Frontend.csproj | |
| parent | dad09c9e7c1ff68a157836b636f13f25d27e050a (diff) | |
| download | shiftos_thereturn-5d5f351138b55b27fe92690d824257b6b6e1a469.tar.gz shiftos_thereturn-5d5f351138b55b27fe92690d824257b6b6e1a469.tar.bz2 shiftos_thereturn-5d5f351138b55b27fe92690d824257b6b6e1a469.zip | |
Mouse cursor
Diffstat (limited to 'ShiftOS.Frontend/ShiftOS.Frontend.csproj')
| -rw-r--r-- | ShiftOS.Frontend/ShiftOS.Frontend.csproj | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/ShiftOS.Frontend/ShiftOS.Frontend.csproj b/ShiftOS.Frontend/ShiftOS.Frontend.csproj index 672024b..48748a9 100644 --- a/ShiftOS.Frontend/ShiftOS.Frontend.csproj +++ b/ShiftOS.Frontend/ShiftOS.Frontend.csproj @@ -46,6 +46,11 @@ <Compile Include="GraphicsSubsystem\UIManager.cs" /> <Compile Include="GUI\Control.cs" /> <Compile Include="GUI\TextControl.cs" /> + <Compile Include="Properties\Resources.Designer.cs"> + <AutoGen>True</AutoGen> + <DesignTime>True</DesignTime> + <DependentUpon>Resources.resx</DependentUpon> + </Compile> <Compile Include="ShiftOS.cs" /> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> @@ -62,6 +67,10 @@ <ItemGroup> <EmbeddedResource Include="Icon.ico" /> <EmbeddedResource Include="Icon.bmp" /> + <EmbeddedResource Include="Properties\Resources.resx"> + <Generator>ResXFileCodeGenerator</Generator> + <LastGenOutput>Resources.Designer.cs</LastGenOutput> + </EmbeddedResource> </ItemGroup> <ItemGroup> <MonoGameContentReference Include="Content\Content.mgcb" /> @@ -121,7 +130,9 @@ <Name>ShiftOS.Engine</Name> </ProjectReference> </ItemGroup> - <ItemGroup /> + <ItemGroup> + <None Include="Resources\cursor_9x_pointer.png" /> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildExtensionsPath)\MonoGame\v3.0\MonoGame.Content.Builder.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
