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 fc4f65a..db85883 100644 --- a/BSODPrank/BSODPrank.csproj +++ b/BSODPrank/BSODPrank.csproj @@ -21,6 +21,7 @@ <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> + <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PlatformTarget>AnyCPU</PlatformTarget> @@ -57,6 +58,12 @@ <Compile Include="BSOD.Designer.cs"> <DependentUpon>BSOD.cs</DependentUpon> </Compile> + <Compile Include="Jumpscare.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="Jumpscare.Designer.cs"> + <DependentUpon>Jumpscare.cs</DependentUpon> + </Compile> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <EmbeddedResource Include="Boot.resx"> @@ -65,6 +72,9 @@ <EmbeddedResource Include="BSOD.resx"> <DependentUpon>BSOD.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="Jumpscare.resx"> + <DependentUpon>Jumpscare.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Properties\Resources.resx"> <Generator>ResXFileCodeGenerator</Generator> <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
