]> git.deb.at Git - rhonda/impostor.git/commitdiff
Client csproj changes
authorAeonLucid <aeonlucid@gmail.com>
Thu, 1 Oct 2020 00:55:56 +0000 (02:55 +0200)
committerAeonLucid <aeonlucid@gmail.com>
Thu, 1 Oct 2020 00:55:56 +0000 (02:55 +0200)
src/Impostor.Client/Impostor.Client.csproj

index 4a197bd6901e934638da44fb95a67cbff693e965..c603b6b14df4cfdcbfd0d15e005266c65191cf11 100644 (file)
@@ -25,7 +25,7 @@
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <PlatformTarget>AnyCPU</PlatformTarget>
-    <DebugType>pdbonly</DebugType>
+    <DebugType>none</DebugType>
     <Optimize>true</Optimize>
     <OutputPath>bin\Release\</OutputPath>
     <DefineConstants>TRACE</DefineConstants>
@@ -56,7 +56,9 @@
     <Compile Include="Core\Configuration.cs" />
     <Compile Include="Core\Events\ErrorEventArgs.cs" />
     <Compile Include="Core\Events\SavedEventArgs.cs" />
-    <Compile Include="Forms\FrmMain.cs" />
+    <Compile Include="Forms\FrmMain.cs">
+      <SubType>Form</SubType>
+    </Compile>
     <Compile Include="Forms\FrmMain.Designer.cs">
       <DependentUpon>FrmMain.cs</DependentUpon>
     </Compile>