Changeset 11623 for trunk/sources/HeuristicLab.Clients.Hive.Slave.TrayIcon
- Timestamp:
- 12/02/14 21:22:53 (10 years ago)
- Location:
- trunk/sources/HeuristicLab.Clients.Hive.Slave.TrayIcon/3.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Hive.Slave.TrayIcon/3.3/HeuristicLab.Clients.Hive.Slave.TrayIcon-3.3.csproj
r8600 r11623 11 11 <RootNamespace>HeuristicLab.Clients.Hive.SlaveCore.TrayIcon</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Clients.Hive.Slave.TrayIcon-3.3</AssemblyName> 13 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 14 <TargetFrameworkProfile> 15 15 </TargetFrameworkProfile> … … 25 25 <WarningLevel>4</WarningLevel> 26 26 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 27 <Prefer32Bit>false</Prefer32Bit> 27 28 </PropertyGroup> 28 29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 36 37 </DocumentationFile> 37 38 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 39 <Prefer32Bit>false</Prefer32Bit> 38 40 </PropertyGroup> 39 41 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 45 47 <ErrorReport>prompt</ErrorReport> 46 48 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 49 <Prefer32Bit>false</Prefer32Bit> 47 50 </PropertyGroup> 48 51 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 56 59 <ErrorReport>prompt</ErrorReport> 57 60 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 61 <Prefer32Bit>false</Prefer32Bit> 58 62 </PropertyGroup> 59 63 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 65 69 <ErrorReport>prompt</ErrorReport> 66 70 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 71 <Prefer32Bit>false</Prefer32Bit> 67 72 </PropertyGroup> 68 73 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 76 81 <ErrorReport>prompt</ErrorReport> 77 82 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 83 <Prefer32Bit>false</Prefer32Bit> 78 84 </PropertyGroup> 79 85 <ItemGroup> … … 155 161 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 156 162 <PropertyGroup> 157 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)163 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 158 164 set ProjectDir=$(ProjectDir) 159 165 set SolutionDir=$(SolutionDir) … … 161 167 162 168 call PreBuildEvent.cmd</PreBuildEvent> 163 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">169 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 164 170 export ProjectDir=$(ProjectDir) 165 171 export SolutionDir=$(SolutionDir) -
trunk/sources/HeuristicLab.Clients.Hive.Slave.TrayIcon/3.3/Properties/Resources.Designer.cs
r6983 r11623 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:4.0.30319. 2354 // Runtime Version:4.0.30319.34014 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if -
trunk/sources/HeuristicLab.Clients.Hive.Slave.TrayIcon/3.3/app.config
r6983 r11623 15 15 16 16 </system.serviceModel> 17 <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4. 0"/></startup>17 <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup> 18 18 </configuration>
Note: See TracChangeset
for help on using the changeset viewer.