Changeset 12694 for branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Services.Access/3.3/HeuristicLab.Services.Access-3.3.csproj
- Timestamp:
- 07/09/15 13:07:30 (10 years ago)
- Location:
- branches/HeuristicLab.Problems.Orienteering
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Problems.Orienteering
- Property svn:mergeinfo changed
-
Property
svn:global-ignores
set to
*.nuget
packages
-
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Services.Access/3.3/HeuristicLab.Services.Access-3.3.csproj
r8600 r12694 13 13 <ProjectTypeGuids>{3D9AD99F-2412-4246-B90B-4EAA41C64699};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> 14 14 <StartArguments>/client:"WcfTestClient.exe"</StartArguments> 15 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>15 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 16 16 <TargetFrameworkProfile> 17 17 </TargetFrameworkProfile> … … 26 26 <WarningLevel>4</WarningLevel> 27 27 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 28 <Prefer32Bit>false</Prefer32Bit> 28 29 </PropertyGroup> 29 30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 37 38 </DocumentationFile> 38 39 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 40 <Prefer32Bit>false</Prefer32Bit> 39 41 </PropertyGroup> 40 42 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 46 48 <ErrorReport>prompt</ErrorReport> 47 49 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 50 <Prefer32Bit>false</Prefer32Bit> 48 51 </PropertyGroup> 49 52 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 57 60 <ErrorReport>prompt</ErrorReport> 58 61 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 62 <Prefer32Bit>false</Prefer32Bit> 59 63 </PropertyGroup> 60 64 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 66 70 <ErrorReport>prompt</ErrorReport> 67 71 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 72 <Prefer32Bit>false</Prefer32Bit> 68 73 </PropertyGroup> 69 74 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 77 82 <ErrorReport>prompt</ErrorReport> 78 83 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 84 <Prefer32Bit>false</Prefer32Bit> 79 85 </PropertyGroup> 80 86 <PropertyGroup> … … 135 141 </ItemGroup> 136 142 <ItemGroup> 137 <ProjectReference Include="..\..\HeuristicLab. GeoIP\1.12\HeuristicLab.GeoIP.csproj">138 <Project>{ BE9B0229-9150-49A4-AEA6-BB58E055992F}</Project>143 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.GeoIP\1.12\HeuristicLab.GeoIP.csproj"> 144 <Project>{be9b0229-9150-49a4-aea6-bb58e055992f}</Project> 139 145 <Name>HeuristicLab.GeoIP</Name> 140 <Private>True</Private>141 146 </ProjectReference> 142 147 <ProjectReference Include="..\..\HeuristicLab.Services.Access.DataAccess\3.3\HeuristicLab.Services.Access.DataAccess-3.3.csproj"> … … 160 165 </ProjectExtensions> 161 166 <PropertyGroup> 162 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)167 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 163 168 set ProjectDir=$(ProjectDir) 164 169 set SolutionDir=$(SolutionDir) … … 166 171 167 172 call PreBuildEvent.cmd</PreBuildEvent> 168 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">173 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 169 174 export ProjectDir=$(ProjectDir) 170 175 export SolutionDir=$(SolutionDir)
Note: See TracChangeset
for help on using the changeset viewer.