Changeset 6833 for branches/Trunk/HeuristicLab.Operators.Programmable
- Timestamp:
- 09/26/11 15:54:13 (13 years ago)
- Location:
- branches/Trunk/HeuristicLab.Operators.Programmable/3.3
- Files:
-
- 2 deleted
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/Trunk/HeuristicLab.Operators.Programmable/3.3
- Property svn:ignore
-
old new 4 4 obj 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/Trunk/HeuristicLab.Operators.Programmable/3.3/HeuristicLab.Operators.Programmable-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\x86\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\x64\Release\</OutputPath> 89 91 <DefineConstants>TRACE</DefineConstants> 90 <DocumentationFile></DocumentationFile> 92 <DocumentationFile> 93 </DocumentationFile> 91 94 <Optimize>true</Optimize> 92 95 <DebugType>pdbonly</DebugType> … … 109 112 </ItemGroup> 110 113 <ItemGroup> 111 <None Include=" HeuristicLabOperatorsProgrammablePlugin.cs.frame" />112 <Compile Include=" HeuristicLabOperatorsProgrammablePlugin.cs" />114 <None Include="Plugin.cs.frame" /> 115 <Compile Include="Plugin.cs" /> 113 116 <Compile Include="ProgrammableOperator.cs" /> 114 117 <Compile Include="ProgrammableOperatorView.cs"> … … 120 123 <Compile Include="ProgrammableSingleSuccessorOperator.cs" /> 121 124 <Compile Include="Properties\AssemblyInfo.cs" /> 122 <Compile Include="Properties\Resources.Designer.cs">123 <AutoGen>True</AutoGen>124 <DesignTime>True</DesignTime>125 <DependentUpon>Resources.resx</DependentUpon>126 </Compile>127 125 </ItemGroup> 128 126 <ItemGroup> 129 127 <None Include="HeuristicLab.snk" /> 130 <None Include="Properties\AssemblyInfo. frame" />128 <None Include="Properties\AssemblyInfo.cs.frame" /> 131 129 </ItemGroup> 132 130 <ItemGroup> … … 134 132 <Project>{489CFE09-FDF7-4C89-BAB5-BD09CADD61AD}</Project> 135 133 <Name>HeuristicLab.CodeEditor-3.3</Name> 136 <Private>False</Private></ProjectReference> 134 <Private>False</Private> 135 </ProjectReference> 137 136 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 138 137 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 139 138 <Name>HeuristicLab.Collections-3.3</Name> 140 <Private>False</Private></ProjectReference> 139 <Private>False</Private> 140 </ProjectReference> 141 141 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 142 142 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 143 143 <Name>HeuristicLab.Common.Resources-3.3</Name> 144 <Private>False</Private></ProjectReference> 144 <Private>False</Private> 145 </ProjectReference> 145 146 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 146 147 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 147 148 <Name>HeuristicLab.Common-3.3</Name> 148 <Private>False</Private></ProjectReference> 149 <Private>False</Private> 150 </ProjectReference> 149 151 <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj"> 150 152 <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project> 151 153 <Name>HeuristicLab.Core.Views-3.3</Name> 152 <Private>False</Private></ProjectReference> 154 <Private>False</Private> 155 </ProjectReference> 153 156 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 154 157 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 155 158 <Name>HeuristicLab.Core-3.3</Name> 156 <Private>False</Private></ProjectReference> 159 <Private>False</Private> 160 </ProjectReference> 157 161 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 158 162 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 159 163 <Name>HeuristicLab.Data-3.3</Name> 160 <Private>False</Private></ProjectReference> 164 <Private>False</Private> 165 </ProjectReference> 161 166 <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj"> 162 167 <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project> 163 168 <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name> 164 <Private>False</Private></ProjectReference> 169 <Private>False</Private> 170 </ProjectReference> 165 171 <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj"> 166 172 <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project> 167 173 <Name>HeuristicLab.MainForm-3.3</Name> 168 <Private>False</Private></ProjectReference> 174 <Private>False</Private> 175 </ProjectReference> 169 176 <ProjectReference Include="..\..\HeuristicLab.Operators.Views\3.3\HeuristicLab.Operators.Views-3.3.csproj"> 170 177 <Project>{C49CB749-8B24-4628-8003-E86475749410}</Project> 171 178 <Name>HeuristicLab.Operators.Views-3.3</Name> 172 <Private>False</Private></ProjectReference> 179 <Private>False</Private> 180 </ProjectReference> 173 181 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 174 182 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 175 183 <Name>HeuristicLab.Operators-3.3</Name> 176 <Private>False</Private></ProjectReference> 184 <Private>False</Private> 185 </ProjectReference> 177 186 <ProjectReference Include="..\..\HeuristicLab.Parameters.Views\3.3\HeuristicLab.Parameters.Views-3.3.csproj"> 178 187 <Project>{AE5B1CE5-9862-4D6F-A700-D72CD9AEA295}</Project> 179 188 <Name>HeuristicLab.Parameters.Views-3.3</Name> 180 <Private>False</Private></ProjectReference> 189 <Private>False</Private> 190 </ProjectReference> 181 191 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 182 192 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project> 183 193 <Name>HeuristicLab.Parameters-3.3</Name> 184 <Private>False</Private></ProjectReference> 194 <Private>False</Private> 195 </ProjectReference> 185 196 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 186 197 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 187 198 <Name>HeuristicLab.Persistence-3.3</Name> 188 <Private>False</Private></ProjectReference> 199 <Private>False</Private> 200 </ProjectReference> 189 201 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 190 202 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 191 203 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 192 <Private>False</Private></ProjectReference> 193 </ItemGroup> 194 <ItemGroup> 195 <EmbeddedResource Include="Properties\Resources.resx"> 196 <Generator>ResXFileCodeGenerator</Generator> 197 <LastGenOutput>Resources.Designer.cs</LastGenOutput> 198 </EmbeddedResource> 204 <Private>False</Private> 205 </ProjectReference> 199 206 </ItemGroup> 200 207 <ItemGroup> … … 230 237 231 238 call PreBuildEvent.cmd 232 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabOperatorsProgrammablePlugin.cs.frame" "%25ProjectDir%25\HeuristicLabOperatorsProgrammablePlugin.cs"</PreBuildEvent>239 </PreBuildEvent> 233 240 </PropertyGroup> 234 241 </Project>
Note: See TracChangeset
for help on using the changeset viewer.