[4359] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <PropertyGroup>
|
---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 6 | <ProductVersion>9.0.30729</ProductVersion>
|
---|
| 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
[4361] | 8 | <ProjectGuid>{7EA0985E-A1D6-4FA7-B30A-2633FDFB01F0}</ProjectGuid>
|
---|
[4359] | 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Problems.VehicleRouting.Views</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Problems.VehicleRouting.Views-3.4</AssemblyName>
|
---|
[11920] | 13 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
[4359] | 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | <SignAssembly>true</SignAssembly>
|
---|
| 16 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 17 | <FileUpgradeFlags>
|
---|
| 18 | </FileUpgradeFlags>
|
---|
| 19 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
| 20 | <UpgradeBackupLocation />
|
---|
| 21 | <PublishUrl>publish\</PublishUrl>
|
---|
| 22 | <Install>true</Install>
|
---|
| 23 | <InstallFrom>Disk</InstallFrom>
|
---|
| 24 | <UpdateEnabled>false</UpdateEnabled>
|
---|
| 25 | <UpdateMode>Foreground</UpdateMode>
|
---|
| 26 | <UpdateInterval>7</UpdateInterval>
|
---|
| 27 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
---|
| 28 | <UpdatePeriodically>false</UpdatePeriodically>
|
---|
| 29 | <UpdateRequired>false</UpdateRequired>
|
---|
| 30 | <MapFileExtensions>true</MapFileExtensions>
|
---|
| 31 | <ApplicationRevision>0</ApplicationRevision>
|
---|
| 32 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
---|
| 33 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
---|
| 34 | <UseApplicationTrust>false</UseApplicationTrust>
|
---|
| 35 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
---|
[5867] | 36 | <TargetFrameworkProfile />
|
---|
[4359] | 37 | </PropertyGroup>
|
---|
| 38 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 39 | <DebugSymbols>true</DebugSymbols>
|
---|
| 40 | <DebugType>full</DebugType>
|
---|
| 41 | <Optimize>false</Optimize>
|
---|
[7923] | 42 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[4359] | 43 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 44 | <ErrorReport>prompt</ErrorReport>
|
---|
| 45 | <WarningLevel>4</WarningLevel>
|
---|
| 46 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11920] | 47 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[4359] | 48 | </PropertyGroup>
|
---|
| 49 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 50 | <DebugType>pdbonly</DebugType>
|
---|
| 51 | <Optimize>true</Optimize>
|
---|
[7923] | 52 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[4359] | 53 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 54 | <ErrorReport>prompt</ErrorReport>
|
---|
| 55 | <WarningLevel>4</WarningLevel>
|
---|
[7923] | 56 | <DocumentationFile>
|
---|
| 57 | </DocumentationFile>
|
---|
[4359] | 58 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11920] | 59 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[4359] | 60 | </PropertyGroup>
|
---|
| 61 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 62 | <DebugSymbols>true</DebugSymbols>
|
---|
[7923] | 63 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[4359] | 64 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 65 | <DebugType>full</DebugType>
|
---|
| 66 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 67 | <ErrorReport>prompt</ErrorReport>
|
---|
| 68 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11920] | 69 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[4359] | 70 | </PropertyGroup>
|
---|
| 71 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
[7923] | 72 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[4359] | 73 | <DefineConstants>TRACE</DefineConstants>
|
---|
[8455] | 74 | <DocumentationFile>
|
---|
| 75 | </DocumentationFile>
|
---|
[4359] | 76 | <Optimize>true</Optimize>
|
---|
| 77 | <DebugType>pdbonly</DebugType>
|
---|
| 78 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 79 | <ErrorReport>prompt</ErrorReport>
|
---|
| 80 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11920] | 81 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[4359] | 82 | </PropertyGroup>
|
---|
| 83 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 84 | <DebugSymbols>true</DebugSymbols>
|
---|
[7923] | 85 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[4359] | 86 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 87 | <DebugType>full</DebugType>
|
---|
| 88 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 89 | <ErrorReport>prompt</ErrorReport>
|
---|
| 90 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11920] | 91 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[4359] | 92 | </PropertyGroup>
|
---|
| 93 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
[7923] | 94 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[4359] | 95 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 96 | <DocumentationFile>bin\x64\Release\HeuristicLab.Problems.VehicleRouting.Views-3.4.xml</DocumentationFile>
|
---|
| 97 | <Optimize>true</Optimize>
|
---|
| 98 | <DebugType>pdbonly</DebugType>
|
---|
| 99 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 100 | <ErrorReport>prompt</ErrorReport>
|
---|
| 101 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11920] | 102 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[4359] | 103 | </PropertyGroup>
|
---|
| 104 | <ItemGroup>
|
---|
| 105 | <Reference Include="System" />
|
---|
| 106 | <Reference Include="System.Core">
|
---|
| 107 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 108 | </Reference>
|
---|
| 109 | <Reference Include="System.Drawing" />
|
---|
| 110 | <Reference Include="System.Windows.Forms" />
|
---|
| 111 | <Reference Include="System.Xml.Linq">
|
---|
| 112 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 113 | </Reference>
|
---|
| 114 | <Reference Include="System.Data.DataSetExtensions">
|
---|
| 115 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 116 | </Reference>
|
---|
| 117 | <Reference Include="System.Data" />
|
---|
| 118 | <Reference Include="System.Xml" />
|
---|
| 119 | </ItemGroup>
|
---|
| 120 | <ItemGroup>
|
---|
[7088] | 121 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[6856] | 122 | <Compile Include="MDCVRPPDTWView.cs">
|
---|
| 123 | <SubType>UserControl</SubType>
|
---|
| 124 | </Compile>
|
---|
| 125 | <Compile Include="MDCVRPPDTWView.Designer.cs">
|
---|
| 126 | <DependentUpon>MDCVRPPDTWView.cs</DependentUpon>
|
---|
| 127 | </Compile>
|
---|
[6854] | 128 | <Compile Include="MDCVRPTWView.cs">
|
---|
| 129 | <SubType>UserControl</SubType>
|
---|
| 130 | </Compile>
|
---|
| 131 | <Compile Include="MDCVRPTWView.Designer.cs">
|
---|
| 132 | <DependentUpon>MDCVRPTWView.cs</DependentUpon>
|
---|
| 133 | </Compile>
|
---|
[6851] | 134 | <Compile Include="MultiDepotVRPView.cs">
|
---|
| 135 | <SubType>UserControl</SubType>
|
---|
| 136 | </Compile>
|
---|
| 137 | <Compile Include="MultiDepotVRPView.Designer.cs">
|
---|
| 138 | <DependentUpon>MultiDepotVRPView.cs</DependentUpon>
|
---|
| 139 | </Compile>
|
---|
[6710] | 140 | <Compile Include="CVRPPDTWView.cs">
|
---|
| 141 | <SubType>UserControl</SubType>
|
---|
| 142 | </Compile>
|
---|
| 143 | <Compile Include="CVRPPDTWView.Designer.cs">
|
---|
| 144 | <DependentUpon>CVRPPDTWView.cs</DependentUpon>
|
---|
| 145 | </Compile>
|
---|
[4374] | 146 | <Compile Include="CVRPTWView.cs">
|
---|
| 147 | <SubType>UserControl</SubType>
|
---|
| 148 | </Compile>
|
---|
| 149 | <Compile Include="CVRPTWView.Designer.cs">
|
---|
| 150 | <DependentUpon>CVRPTWView.cs</DependentUpon>
|
---|
| 151 | </Compile>
|
---|
[7088] | 152 | <Compile Include="Plugin.cs" />
|
---|
[4374] | 153 | <Compile Include="SingleDepotVRPView.cs">
|
---|
| 154 | <SubType>UserControl</SubType>
|
---|
| 155 | </Compile>
|
---|
| 156 | <Compile Include="SingleDepotVRPView.Designer.cs">
|
---|
| 157 | <DependentUpon>SingleDepotVRPView.cs</DependentUpon>
|
---|
| 158 | </Compile>
|
---|
[4860] | 159 | <Compile Include="VRPImportDialog.cs">
|
---|
| 160 | <SubType>Form</SubType>
|
---|
| 161 | </Compile>
|
---|
| 162 | <Compile Include="VRPImportDialog.Designer.cs">
|
---|
| 163 | <DependentUpon>VRPImportDialog.cs</DependentUpon>
|
---|
| 164 | </Compile>
|
---|
[4374] | 165 | <Compile Include="VRPProblemInstanceView.cs">
|
---|
| 166 | <SubType>UserControl</SubType>
|
---|
| 167 | </Compile>
|
---|
| 168 | <Compile Include="VRPProblemInstanceView.Designer.cs">
|
---|
| 169 | <DependentUpon>VRPProblemInstanceView.cs</DependentUpon>
|
---|
| 170 | </Compile>
|
---|
[4362] | 171 | <Compile Include="VehicleRoutingProblemView.cs">
|
---|
| 172 | <SubType>UserControl</SubType>
|
---|
| 173 | </Compile>
|
---|
| 174 | <Compile Include="VehicleRoutingProblemView.Designer.cs">
|
---|
| 175 | <DependentUpon>VehicleRoutingProblemView.cs</DependentUpon>
|
---|
| 176 | </Compile>
|
---|
[4374] | 177 | <Compile Include="VRPSolutionView.cs">
|
---|
| 178 | <SubType>UserControl</SubType>
|
---|
| 179 | </Compile>
|
---|
| 180 | <Compile Include="VRPSolutionView.Designer.cs">
|
---|
| 181 | <DependentUpon>VRPSolutionView.cs</DependentUpon>
|
---|
| 182 | </Compile>
|
---|
[4359] | 183 | </ItemGroup>
|
---|
| 184 | <ItemGroup>
|
---|
[7088] | 185 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[4359] | 186 | <None Include="HeuristicLab.snk" />
|
---|
[7088] | 187 | <None Include="Plugin.cs.frame" />
|
---|
[4359] | 188 | </ItemGroup>
|
---|
| 189 | <ItemGroup>
|
---|
| 190 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
| 191 | <Visible>False</Visible>
|
---|
| 192 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
| 193 | <Install>false</Install>
|
---|
| 194 | </BootstrapperPackage>
|
---|
| 195 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
| 196 | <Visible>False</Visible>
|
---|
| 197 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
| 198 | <Install>true</Install>
|
---|
| 199 | </BootstrapperPackage>
|
---|
| 200 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
| 201 | <Visible>False</Visible>
|
---|
| 202 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
| 203 | <Install>true</Install>
|
---|
| 204 | </BootstrapperPackage>
|
---|
| 205 | </ItemGroup>
|
---|
[7088] | 206 | <ItemGroup>
|
---|
[7900] | 207 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
| 208 | <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
|
---|
| 209 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
| 210 | <Private>False</Private>
|
---|
| 211 | </ProjectReference>
|
---|
| 212 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
| 213 | <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
|
---|
| 214 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
| 215 | <Private>False</Private>
|
---|
| 216 | </ProjectReference>
|
---|
| 217 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
| 218 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
| 219 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
| 220 | <Private>False</Private>
|
---|
| 221 | </ProjectReference>
|
---|
| 222 | <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
|
---|
| 223 | <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
|
---|
| 224 | <Name>HeuristicLab.Core.Views-3.3</Name>
|
---|
| 225 | <Private>False</Private>
|
---|
| 226 | </ProjectReference>
|
---|
| 227 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
| 228 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
| 229 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
| 230 | <Private>False</Private>
|
---|
| 231 | </ProjectReference>
|
---|
| 232 | <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
|
---|
| 233 | <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
|
---|
| 234 | <Name>HeuristicLab.Data.Views-3.3</Name>
|
---|
| 235 | <Private>False</Private>
|
---|
| 236 | </ProjectReference>
|
---|
| 237 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
| 238 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
| 239 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
| 240 | <Private>False</Private>
|
---|
| 241 | </ProjectReference>
|
---|
| 242 | <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
|
---|
| 243 | <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
|
---|
| 244 | <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
|
---|
| 245 | <Private>False</Private>
|
---|
| 246 | </ProjectReference>
|
---|
| 247 | <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
|
---|
| 248 | <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
|
---|
| 249 | <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
|
---|
| 250 | <Private>False</Private>
|
---|
| 251 | </ProjectReference>
|
---|
| 252 | <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
|
---|
| 253 | <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
|
---|
| 254 | <Name>HeuristicLab.MainForm-3.3</Name>
|
---|
| 255 | <Private>False</Private>
|
---|
| 256 | </ProjectReference>
|
---|
| 257 | <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
|
---|
| 258 | <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
|
---|
| 259 | <Name>HeuristicLab.Operators-3.3</Name>
|
---|
| 260 | <Private>False</Private>
|
---|
| 261 | </ProjectReference>
|
---|
| 262 | <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
|
---|
| 263 | <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
|
---|
| 264 | <Name>HeuristicLab.Optimization.Views-3.3</Name>
|
---|
| 265 | <Private>False</Private>
|
---|
| 266 | </ProjectReference>
|
---|
| 267 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
| 268 | <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
|
---|
| 269 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
| 270 | <Private>False</Private>
|
---|
| 271 | </ProjectReference>
|
---|
| 272 | <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
|
---|
| 273 | <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
|
---|
| 274 | <Name>HeuristicLab.Parameters-3.3</Name>
|
---|
| 275 | <Private>False</Private>
|
---|
| 276 | </ProjectReference>
|
---|
| 277 | <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
|
---|
| 278 | <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
|
---|
| 279 | <Name>HeuristicLab.Persistence-3.3</Name>
|
---|
| 280 | <Private>False</Private>
|
---|
| 281 | </ProjectReference>
|
---|
| 282 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 283 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 284 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
| 285 | <Private>False</Private>
|
---|
| 286 | </ProjectReference>
|
---|
| 287 | <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
|
---|
| 288 | <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
|
---|
| 289 | <Name>HeuristicLab.Problems.Instances-3.3</Name>
|
---|
| 290 | <Private>False</Private>
|
---|
| 291 | </ProjectReference>
|
---|
[7088] | 292 | <ProjectReference Include="..\..\HeuristicLab.Problems.VehicleRouting\3.4\HeuristicLab.Problems.VehicleRouting-3.4.csproj">
|
---|
| 293 | <Project>{B94FFB82-43D4-40AB-9980-B03470ADF221}</Project>
|
---|
| 294 | <Name>HeuristicLab.Problems.VehicleRouting-3.4</Name>
|
---|
| 295 | <Private>False</Private>
|
---|
| 296 | </ProjectReference>
|
---|
| 297 | </ItemGroup>
|
---|
[4359] | 298 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 299 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 300 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 301 | <Target Name="BeforeBuild">
|
---|
| 302 | </Target>
|
---|
| 303 | <Target Name="AfterBuild">
|
---|
| 304 | </Target>
|
---|
| 305 | -->
|
---|
| 306 | <PropertyGroup>
|
---|
[8651] | 307 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
[4359] | 308 | set ProjectDir=$(ProjectDir)
|
---|
| 309 | set SolutionDir=$(SolutionDir)
|
---|
| 310 | set Outdir=$(Outdir)
|
---|
| 311 |
|
---|
[7088] | 312 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[8651] | 313 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
[8600] | 314 | export ProjectDir=$(ProjectDir)
|
---|
| 315 | export SolutionDir=$(SolutionDir)
|
---|
| 316 |
|
---|
| 317 | $SolutionDir/PreBuildEvent.sh
|
---|
| 318 | </PreBuildEvent>
|
---|
[4359] | 319 | </PropertyGroup>
|
---|
[6970] | 320 | <PropertyGroup>
|
---|
[7088] | 321 | <PostBuildEvent>
|
---|
| 322 | </PostBuildEvent>
|
---|
[6970] | 323 | </PropertyGroup>
|
---|
[4359] | 324 | </Project> |
---|