diff options
| author | IBMPCDOS5 <[email protected]> | 2017-09-23 11:43:45 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-09-23 11:43:45 -0500 |
| commit | fc1a5037e80f25705840f1668b919dd6830f6e4a (patch) | |
| tree | 6ba4fe01ac95e19a2218051a51ba5b500521bafc /ShiftOS.Main/ShiftOS.Main.csproj | |
| parent | cf1bf85e01c8d99f052c09b72d2fb2bbbc0b99b0 (diff) | |
| parent | 429d48f2f9c240673445d817c6ac6aeeede325e3 (diff) | |
| download | shiftos-rewind-fc1a5037e80f25705840f1668b919dd6830f6e4a.tar.gz shiftos-rewind-fc1a5037e80f25705840f1668b919dd6830f6e4a.tar.bz2 shiftos-rewind-fc1a5037e80f25705840f1668b919dd6830f6e4a.zip | |
Merge pull request #1 from jtsshieh/master
Thanks jtsshieh!
Diffstat (limited to 'ShiftOS.Main/ShiftOS.Main.csproj')
| -rw-r--r-- | ShiftOS.Main/ShiftOS.Main.csproj | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ShiftOS.Main/ShiftOS.Main.csproj b/ShiftOS.Main/ShiftOS.Main.csproj index 0d41313..6328a3c 100644 --- a/ShiftOS.Main/ShiftOS.Main.csproj +++ b/ShiftOS.Main/ShiftOS.Main.csproj @@ -44,16 +44,16 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> - <Compile Include="NewHijack.cs"> + <Compile Include="HijackScreen.cs"> <SubType>Form</SubType> </Compile> - <Compile Include="NewHijack.Designer.cs"> - <DependentUpon>NewHijack.cs</DependentUpon> + <Compile Include="HijackScreen.Designer.cs"> + <DependentUpon>HijackScreen.cs</DependentUpon> </Compile> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> - <EmbeddedResource Include="NewHijack.resx"> - <DependentUpon>NewHijack.cs</DependentUpon> + <EmbeddedResource Include="HijackScreen.resx"> + <DependentUpon>HijackScreen.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Properties\Resources.resx"> <Generator>ResXFileCodeGenerator</Generator> |
