Changeset 8660 for branches/GP-MoveOperators/HeuristicLab.PluginInfrastructure/3.3/HeuristicLab.PluginInfrastructure-3.3.csproj
- Timestamp:
- 09/14/12 18:58:15 (12 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP-MoveOperators
- Property svn:ignore
-
old new 21 21 protoc.exe 22 22 _ReSharper.HeuristicLab 3.3 Tests 23 Google.ProtocolBuffers-2.4.1.473.dll
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/GP-MoveOperators/HeuristicLab.PluginInfrastructure/3.3/HeuristicLab.PluginInfrastructure-3.3.csproj
r7649 r8660 102 102 </PropertyGroup> 103 103 <ItemGroup> 104 <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">105 <Private>False</Private>106 </Reference>107 104 <Reference Include="System" /> 108 <Reference Include="System.Core"> 109 <RequiredTargetFramework>3.5</RequiredTargetFramework> 110 </Reference> 105 <Reference Include="System.Core" /> 111 106 <Reference Include="System.Data" /> 112 107 <Reference Include="System.Deployment" /> 113 108 <Reference Include="System.Drawing" /> 114 <Reference Include="System.IdentityModel"> 115 <RequiredTargetFramework>3.0</RequiredTargetFramework> 116 </Reference> 117 <Reference Include="System.Runtime.Serialization"> 118 <RequiredTargetFramework>3.0</RequiredTargetFramework> 119 </Reference> 120 <Reference Include="System.ServiceModel"> 121 <RequiredTargetFramework>3.0</RequiredTargetFramework> 122 </Reference> 109 <Reference Include="System.IdentityModel" /> 110 <Reference Include="System.Runtime.Serialization" /> 111 <Reference Include="System.ServiceModel" /> 123 112 <Reference Include="System.Windows.Forms" /> 124 113 <Reference Include="System.Xml" /> 114 <Reference Include="ICSharpCode.SharpZipLib"> 115 <HintPath>ICSharpCode.SharpZipLib.dll</HintPath> 116 </Reference> 125 117 </ItemGroup> 126 118 <ItemGroup> … … 223 215 <DependentUpon>PluginView.cs</DependentUpon> 224 216 </Compile> 217 <Compile Include="ArgumentHandling\ArgumentHandling.cs" /> 218 <Compile Include="ArgumentHandling\Arguments.cs" /> 219 <Compile Include="ArgumentHandling\IArgument.cs" /> 225 220 <Compile Include="Attributes\ApplicationAttribute.cs" /> 226 221 <Compile Include="Attributes\ContactInformationAttribute.cs" /> … … 269 264 <Compile Include="Main.cs" /> 270 265 <Compile Include="Properties\AssemblyInfo.cs" /> 266 <Compile Include="TypeExtensions.cs" /> 271 267 <None Include="Advanced\DeploymentService\GenerateServiceClients.cmd" /> 272 268 <None Include="app.config"> … … 373 369 --> 374 370 <PropertyGroup> 375 <PreBuildEvent >set Path=%25Path%25;$(ProjectDir);$(SolutionDir)371 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 376 372 set ProjectDir=$(ProjectDir) 377 373 set SolutionDir=$(SolutionDir) … … 379 375 380 376 call PreBuildEvent.cmd</PreBuildEvent> 377 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 378 export ProjectDir=$(ProjectDir) 379 export SolutionDir=$(SolutionDir) 380 381 $SolutionDir/PreBuildEvent.sh 382 </PreBuildEvent> 381 383 </PropertyGroup> 382 384 </Project>
Note: See TracChangeset
for help on using the changeset viewer.