Changeset 9671
- Timestamp:
- 06/28/13 16:48:15 (11 years ago)
- Location:
- branches/HeuristicLab.Data Path DataTypes
- Files:
-
- 14 added
- 3 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> -
branches/HeuristicLab.Data Path DataTypes/HeuristicLab.Data/3.3/HeuristicLab.Data-3.3.csproj
r8600 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> … … 52 52 <DebugType>pdbonly</DebugType> 53 53 <Optimize>true</Optimize> 54 <OutputPath> $(SolutionDir)\bin\</OutputPath>54 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 55 55 <DefineConstants>TRACE</DefineConstants> 56 56 <ErrorReport>prompt</ErrorReport> … … 63 63 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 64 64 <DebugSymbols>true</DebugSymbols> 65 <OutputPath> $(SolutionDir)\bin\</OutputPath>65 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 66 66 <DefineConstants>DEBUG;TRACE</DefineConstants> 67 67 <DebugType>full</DebugType> … … 71 71 </PropertyGroup> 72 72 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 73 <OutputPath> $(SolutionDir)\bin\</OutputPath>73 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 74 74 <DefineConstants>TRACE</DefineConstants> 75 75 <DocumentationFile> … … 83 83 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 84 84 <DebugSymbols>true</DebugSymbols> 85 <OutputPath> $(SolutionDir)\bin\</OutputPath>85 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 86 86 <DefineConstants>DEBUG;TRACE</DefineConstants> 87 87 <DebugType>full</DebugType> … … 91 91 </PropertyGroup> 92 92 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 93 <OutputPath> $(SolutionDir)\bin\</OutputPath>93 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 94 94 <DefineConstants>TRACE</DefineConstants> 95 95 <DocumentationFile> … … 102 102 </PropertyGroup> 103 103 <ItemGroup> 104 <Reference Include="HeuristicLab.Common-3.3"> 105 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath> 106 </Reference> 107 <Reference Include="HeuristicLab.Common.Resources-3.3"> 108 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 109 </Reference> 110 <Reference Include="HeuristicLab.Core-3.3"> 111 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 112 </Reference> 113 <Reference Include="HeuristicLab.Persistence-3.3"> 114 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 115 </Reference> 116 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 117 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 118 </Reference> 104 119 <Reference Include="System" /> 105 120 <Reference Include="System.Core"> … … 117 132 <Compile Include="Comparison.cs" /> 118 133 <Compile Include="ComparisonType.cs" /> 134 <Compile Include="Path Types\DirectoryValue.cs" /> 135 <Compile Include="Path Types\FileValue.cs" /> 136 <Compile Include="Path Types\PathValue.cs" /> 137 <Compile Include="Path Types\TextFile.cs" /> 119 138 <Compile Include="PercentMatrix.cs" /> 120 139 <Compile Include="PercentArray.cs" /> … … 146 165 </ItemGroup> 147 166 <ItemGroup> 148 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">149 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>150 <Name>HeuristicLab.Common.Resources-3.3</Name>151 <Private>False</Private>152 </ProjectReference>153 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">154 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>155 <Name>HeuristicLab.Common-3.3</Name>156 <Private>False</Private>157 </ProjectReference>158 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">159 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>160 <Name>HeuristicLab.Core-3.3</Name>161 <Private>False</Private>162 </ProjectReference>163 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">164 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>165 <Name>HeuristicLab.Persistence-3.3</Name>166 <Private>False</Private>167 </ProjectReference>168 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">169 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>170 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>171 <Private>False</Private>172 </ProjectReference>173 </ItemGroup>174 <ItemGroup>175 167 <None Include="HeuristicLab.snk" /> 176 168 <None Include="Properties\AssemblyInfo.cs.frame" /> … … 212 204 --> 213 205 <PropertyGroup> 214 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)206 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 215 207 set ProjectDir=$(ProjectDir) 216 208 set SolutionDir=$(SolutionDir) … … 219 211 call PreBuildEvent.cmd 220 212 </PreBuildEvent> 221 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">213 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 222 214 export ProjectDir=$(ProjectDir) 223 215 export SolutionDir=$(SolutionDir)
Note: See TracChangeset
for help on using the changeset viewer.