diff options
| author | william341 <[email protected]> | 2017-06-24 10:53:22 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-06-24 10:53:22 -0700 |
| commit | bae34710cf86240b2744196c4b95e569fb161c90 (patch) | |
| tree | d5ff99e5cc8f3db8a9236b247886866601b915b9 /ShiftOS.MFSProfiler/ShiftOS.MFSProfiler.csproj | |
| parent | b4b19e7a4d203b58537f5b98214296ab52c49b2d (diff) | |
| parent | 1661f9a5bd46dbd7d2586787c55bfc407c027629 (diff) | |
| download | shiftos_thereturn-bae34710cf86240b2744196c4b95e569fb161c90.tar.gz shiftos_thereturn-bae34710cf86240b2744196c4b95e569fb161c90.tar.bz2 shiftos_thereturn-bae34710cf86240b2744196c4b95e569fb161c90.zip | |
Merge pull request #5 from shiftos-game/master
merge
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> |
