Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/16/15 11:23:17 (9 years ago)
Author:
jkarder
Message:

#2262: refactored code template loading

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Scripting/3.3/HeuristicLab.Scripting-3.3.csproj

    r11721 r11787  
    9191  </ItemGroup>
    9292  <ItemGroup>
    93     <Compile Include="CSharpScript.cs" />
    94     <EmbeddedResource Include="CSharpScriptCode.cs" />
     93    <Compile Include="Scripts\CSharp\CSharpScript.cs" />
     94    <Compile Include="Scripts\Templates\CSharpScriptTemplate.cs" />
     95    <Compile Include="Scripts\Templates\ScriptTemplates.Designer.cs">
     96      <AutoGen>True</AutoGen>
     97      <DesignTime>True</DesignTime>
     98      <DependentUpon>ScriptTemplates.resx</DependentUpon>
     99    </Compile>
    95100    <Compile Include="Variables.cs" />
    96101    <Compile Include="VariableStore.cs" />
    97102    <None Include="Plugin.cs.frame" />
    98103    <Compile Include="Script.cs" />
    99     <Compile Include="CSharpScriptBase.cs" />
     104    <Compile Include="Scripts\CSharp\CSharpScriptBase.cs" />
    100105    <Compile Include="Plugin.cs" />
    101106    <Compile Include="Properties\AssemblyInfo.cs" />
     
    137142    </ProjectReference>
    138143  </ItemGroup>
     144  <ItemGroup>
     145    <EmbeddedResource Include="Scripts\Templates\ScriptTemplates.resx">
     146      <Generator>ResXFileCodeGenerator</Generator>
     147      <LastGenOutput>ScriptTemplates.Designer.cs</LastGenOutput>
     148    </EmbeddedResource>
     149  </ItemGroup>
    139150  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    140151  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.