</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>
<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>