diff options
Diffstat (limited to 'ShiftOS.MFSProfiler/ShiftOS.MFSProfiler.csproj')
| -rw-r--r-- | ShiftOS.MFSProfiler/ShiftOS.MFSProfiler.csproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ShiftOS.MFSProfiler/ShiftOS.MFSProfiler.csproj b/ShiftOS.MFSProfiler/ShiftOS.MFSProfiler.csproj index f1f944b..194e038 100644 --- a/ShiftOS.MFSProfiler/ShiftOS.MFSProfiler.csproj +++ b/ShiftOS.MFSProfiler/ShiftOS.MFSProfiler.csproj @@ -52,6 +52,12 @@ <Compile Include="FileCreator.Designer.cs"> <DependentUpon>FileCreator.cs</DependentUpon> </Compile> + <Compile Include="Infobox.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="Infobox.Designer.cs"> + <DependentUpon>Infobox.cs</DependentUpon> + </Compile> <Compile Include="Main.cs"> <SubType>Form</SubType> </Compile> @@ -63,6 +69,9 @@ <EmbeddedResource Include="FileCreator.resx"> <DependentUpon>FileCreator.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="Infobox.resx"> + <DependentUpon>Infobox.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Main.resx"> <DependentUpon>Main.cs</DependentUpon> </EmbeddedResource> |
