aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/ShiftOS.csproj
diff options
context:
space:
mode:
authorMichaelTheShifter <[email protected]>2016-06-24 16:44:42 -0400
committerMichaelTheShifter <[email protected]>2016-06-24 16:44:51 -0400
commitecee91bc559e1c0d716a3032e371218812df61e7 (patch)
tree49acdb538b13bc3da89185413bc4096d4e6d81f7 /source/WindowsFormsApplication1/ShiftOS.csproj
parent8ea0903788b02b352cc25c9b6f46d439bdb1356a (diff)
downloadshiftos-c-_theultimatehacker-ecee91bc559e1c0d716a3032e371218812df61e7.tar.gz
shiftos-c-_theultimatehacker-ecee91bc559e1c0d716a3032e371218812df61e7.tar.bz2
shiftos-c-_theultimatehacker-ecee91bc559e1c0d716a3032e371218812df61e7.zip
Loads of changes...
Custom shifter options using Lua, and other stuff.
Diffstat (limited to 'source/WindowsFormsApplication1/ShiftOS.csproj')
-rw-r--r--source/WindowsFormsApplication1/ShiftOS.csproj85
1 files changed, 84 insertions, 1 deletions
diff --git a/source/WindowsFormsApplication1/ShiftOS.csproj b/source/WindowsFormsApplication1/ShiftOS.csproj
index 0f86628..7572db9 100644
--- a/source/WindowsFormsApplication1/ShiftOS.csproj
+++ b/source/WindowsFormsApplication1/ShiftOS.csproj
@@ -146,6 +146,18 @@
<Compile Include="Connection.Designer.cs">
<DependentUpon>Connection.cs</DependentUpon>
</Compile>
+ <Compile Include="ConnectionManager.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="ConnectionManager.Designer.cs">
+ <DependentUpon>ConnectionManager.cs</DependentUpon>
+ </Compile>
+ <Compile Include="CreditScroller.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="CreditScroller.Designer.cs">
+ <DependentUpon>CreditScroller.cs</DependentUpon>
+ </Compile>
<Compile Include="DesktopIcon.cs">
<SubType>UserControl</SubType>
</Compile>
@@ -189,6 +201,12 @@
<Compile Include="FinalMission\QuestViewer.Designer.cs">
<DependentUpon>QuestViewer.cs</DependentUpon>
</Compile>
+ <Compile Include="GameSettings.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="GameSettings.Designer.cs">
+ <DependentUpon>GameSettings.cs</DependentUpon>
+ </Compile>
<Compile Include="Graphic_Picker.cs">
<SubType>Form</SubType>
</Compile>
@@ -346,6 +364,30 @@
<Compile Include="Shifter.Designer.cs">
<DependentUpon>Shifter.cs</DependentUpon>
</Compile>
+ <Compile Include="ShifterColorInput.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="ShifterColorInput.Designer.cs">
+ <DependentUpon>ShifterColorInput.cs</DependentUpon>
+ </Compile>
+ <Compile Include="ShifterGraphicInput.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="ShifterGraphicInput.Designer.cs">
+ <DependentUpon>ShifterGraphicInput.cs</DependentUpon>
+ </Compile>
+ <Compile Include="ShifterIntInput.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="ShifterIntInput.Designer.cs">
+ <DependentUpon>ShifterIntInput.cs</DependentUpon>
+ </Compile>
+ <Compile Include="ShifterTextInput.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="ShifterTextInput.Designer.cs">
+ <DependentUpon>ShifterTextInput.cs</DependentUpon>
+ </Compile>
<Compile Include="Shiftnet.cs">
<SubType>Form</SubType>
</Compile>
@@ -416,6 +458,12 @@
<EmbeddedResource Include="Connection.resx">
<DependentUpon>Connection.cs</DependentUpon>
</EmbeddedResource>
+ <EmbeddedResource Include="ConnectionManager.resx">
+ <DependentUpon>ConnectionManager.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="CreditScroller.resx">
+ <DependentUpon>CreditScroller.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="DesktopIcon.resx">
<DependentUpon>DesktopIcon.cs</DependentUpon>
</EmbeddedResource>
@@ -437,6 +485,9 @@
<EmbeddedResource Include="FinalMission\QuestViewer.resx">
<DependentUpon>QuestViewer.cs</DependentUpon>
</EmbeddedResource>
+ <EmbeddedResource Include="GameSettings.resx">
+ <DependentUpon>GameSettings.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="Graphic_Picker.resx">
<DependentUpon>Graphic_Picker.cs</DependentUpon>
</EmbeddedResource>
@@ -511,6 +562,18 @@
<EmbeddedResource Include="Shifter.resx">
<DependentUpon>Shifter.cs</DependentUpon>
</EmbeddedResource>
+ <EmbeddedResource Include="ShifterColorInput.resx">
+ <DependentUpon>ShifterColorInput.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="ShifterGraphicInput.resx">
+ <DependentUpon>ShifterGraphicInput.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="ShifterIntInput.resx">
+ <DependentUpon>ShifterIntInput.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="ShifterTextInput.resx">
+ <DependentUpon>ShifterTextInput.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="Shiftnet.resx">
<DependentUpon>Shiftnet.cs</DependentUpon>
</EmbeddedResource>
@@ -559,6 +622,8 @@
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
+ <None Include="Resources\Credits.txt" />
+ <None Include="Resources\MusicData.txt" />
<None Include="bin\Debug\Newtonsoft.Json.dll" />
<None Include="bin\Debug\NetSockets.dll" />
<Content Include="Labyrinth.designer.vb" />
@@ -959,7 +1024,25 @@
</Compile>
<Compile Include="undo.cs" />
</ItemGroup>
- <ItemGroup />
+ <ItemGroup>
+ <COMReference Include="AxWMPLib">
+ <Guid>{6BF52A50-394A-11D3-B153-00C04F79FAA6}</Guid>
+ <VersionMajor>1</VersionMajor>
+ <VersionMinor>0</VersionMinor>
+ <Lcid>0</Lcid>
+ <WrapperTool>aximp</WrapperTool>
+ <Isolated>False</Isolated>
+ </COMReference>
+ <COMReference Include="WMPLib">
+ <Guid>{6BF52A50-394A-11D3-B153-00C04F79FAA6}</Guid>
+ <VersionMajor>1</VersionMajor>
+ <VersionMinor>0</VersionMinor>
+ <Lcid>0</Lcid>
+ <WrapperTool>tlbimp</WrapperTool>
+ <Isolated>False</Isolated>
+ <EmbedInteropTypes>True</EmbedInteropTypes>
+ </COMReference>
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\Baseclass.Contrib.Nuget.Output.2.0.0\build\net40\Baseclass.Contrib.Nuget.Output.targets" Condition="Exists('..\packages\Baseclass.Contrib.Nuget.Output.2.0.0\build\net40\Baseclass.Contrib.Nuget.Output.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">