diff options
| author | EverythingWindows <[email protected]> | 2022-11-07 07:34:10 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-07 07:34:10 +0700 |
| commit | 5cf25f1409d40f7de6b13baf8b76751ae7b664ed (patch) | |
| tree | 7ad0eb091858dbdc7418104cc8231697075a93f1 /ShiftOS-TheRevival-CS/ShiftOS-TheRevival-CS.csproj | |
| parent | 8dc0fd274fa042f0e69d6763ee79ed3f79bb7b14 (diff) | |
| download | shiftos-therevival-old-5cf25f1409d40f7de6b13baf8b76751ae7b664ed.tar.gz shiftos-therevival-old-5cf25f1409d40f7de6b13baf8b76751ae7b664ed.tar.bz2 shiftos-therevival-old-5cf25f1409d40f7de6b13baf8b76751ae7b664ed.zip | |
tracing C# code to adapt to VB.NET
Diffstat (limited to 'ShiftOS-TheRevival-CS/ShiftOS-TheRevival-CS.csproj')
| -rw-r--r-- | ShiftOS-TheRevival-CS/ShiftOS-TheRevival-CS.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival-CS/ShiftOS-TheRevival-CS.csproj b/ShiftOS-TheRevival-CS/ShiftOS-TheRevival-CS.csproj index d550d04..6bea8ee 100644 --- a/ShiftOS-TheRevival-CS/ShiftOS-TheRevival-CS.csproj +++ b/ShiftOS-TheRevival-CS/ShiftOS-TheRevival-CS.csproj @@ -53,6 +53,9 @@ </Compile> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> + <EmbeddedResource Include="Form1.resx"> + <DependentUpon>Form1.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Properties\Resources.resx"> <Generator>ResXFileCodeGenerator</Generator> <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
