Changeset 9671 for branches/HeuristicLab.Data Path DataTypes/HeuristicLab.Data.Views/3.3/HeuristicLab.Data.Views-3.3.csproj
- Timestamp:
- 06/28/13 16:48:15 (11 years ago)
- Location:
- branches/HeuristicLab.Data Path DataTypes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Data Path DataTypes
-
Property
svn:ignore
set to
*.suo
-
Property
svn:ignore
set to
-
branches/HeuristicLab.Data Path DataTypes/HeuristicLab.Data.Views/3.3/HeuristicLab.Data.Views-3.3.csproj
r9379 r9671 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath> $(SolutionDir)\bin\</OutputPath>43 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <ErrorReport>prompt</ErrorReport> … … 50 50 <DebugType>pdbonly</DebugType> 51 51 <Optimize>true</Optimize> 52 <OutputPath> $(SolutionDir)\bin\</OutputPath>52 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 53 53 <DefineConstants>TRACE</DefineConstants> 54 54 <ErrorReport>prompt</ErrorReport> … … 60 60 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 61 61 <DebugSymbols>true</DebugSymbols> 62 <OutputPath> $(SolutionDir)\bin\</OutputPath>62 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 63 63 <DefineConstants>DEBUG;TRACE</DefineConstants> 64 64 <DebugType>full</DebugType> … … 68 68 </PropertyGroup> 69 69 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 70 <OutputPath> $(SolutionDir)\bin\</OutputPath>70 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 71 71 <DefineConstants>TRACE</DefineConstants> 72 72 <DocumentationFile> … … 80 80 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 81 81 <DebugSymbols>true</DebugSymbols> 82 <OutputPath> $(SolutionDir)\bin\</OutputPath>82 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 83 83 <DefineConstants>DEBUG;TRACE</DefineConstants> 84 84 <DebugType>full</DebugType> … … 88 88 </PropertyGroup> 89 89 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 90 <OutputPath> $(SolutionDir)\bin\</OutputPath>90 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 91 91 <DefineConstants>TRACE</DefineConstants> 92 92 <DocumentationFile> … … 99 99 </PropertyGroup> 100 100 <ItemGroup> 101 <Reference Include="HeuristicLab.Common-3.3"> 102 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath> 103 </Reference> 104 <Reference Include="HeuristicLab.Common.Resources-3.3"> 105 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 106 </Reference> 107 <Reference Include="HeuristicLab.Core-3.3"> 108 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 109 </Reference> 110 <Reference Include="HeuristicLab.Core.Views-3.3"> 111 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath> 112 </Reference> 113 <Reference Include="HeuristicLab.MainForm-3.3"> 114 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath> 115 </Reference> 116 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3"> 117 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath> 118 </Reference> 119 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 120 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 121 </Reference> 101 122 <Reference Include="System" /> 102 123 <Reference Include="System.Core"> … … 127 148 <DependentUpon>EnhancedStringConvertibleMatrixView.cs</DependentUpon> 128 149 </Compile> 150 <Compile Include="Path Views\DirectoryValueView.cs"> 151 <SubType>UserControl</SubType> 152 </Compile> 153 <Compile Include="Path Views\DirectoryValueView.Designer.cs"> 154 <DependentUpon>DirectoryValueView.cs</DependentUpon> 155 </Compile> 156 <Compile Include="Path Views\FileValueView.cs"> 157 <SubType>UserControl</SubType> 158 </Compile> 159 <Compile Include="Path Views\FileValueView.Designer.cs"> 160 <DependentUpon>FileValueView.cs</DependentUpon> 161 </Compile> 162 <Compile Include="Path Views\TextFileView.cs"> 163 <SubType>UserControl</SubType> 164 </Compile> 165 <Compile Include="Path Views\TextFileView.Designer.cs"> 166 <DependentUpon>TextFileView.cs</DependentUpon> 167 </Compile> 129 168 <Compile Include="IntRangeView.cs"> 130 169 <SubType>UserControl</SubType> … … 196 235 </ItemGroup> 197 236 <ItemGroup> 198 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">199 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>200 <Name>HeuristicLab.Common-3.3</Name>201 <Private>False</Private>202 </ProjectReference>203 <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">204 <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>205 <Name>HeuristicLab.Core.Views-3.3</Name>206 <Private>False</Private>207 </ProjectReference>208 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">209 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>210 <Name>HeuristicLab.Core-3.3</Name>211 <Private>False</Private>212 </ProjectReference>213 237 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 214 238 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 215 239 <Name>HeuristicLab.Data-3.3</Name> 216 <Private>False</Private>217 </ProjectReference>218 <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">219 <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>220 <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>221 <Private>False</Private>222 </ProjectReference>223 <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">224 <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>225 <Name>HeuristicLab.MainForm-3.3</Name>226 <Private>False</Private>227 </ProjectReference>228 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">229 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>230 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>231 240 <Private>False</Private> 232 241 </ProjectReference>
Note: See TracChangeset
for help on using the changeset viewer.