diff options
| author | Michael <[email protected]> | 2017-02-05 10:56:48 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-05 10:56:48 -0500 |
| commit | 19b13528f6e4ecbef8aaca92d6bdcf7d23d42838 (patch) | |
| tree | d12032138c15bd0e891856c6f5ead9cc86428a46 /ShiftOS.MFSProfiler/ShiftOS.MFSProfiler.csproj | |
| parent | b1923154095df7b26d3e5263b5219f38f7c58c38 (diff) | |
| download | shiftos_thereturn-19b13528f6e4ecbef8aaca92d6bdcf7d23d42838.tar.gz shiftos_thereturn-19b13528f6e4ecbef8aaca92d6bdcf7d23d42838.tar.bz2 shiftos_thereturn-19b13528f6e4ecbef8aaca92d6bdcf7d23d42838.zip | |
Server now FULLY encrypts saves
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> |
