diff options
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 7d4f0d3..8afa76e 100644 --- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj +++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj @@ -178,6 +178,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> @@ -334,6 +340,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> |
