diff options
| author | Alee <Alee14498@gmail.com> | 2019-02-10 19:35:24 -0500 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-02-10 19:35:24 -0500 |
| commit | ca958084a2d58546ff2f5fb091311b9624eb933c (patch) | |
| tree | 46d49cd1c27853cbfc29430129e1343d4139cb7c /BSODPrank/BSODPrank.csproj | |
| parent | 9e62e83ab36b26f0a912dd81816aeab2c7be3c01 (diff) | |
| download | BSODPrank-master.tar.gz BSODPrank-master.tar.bz2 BSODPrank-master.zip | |
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> |
