Changeset 9363 for branches/OaaS/HeuristicLab.MainForm.WindowsForms/3.3/HeuristicLab.MainForm.WindowsForms-3.3.csproj
- Timestamp:
- 04/16/13 13:13:41 (12 years ago)
- Location:
- branches/OaaS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OaaS
- Property svn:ignore
-
old new 21 21 protoc.exe 22 22 _ReSharper.HeuristicLab 3.3 Tests 23 Google.ProtocolBuffers-2.4.1.473.dll 23 24 packages
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/OaaS/HeuristicLab.MainForm.WindowsForms/3.3/HeuristicLab.MainForm.WindowsForms-3.3.csproj
r9253 r9363 113 113 <Reference Include="System.Data" /> 114 114 <Reference Include="System.Xml" /> 115 <Reference Include="WeifenLuo.WinFormsUI.Docking-2. 3.1, Version=2.3.1.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">116 <HintPath>..\..\bin\WeifenLuo.WinFormsUI.Docking-2. 3.1.dll</HintPath>115 <Reference Include="WeifenLuo.WinFormsUI.Docking-2.7.0, Version=2.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 116 <HintPath>..\..\bin\WeifenLuo.WinFormsUI.Docking-2.7.0.dll</HintPath> 117 117 <Private>False</Private> 118 118 </Reference> … … 126 126 <DependentUpon>DragOverTabControl.cs</DependentUpon> 127 127 </Compile> 128 <Compile Include="Dialogs\DefineArithmeticProgressionTimeDialog.cs"> 129 <SubType>Form</SubType> 130 </Compile> 131 <Compile Include="Dialogs\DefineArithmeticProgressionTimeDialog.Designer.cs"> 132 <DependentUpon>DefineArithmeticProgressionTimeDialog.cs</DependentUpon> 133 </Compile> 134 <Compile Include="Dialogs\DefineArithmeticProgressionDialog.cs"> 135 <SubType>Form</SubType> 136 </Compile> 137 <Compile Include="Dialogs\DefineArithmeticProgressionDialog.Designer.cs"> 138 <DependentUpon>DefineArithmeticProgressionDialog.cs</DependentUpon> 139 </Compile> 128 140 <Compile Include="Plugin.cs" /> 129 141 <Compile Include="Views\AsynchronousContentView.cs"> … … 141 153 <None Include="Plugin.cs.frame" /> 142 154 <Compile Include="Controls\ControlExtensions.cs" /> 143 <Compile Include="MainForms\DockForm.cs" /> 155 <Compile Include="MainForms\DockForm.cs"> 156 <SubType>Form</SubType> 157 </Compile> 144 158 <Compile Include="MainForms\DockForm.Designer.cs"> 145 159 <DependentUpon>DockForm.cs</DependentUpon> … … 252 266 </BootstrapperPackage> 253 267 </ItemGroup> 268 <ItemGroup /> 254 269 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 255 270 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. … … 261 276 --> 262 277 <PropertyGroup> 263 <PreBuildEvent >set Path=%25Path%25;$(ProjectDir);$(SolutionDir)278 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 264 279 set ProjectDir=$(ProjectDir) 265 280 set SolutionDir=$(SolutionDir) … … 268 283 call PreBuildEvent.cmd 269 284 </PreBuildEvent> 285 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 286 export ProjectDir=$(ProjectDir) 287 export SolutionDir=$(SolutionDir) 288 289 $SolutionDir/PreBuildEvent.sh 290 </PreBuildEvent> 270 291 </PropertyGroup> 271 292 </Project>
Note: See TracChangeset
for help on using the changeset viewer.