Changeset 6833 for branches/Trunk/HeuristicLab.SequentialEngine/3.3/HeuristicLab.SequentialEngine-3.3.csproj
- Timestamp:
- 09/26/11 15:54:13 (13 years ago)
- Location:
- branches/Trunk/HeuristicLab.SequentialEngine/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Trunk/HeuristicLab.SequentialEngine/3.3
- Property svn:ignore
-
old new 4 4 HeuristicLabSequentialEnginePlugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/Trunk/HeuristicLab.SequentialEngine/3.3/HeuristicLab.SequentialEngine-3.3.csproj
r6832 r6833 19 19 </UpgradeBackupLocation> 20 20 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 21 <TargetFrameworkProfile></TargetFrameworkProfile> 21 <TargetFrameworkProfile> 22 </TargetFrameworkProfile> 22 23 <PublishUrl>publish\</PublishUrl> 23 24 <Install>true</Install> … … 54 55 <WarningLevel>4</WarningLevel> 55 56 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 56 <DocumentationFile></DocumentationFile> 57 <DocumentationFile> 58 </DocumentationFile> 57 59 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 58 60 </PropertyGroup> … … 69 71 <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath> 70 72 <DefineConstants>TRACE</DefineConstants> 71 <DocumentationFile></DocumentationFile> 73 <DocumentationFile> 74 </DocumentationFile> 72 75 <Optimize>true</Optimize> 73 76 <DebugType>pdbonly</DebugType> … … 88 91 <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath> 89 92 <DefineConstants>TRACE</DefineConstants> 90 <DocumentationFile></DocumentationFile> 93 <DocumentationFile> 94 </DocumentationFile> 91 95 <Optimize>true</Optimize> 92 96 <DebugType>pdbonly</DebugType> … … 104 108 </ItemGroup> 105 109 <ItemGroup> 106 <None Include=" HeuristicLabSequentialEnginePlugin.cs.frame" />107 <Compile Include=" HeuristicLabSequentialEnginePlugin.cs" />110 <None Include="Plugin.cs.frame" /> 111 <Compile Include="Plugin.cs" /> 108 112 <Compile Include="Properties\AssemblyInfo.cs" /> 109 113 <Compile Include="SequentialEngine.cs" /> … … 111 115 <ItemGroup> 112 116 <None Include="HeuristicLab.snk" /> 113 <None Include="Properties\AssemblyInfo. frame" />117 <None Include="Properties\AssemblyInfo.cs.frame" /> 114 118 </ItemGroup> 115 119 <ItemGroup> … … 117 121 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 118 122 <Name>HeuristicLab.Common-3.3</Name> 119 <Private>False</Private></ProjectReference> 123 <Private>False</Private> 124 </ProjectReference> 120 125 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 121 126 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 122 127 <Name>HeuristicLab.Core-3.3</Name> 123 <Private>False</Private></ProjectReference> 128 <Private>False</Private> 129 </ProjectReference> 124 130 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 125 131 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 126 132 <Name>HeuristicLab.Persistence-3.3</Name> 127 <Private>False</Private></ProjectReference> 133 <Private>False</Private> 134 </ProjectReference> 128 135 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 129 136 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 130 137 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 131 <Private>False</Private></ProjectReference> 138 <Private>False</Private> 139 </ProjectReference> 132 140 </ItemGroup> 133 141 <ItemGroup> … … 163 171 164 172 call PreBuildEvent.cmd 165 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabSequentialEnginePlugin.cs.frame" "%25ProjectDir%25\HeuristicLabSequentialEnginePlugin.cs"</PreBuildEvent>173 </PreBuildEvent> 166 174 </PropertyGroup> 167 175 </Project>
Note: See TracChangeset
for help on using the changeset viewer.