Changeset 643 for branches/GpPluginsRefactoringBranch/HeuristicLab.Visualization.Test/HeuristicLab.Visualization.Test.csproj
- Timestamp:
- 10/11/08 19:08:33 (16 years ago)
- Location:
- branches/GpPluginsRefactoringBranch
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/GpPluginsRefactoringBranch/HeuristicLab.Visualization.Test/HeuristicLab.Visualization.Test.csproj
r636 r643 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion>9.0. 30729</ProductVersion>6 <ProductVersion>9.0.21022</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{23117533-8A91-474E-BBF6-C39485D0810A}</ProjectGuid> … … 33 33 <WarningLevel>4</WarningLevel> 34 34 <DocumentationFile>bin\Release\HeuristicLab.Visualization.Test-3.2.XML</DocumentationFile> 35 </PropertyGroup> 36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 37 <DebugSymbols>true</DebugSymbols> 38 <OutputPath>bin\x86\Debug\</OutputPath> 39 <DefineConstants>DEBUG;TRACE</DefineConstants> 40 <DebugType>full</DebugType> 41 <PlatformTarget>x86</PlatformTarget> 42 <ErrorReport>prompt</ErrorReport> 43 </PropertyGroup> 44 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 45 <OutputPath>bin\x86\Release\</OutputPath> 46 <DefineConstants>TRACE</DefineConstants> 47 <DocumentationFile>bin\Release\HeuristicLab.Visualization.Test-3.2.XML</DocumentationFile> 48 <Optimize>true</Optimize> 49 <DebugType>pdbonly</DebugType> 50 <PlatformTarget>x86</PlatformTarget> 51 <ErrorReport>prompt</ErrorReport> 35 52 </PropertyGroup> 36 53 <ItemGroup> … … 78 95 <EmbeddedResource Include="MainForm.resx"> 79 96 <DependentUpon>MainForm.cs</DependentUpon> 97 <SubType>Designer</SubType> 80 98 </EmbeddedResource> 81 99 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.