Changeset 12031 for branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.Scripting/3.3/HeuristicLab.Scripting-3.3.csproj
- Timestamp:
- 02/18/15 10:54:32 (10 years ago)
- Location:
- branches/HeuristicLab.DatasetRefactor/sources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.DatasetRefactor/sources
- Property svn:mergeinfo changed
-
branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.Scripting/3.3/HeuristicLab.Scripting-3.3.csproj
r11078 r12031 10 10 <RootNamespace>HeuristicLab.Scripting</RootNamespace> 11 11 <AssemblyName>HeuristicLab.Scripting-3.3</AssemblyName> 12 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 13 13 <FileAlignment>512</FileAlignment> 14 14 <TargetFrameworkProfile /> … … 23 23 <WarningLevel>4</WarningLevel> 24 24 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 25 <Prefer32Bit>false</Prefer32Bit> 25 26 </PropertyGroup> 26 27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 31 32 <ErrorReport>prompt</ErrorReport> 32 33 <WarningLevel>4</WarningLevel> 34 <Prefer32Bit>false</Prefer32Bit> 33 35 </PropertyGroup> 34 36 <PropertyGroup> … … 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|x64'"> … … 55 58 <ErrorReport>prompt</ErrorReport> 56 59 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 60 <Prefer32Bit>false</Prefer32Bit> 57 61 </PropertyGroup> 58 62 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> … … 64 68 <ErrorReport>prompt</ErrorReport> 65 69 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 70 <Prefer32Bit>false</Prefer32Bit> 66 71 </PropertyGroup> 67 72 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> … … 73 78 <ErrorReport>prompt</ErrorReport> 74 79 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 80 <Prefer32Bit>false</Prefer32Bit> 75 81 </PropertyGroup> 76 82 <ItemGroup> … … 85 91 </ItemGroup> 86 92 <ItemGroup> 87 <Compile Include="CSharpScript.cs" /> 93 <Compile Include="CompilationException.cs" /> 94 <Compile Include="Scripts\CSharp\CSharpScript.cs" /> 95 <Compile Include="Scripts\Templates\CSharpScriptTemplate.cs" /> 96 <Compile Include="Scripts\Templates\ScriptTemplates.Designer.cs"> 97 <AutoGen>True</AutoGen> 98 <DesignTime>True</DesignTime> 99 <DependentUpon>ScriptTemplates.resx</DependentUpon> 100 </Compile> 88 101 <Compile Include="Variables.cs" /> 89 102 <Compile Include="VariableStore.cs" /> 90 103 <None Include="Plugin.cs.frame" /> 91 104 <Compile Include="Script.cs" /> 92 <Compile Include=" CSharpScriptBase.cs" />105 <Compile Include="Scripts\CSharp\CSharpScriptBase.cs" /> 93 106 <Compile Include="Plugin.cs" /> 94 107 <Compile Include="Properties\AssemblyInfo.cs" /> … … 130 143 </ProjectReference> 131 144 </ItemGroup> 145 <ItemGroup> 146 <EmbeddedResource Include="Scripts\Templates\ScriptTemplates.resx"> 147 <Generator>ResXFileCodeGenerator</Generator> 148 <LastGenOutput>ScriptTemplates.Designer.cs</LastGenOutput> 149 <CustomToolNamespace>HeuristicLab.Scripting</CustomToolNamespace> 150 </EmbeddedResource> 151 </ItemGroup> 132 152 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 133 153 <PropertyGroup> 134 154 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 135 155 set ProjectDir=$(ProjectDir)
Note: See TracChangeset
for help on using the changeset viewer.