Changeset 6833 for branches/Trunk/HeuristicLab.Data.Views
- Timestamp:
- 09/26/11 15:54:13 (13 years ago)
- Location:
- branches/Trunk/HeuristicLab.Data.Views/3.3
- Files:
-
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/Trunk/HeuristicLab.Data.Views/3.3
- Property svn:ignore
-
old new 4 4 HeuristicLabDataViewsPlugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/Trunk/HeuristicLab.Data.Views/3.3/HeuristicLab.Data.Views-3.3.csproj
r6832 r6833 54 54 <ErrorReport>prompt</ErrorReport> 55 55 <WarningLevel>4</WarningLevel> 56 <DocumentationFile></DocumentationFile> 56 <DocumentationFile> 57 </DocumentationFile> 57 58 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 58 59 </PropertyGroup> … … 69 70 <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath> 70 71 <DefineConstants>TRACE</DefineConstants> 71 <DocumentationFile></DocumentationFile> 72 <DocumentationFile> 73 </DocumentationFile> 72 74 <Optimize>true</Optimize> 73 75 <DebugType>pdbonly</DebugType> … … 88 90 <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath> 89 91 <DefineConstants>TRACE</DefineConstants> 90 <DocumentationFile></DocumentationFile> 92 <DocumentationFile> 93 </DocumentationFile> 91 94 <Optimize>true</Optimize> 92 95 <DebugType>pdbonly</DebugType> … … 124 127 <DependentUpon>IntRangeView.cs</DependentUpon> 125 128 </Compile> 129 <Compile Include="Plugin.cs" /> 126 130 <Compile Include="StringConvertibleValueTupleView.cs"> 127 131 <SubType>UserControl</SubType> … … 130 134 <DependentUpon>StringConvertibleValueTupleView.cs</DependentUpon> 131 135 </Compile> 132 <None Include=" HeuristicLabDataViewsPlugin.cs.frame" />136 <None Include="Plugin.cs.frame" /> 133 137 <Compile Include="BoolValueView.cs"> 134 138 <SubType>UserControl</SubType> … … 149 153 <DependentUpon>ComparisonView.cs</DependentUpon> 150 154 </Compile> 151 <Compile Include="HeuristicLabDataViewsPlugin.cs" />152 155 <Compile Include="Properties\AssemblyInfo.cs" /> 153 156 <Compile Include="StringConvertibleArrayView.cs"> … … 172 175 <ItemGroup> 173 176 <None Include="HeuristicLab.snk" /> 174 <None Include="Properties\AssemblyInfo. frame" />177 <None Include="Properties\AssemblyInfo.cs.frame" /> 175 178 </ItemGroup> 176 179 <ItemGroup> … … 178 181 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 179 182 <Name>HeuristicLab.Common-3.3</Name> 180 <Private>False</Private></ProjectReference> 183 <Private>False</Private> 184 </ProjectReference> 181 185 <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj"> 182 186 <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project> 183 187 <Name>HeuristicLab.Core.Views-3.3</Name> 184 <Private>False</Private></ProjectReference> 188 <Private>False</Private> 189 </ProjectReference> 185 190 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 186 191 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 187 192 <Name>HeuristicLab.Core-3.3</Name> 188 <Private>False</Private></ProjectReference> 193 <Private>False</Private> 194 </ProjectReference> 189 195 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 190 196 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 191 197 <Name>HeuristicLab.Data-3.3</Name> 192 <Private>False</Private></ProjectReference> 198 <Private>False</Private> 199 </ProjectReference> 193 200 <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj"> 194 201 <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project> 195 202 <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name> 196 <Private>False</Private></ProjectReference> 203 <Private>False</Private> 204 </ProjectReference> 197 205 <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj"> 198 206 <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project> 199 207 <Name>HeuristicLab.MainForm-3.3</Name> 200 <Private>False</Private></ProjectReference> 208 <Private>False</Private> 209 </ProjectReference> 201 210 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 202 211 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 203 212 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 204 <Private>False</Private></ProjectReference> 213 <Private>False</Private> 214 </ProjectReference> 205 215 </ItemGroup> 206 216 <ItemGroup> … … 236 246 237 247 call PreBuildEvent.cmd 238 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabDataViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabDataViewsPlugin.cs"</PreBuildEvent>248 </PreBuildEvent> 239 249 </PropertyGroup> 240 250 </Project>
Note: See TracChangeset
for help on using the changeset viewer.