diff options
| author | AShifter <[email protected]> | 2017-03-08 14:57:52 -0700 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-03-08 14:57:52 -0700 |
| commit | bb768396787bd0ea5e608f007d881edec693f2ed (patch) | |
| tree | 5bc2a134d8bae6edac4fbb4757f2eb325addb7c4 /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | 369aefc5e81eba25e31d52c1031f3e8ec750cb04 (diff) | |
| parent | dfeaeea3ab22d5864569f8c303c248ab046db9e1 (diff) | |
| download | shiftos_thereturn-bb768396787bd0ea5e608f007d881edec693f2ed.tar.gz shiftos_thereturn-bb768396787bd0ea5e608f007d881edec693f2ed.tar.bz2 shiftos_thereturn-bb768396787bd0ea5e608f007d881edec693f2ed.zip | |
Merge remote-tracking branch 'refs/remotes/shiftos-game/master'
Diffstat (limited to 'ShiftOS.WinForms/ShiftOS.WinForms.csproj')
| -rw-r--r-- | ShiftOS.WinForms/ShiftOS.WinForms.csproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/ShiftOS.WinForms.csproj b/ShiftOS.WinForms/ShiftOS.WinForms.csproj index 3a603db..62df12a 100644 --- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj +++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj @@ -184,6 +184,12 @@ <Compile Include="Applications\ShiftoriumFrontend.Designer.cs"> <DependentUpon>ShiftoriumFrontend.cs</DependentUpon> </Compile> + <Compile Include="Applications\FormatEditor.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="Applications\FormatEditor.Designer.cs"> + <DependentUpon>FormatEditor.cs</DependentUpon> + </Compile> <Compile Include="Applications\ShiftSweeper.cs"> <SubType>UserControl</SubType> </Compile> @@ -350,6 +356,9 @@ <EmbeddedResource Include="Applications\ShiftoriumFrontend.resx"> <DependentUpon>ShiftoriumFrontend.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="Applications\FormatEditor.resx"> + <DependentUpon>FormatEditor.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Applications\ShiftSweeper.resx"> <DependentUpon>ShiftSweeper.cs</DependentUpon> </EmbeddedResource> |
