diff options
Diffstat (limited to 'BSODPrank/BSODPrank.csproj')
| -rw-r--r-- | BSODPrank/BSODPrank.csproj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/BSODPrank/BSODPrank.csproj b/BSODPrank/BSODPrank.csproj index c8beaf8..78a54b9 100644 --- a/BSODPrank/BSODPrank.csproj +++ b/BSODPrank/BSODPrank.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> @@ -61,6 +64,7 @@ <Compile Include="Properties\Resources.Designer.cs"> <AutoGen>True</AutoGen> <DependentUpon>Resources.resx</DependentUpon> + <DesignTime>True</DesignTime> </Compile> <None Include="Properties\Settings.settings"> <Generator>SettingsSingleFileGenerator</Generator> @@ -75,5 +79,11 @@ <ItemGroup> <None Include="App.config" /> </ItemGroup> + <ItemGroup> + <None Include="Resources\bsod.png" /> + </ItemGroup> + <ItemGroup> + <None Include="Resources\Bleep-SoundBible.com-1927126940.wav" /> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project>
\ No newline at end of file |
