diff options
| author | pfg <[email protected]> | 2017-03-07 17:33:39 -0800 |
|---|---|---|
| committer | pfg <[email protected]> | 2017-03-07 17:33:39 -0800 |
| commit | 4989356d6797335b44060ae94c9af34404773506 (patch) | |
| tree | 8b3cbeec1f402048df3f42268922e1e4c69c35a4 /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | 4e52b9391291aeb8f76703c1ac317d13ea47370b (diff) | |
| download | shiftos_thereturn-4989356d6797335b44060ae94c9af34404773506.tar.gz shiftos_thereturn-4989356d6797335b44060ae94c9af34404773506.tar.bz2 shiftos_thereturn-4989356d6797335b44060ae94c9af34404773506.zip | |
Very early version of FormatEditor
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> |
