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 f20926b..f1f944b 100644 --- a/ShiftOS.MFSProfiler/ShiftOS.MFSProfiler.csproj +++ b/ShiftOS.MFSProfiler/ShiftOS.MFSProfiler.csproj @@ -46,6 +46,12 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="FileCreator.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="FileCreator.Designer.cs"> + <DependentUpon>FileCreator.cs</DependentUpon> + </Compile> <Compile Include="Main.cs"> <SubType>Form</SubType> </Compile> @@ -54,6 +60,9 @@ </Compile> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> + <EmbeddedResource Include="FileCreator.resx"> + <DependentUpon>FileCreator.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Main.resx"> <DependentUpon>Main.cs</DependentUpon> </EmbeddedResource> |
