1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
|
---|
3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
---|
4 | <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\DSLTools\Microsoft.DslTools.settings.targets" />
|
---|
5 | <PropertyGroup>
|
---|
6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
7 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
8 | <ProductVersion>10.0.10318</ProductVersion>
|
---|
9 | <SchemaVersion>2.0</SchemaVersion>
|
---|
10 | <ProjectGuid>{946658E8-06B1-4849-B14E-64721327C87F}</ProjectGuid>
|
---|
11 | <OutputType>Library</OutputType>
|
---|
12 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
13 | <RootNamespace>HeuristicLab.SimulationCore</RootNamespace>
|
---|
14 | <AssemblyName>HeuristicLab.SimulationCore.Dsl</AssemblyName>
|
---|
15 | <AssemblyOriginatorKeyFile>..\Key.snk</AssemblyOriginatorKeyFile>
|
---|
16 | <AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode>
|
---|
17 | <SignAssembly>true</SignAssembly>
|
---|
18 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
19 | <GacTargetOutput>false</GacTargetOutput>
|
---|
20 | <StartupObject>
|
---|
21 | </StartupObject>
|
---|
22 | <MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
|
---|
23 | </PropertyGroup>
|
---|
24 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
25 | <DebugSymbols>true</DebugSymbols>
|
---|
26 | <DebugType>full</DebugType>
|
---|
27 | <Optimize>false</Optimize>
|
---|
28 | <OutputPath>bin\Debug\</OutputPath>
|
---|
29 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
30 | <ErrorReport>prompt</ErrorReport>
|
---|
31 | <WarningLevel>4</WarningLevel>
|
---|
32 | </PropertyGroup>
|
---|
33 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
34 | <DebugType>pdbonly</DebugType>
|
---|
35 | <Optimize>true</Optimize>
|
---|
36 | <OutputPath>bin\Release\</OutputPath>
|
---|
37 | <DefineConstants>TRACE</DefineConstants>
|
---|
38 | <ErrorReport>prompt</ErrorReport>
|
---|
39 | <WarningLevel>4</WarningLevel>
|
---|
40 | </PropertyGroup>
|
---|
41 | <!-- Project specific properties to control T4/DSL targets -->
|
---|
42 | <PropertyGroup>
|
---|
43 | <TransformOnBuild>True</TransformOnBuild>
|
---|
44 | </PropertyGroup>
|
---|
45 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
46 | <Import Project="$(DslTargetsPath)\Microsoft.DSLTools.targets" />
|
---|
47 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
48 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
49 | <Target Name="BeforeBuild">
|
---|
50 | </Target>
|
---|
51 | <Target Name="AfterBuild">
|
---|
52 | </Target>
|
---|
53 | -->
|
---|
54 | <ItemGroup>
|
---|
55 | <Reference Include="Microsoft.VisualStudio.Modeling.Sdk$(DslToolsVersionSuffix)" />
|
---|
56 | <Reference Include="Microsoft.VisualStudio.Modeling.Sdk.Diagrams$(DslToolsVersionSuffix)" />
|
---|
57 | <Reference Include="Microsoft.VisualStudio.TextTemplating$(T4VersionSuffix)" />
|
---|
58 | <Reference Include="Microsoft.VisualStudio.TextTemplating.Interfaces.10.0" />
|
---|
59 | <Reference Include="Microsoft.VisualStudio.TextTemplating.Interfaces.11.0" />
|
---|
60 | <Reference Include="System" />
|
---|
61 | <Reference Include="System.ComponentModel.Composition" />
|
---|
62 | <Reference Include="System.Core">
|
---|
63 | <RequiredTargetFramework>4.0</RequiredTargetFramework>
|
---|
64 | </Reference>
|
---|
65 | <Reference Include="System.Data" />
|
---|
66 | <Reference Include="System.Drawing" />
|
---|
67 | <Reference Include="System.Drawing.Design" />
|
---|
68 | <Reference Include="System.Windows.Forms" />
|
---|
69 | <Reference Include="System.XML" />
|
---|
70 | <Reference Include="System.Xaml" />
|
---|
71 | <Reference Include="WindowsBase">
|
---|
72 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
73 | </Reference>
|
---|
74 | <Reference Include="Microsoft.VisualStudio.TextTemplating.Interfaces.12.0" />
|
---|
75 | </ItemGroup>
|
---|
76 | <ItemGroup>
|
---|
77 | <None Include="GeneratedCode\SerializationHelper.tt">
|
---|
78 | <Generator>TextTemplatingFileGenerator</Generator>
|
---|
79 | <LastGenOutput>SerializationHelper.cs</LastGenOutput>
|
---|
80 | </None>
|
---|
81 | <Compile Include="GeneratedCode\ConnectionBuilders.cs">
|
---|
82 | <AutoGen>True</AutoGen>
|
---|
83 | <DesignTime>True</DesignTime>
|
---|
84 | <DependentUpon>ConnectionBuilders.tt</DependentUpon>
|
---|
85 | </Compile>
|
---|
86 | <Compile Include="GeneratedCode\Connectors.cs">
|
---|
87 | <AutoGen>True</AutoGen>
|
---|
88 | <DesignTime>True</DesignTime>
|
---|
89 | <DependentUpon>Connectors.tt</DependentUpon>
|
---|
90 | </Compile>
|
---|
91 | <Compile Include="GeneratedCode\Diagram.cs">
|
---|
92 | <DependentUpon>Diagram.tt</DependentUpon>
|
---|
93 | <SubType>Code</SubType>
|
---|
94 | <DesignTime>True</DesignTime>
|
---|
95 | <AutoGen>True</AutoGen>
|
---|
96 | </Compile>
|
---|
97 | <Compile Include="GeneratedCode\DirectiveProcessor.cs">
|
---|
98 | <DependentUpon>DirectiveProcessor.tt</DependentUpon>
|
---|
99 | <DesignTime>True</DesignTime>
|
---|
100 | <AutoGen>True</AutoGen>
|
---|
101 | </Compile>
|
---|
102 | <Compile Include="GeneratedCode\DomainClasses.cs">
|
---|
103 | <AutoGen>True</AutoGen>
|
---|
104 | <DesignTime>True</DesignTime>
|
---|
105 | <DependentUpon>DomainClasses.tt</DependentUpon>
|
---|
106 | </Compile>
|
---|
107 | <Compile Include="GeneratedCode\DomainRelationships.cs">
|
---|
108 | <AutoGen>True</AutoGen>
|
---|
109 | <DesignTime>True</DesignTime>
|
---|
110 | <DependentUpon>DomainRelationships.tt</DependentUpon>
|
---|
111 | </Compile>
|
---|
112 | <Compile Include="GeneratedCode\HelpKeywordHelper.cs">
|
---|
113 | <AutoGen>True</AutoGen>
|
---|
114 | <DesignTime>True</DesignTime>
|
---|
115 | <DependentUpon>HelpKeywordHelper.tt</DependentUpon>
|
---|
116 | </Compile>
|
---|
117 | <Compile Include="GeneratedCode\MultiplicityValidation.cs">
|
---|
118 | <AutoGen>True</AutoGen>
|
---|
119 | <DesignTime>True</DesignTime>
|
---|
120 | <DependentUpon>MultiplicityValidation.tt</DependentUpon>
|
---|
121 | </Compile>
|
---|
122 | <Compile Include="GeneratedCode\PropertiesGrid.cs">
|
---|
123 | <DependentUpon>PropertiesGrid.tt</DependentUpon>
|
---|
124 | <SubType>Code</SubType>
|
---|
125 | <DesignTime>True</DesignTime>
|
---|
126 | <AutoGen>True</AutoGen>
|
---|
127 | </Compile>
|
---|
128 | <Compile Include="GeneratedCode\SerializationHelper.cs">
|
---|
129 | <AutoGen>True</AutoGen>
|
---|
130 | <DesignTime>True</DesignTime>
|
---|
131 | <DependentUpon>SerializationHelper.tt</DependentUpon>
|
---|
132 | </Compile>
|
---|
133 | <Compile Include="GeneratedCode\Shapes.cs">
|
---|
134 | <DependentUpon>Shapes.tt</DependentUpon>
|
---|
135 | <SubType>Code</SubType>
|
---|
136 | <DesignTime>True</DesignTime>
|
---|
137 | <AutoGen>True</AutoGen>
|
---|
138 | </Compile>
|
---|
139 | <Compile Include="GeneratedCode\ToolboxHelper.cs">
|
---|
140 | <DependentUpon>ToolboxHelper.tt</DependentUpon>
|
---|
141 | <SubType>Code</SubType>
|
---|
142 | <DesignTime>True</DesignTime>
|
---|
143 | <AutoGen>True</AutoGen>
|
---|
144 | </Compile>
|
---|
145 | <Compile Include="GlobalSuppressions.cs" />
|
---|
146 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
147 | <Compile Include="GeneratedCode\DomainModel.cs">
|
---|
148 | <AutoGen>True</AutoGen>
|
---|
149 | <DesignTime>True</DesignTime>
|
---|
150 | <DependentUpon>DomainModel.tt</DependentUpon>
|
---|
151 | </Compile>
|
---|
152 | <Compile Include="GeneratedCode\Serializer.cs">
|
---|
153 | <AutoGen>True</AutoGen>
|
---|
154 | <DesignTime>True</DesignTime>
|
---|
155 | <DependentUpon>Serializer.tt</DependentUpon>
|
---|
156 | </Compile>
|
---|
157 | </ItemGroup>
|
---|
158 | <ItemGroup>
|
---|
159 | <None Include="DslDefinition.dsl.diagram">
|
---|
160 | <DependentUpon>DslDefinition.dsl</DependentUpon>
|
---|
161 | </None>
|
---|
162 | <None Include="GeneratedCode\ConnectionBuilders.tt">
|
---|
163 | <Generator>TextTemplatingFileGenerator</Generator>
|
---|
164 | <LastGenOutput>ConnectionBuilders.cs</LastGenOutput>
|
---|
165 | </None>
|
---|
166 | <None Include="GeneratedCode\Diagram.tt">
|
---|
167 | <Generator>TextTemplatingFileGenerator</Generator>
|
---|
168 | <LastGenOutput>Diagram.cs</LastGenOutput>
|
---|
169 | </None>
|
---|
170 | <None Include="GeneratedCode\DirectiveProcessor.tt">
|
---|
171 | <Generator>TextTemplatingFileGenerator</Generator>
|
---|
172 | <LastGenOutput>DirectiveProcessor.cs</LastGenOutput>
|
---|
173 | </None>
|
---|
174 | <None Include="GeneratedCode\DomainRelationships.tt">
|
---|
175 | <Generator>TextTemplatingFileGenerator</Generator>
|
---|
176 | <LastGenOutput>DomainRelationships.cs</LastGenOutput>
|
---|
177 | </None>
|
---|
178 | <None Include="DslDefinition.dsl" />
|
---|
179 | <None Include="GeneratedCode\Connectors.tt">
|
---|
180 | <Generator>TextTemplatingFileGenerator</Generator>
|
---|
181 | <LastGenOutput>Connectors.cs</LastGenOutput>
|
---|
182 | </None>
|
---|
183 | <None Include="GeneratedCode\DomainClasses.tt">
|
---|
184 | <Generator>TextTemplatingFileGenerator</Generator>
|
---|
185 | <LastGenOutput>DomainClasses.cs</LastGenOutput>
|
---|
186 | </None>
|
---|
187 | <None Include="GeneratedCode\DomainModelResx.tt">
|
---|
188 | <Generator>TextTemplatingFileGenerator</Generator>
|
---|
189 | <LastGenOutput>DomainModelResx.resx</LastGenOutput>
|
---|
190 | </None>
|
---|
191 | <None Include="GeneratedCode\HelpKeywordHelper.tt">
|
---|
192 | <Generator>TextTemplatingFileGenerator</Generator>
|
---|
193 | <LastGenOutput>HelpKeywordHelper.cs</LastGenOutput>
|
---|
194 | </None>
|
---|
195 | <None Include="GeneratedCode\MultiplicityValidation.tt">
|
---|
196 | <Generator>TextTemplatingFileGenerator</Generator>
|
---|
197 | <LastGenOutput>MultiplicityValidation.cs</LastGenOutput>
|
---|
198 | </None>
|
---|
199 | <None Include="GeneratedCode\PropertiesGrid.tt">
|
---|
200 | <Generator>TextTemplatingFileGenerator</Generator>
|
---|
201 | <LastGenOutput>PropertiesGrid.cs</LastGenOutput>
|
---|
202 | </None>
|
---|
203 | <None Include="GeneratedCode\HLSimSchema.tt">
|
---|
204 | <Generator>TextTemplatingFileGenerator</Generator>
|
---|
205 | <LastGenOutput>HLSimSchema.xsd</LastGenOutput>
|
---|
206 | </None>
|
---|
207 | <None Include="GeneratedCode\DomainModel.tt">
|
---|
208 | <Generator>TextTemplatingFileGenerator</Generator>
|
---|
209 | <LastGenOutput>DomainModel.cs</LastGenOutput>
|
---|
210 | </None>
|
---|
211 | <Content Include="GeneratedCode\HLSimSchema.xsd">
|
---|
212 | <AutoGen>True</AutoGen>
|
---|
213 | <DesignTime>True</DesignTime>
|
---|
214 | <DependentUpon>HLSimSchema.tt</DependentUpon>
|
---|
215 | <SubType>
|
---|
216 | </SubType>
|
---|
217 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
218 | </Content>
|
---|
219 | <None Include="GeneratedCode\Serializer.tt">
|
---|
220 | <Generator>TextTemplatingFileGenerator</Generator>
|
---|
221 | <LastGenOutput>Serializer.cs</LastGenOutput>
|
---|
222 | </None>
|
---|
223 | <None Include="GeneratedCode\Shapes.tt">
|
---|
224 | <Generator>TextTemplatingFileGenerator</Generator>
|
---|
225 | <LastGenOutput>Shapes.cs</LastGenOutput>
|
---|
226 | </None>
|
---|
227 | <None Include="GeneratedCode\ToolboxHelper.tt">
|
---|
228 | <Generator>TextTemplatingFileGenerator</Generator>
|
---|
229 | <LastGenOutput>ToolboxHelper.cs</LastGenOutput>
|
---|
230 | </None>
|
---|
231 | </ItemGroup>
|
---|
232 | <ItemGroup>
|
---|
233 | <Service Include="{508349B6-6B84-4df5-91F0-309BEEBAD82D}" />
|
---|
234 | </ItemGroup>
|
---|
235 | <ItemGroup>
|
---|
236 | <EmbeddedResource Include="GeneratedCode\DomainModelResx.resx">
|
---|
237 | <AutoGen>True</AutoGen>
|
---|
238 | <DesignTime>True</DesignTime>
|
---|
239 | <DependentUpon>DomainModelResx.tt</DependentUpon>
|
---|
240 | <SubType>Designer</SubType>
|
---|
241 | </EmbeddedResource>
|
---|
242 | </ItemGroup>
|
---|
243 | <PropertyGroup>
|
---|
244 | </PropertyGroup>
|
---|
245 | <ItemGroup>
|
---|
246 | <CodeAnalysisDictionary Include="..\CodeAnalysisDictionary.xml">
|
---|
247 | <Link>CodeAnalysisDictionary.xml</Link>
|
---|
248 | </CodeAnalysisDictionary>
|
---|
249 | <Content Include="Resources\ExampleConnectorToolBitmap.bmp" />
|
---|
250 | <Content Include="Resources\ExampleShapeToolBitmap.bmp" />
|
---|
251 | <EmbeddedResource Include="Resources\ConnectorSourceSearch.cur" />
|
---|
252 | <EmbeddedResource Include="Resources\ConnectorTargetSearch.cur" />
|
---|
253 | </ItemGroup>
|
---|
254 | </Project> |
---|