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.20723</ProductVersion>
|
---|
9 | <SchemaVersion>2.0</SchemaVersion>
|
---|
10 | <ProjectGuid>{FE73F7F2-756D-4831-9A6E-AF562A920EEA}</ProjectGuid>
|
---|
11 | <ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
---|
12 | <OutputType>Library</OutputType>
|
---|
13 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
14 | <ApplicationIcon>Resources\File.ico</ApplicationIcon>
|
---|
15 | <RootNamespace>HeuristicLab.SimulationCore</RootNamespace>
|
---|
16 | <AssemblyName>HeuristicLab.SimulationCore.DslPackage</AssemblyName>
|
---|
17 | <AssemblyOriginatorKeyFile>..\Key.snk</AssemblyOriginatorKeyFile>
|
---|
18 | <AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode>
|
---|
19 | <SignAssembly>true</SignAssembly>
|
---|
20 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
21 | <ClearToolboxCacheInExpHive>true</ClearToolboxCacheInExpHive>
|
---|
22 | <StartupObject>
|
---|
23 | </StartupObject>
|
---|
24 | <MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
|
---|
25 | </PropertyGroup>
|
---|
26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
27 | <DebugSymbols>true</DebugSymbols>
|
---|
28 | <DebugType>full</DebugType>
|
---|
29 | <Optimize>false</Optimize>
|
---|
30 | <OutputPath>bin\Debug\</OutputPath>
|
---|
31 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
32 | <ErrorReport>prompt</ErrorReport>
|
---|
33 | <WarningLevel>4</WarningLevel>
|
---|
34 | </PropertyGroup>
|
---|
35 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
36 | <DebugType>pdbonly</DebugType>
|
---|
37 | <Optimize>true</Optimize>
|
---|
38 | <OutputPath>bin\Release\</OutputPath>
|
---|
39 | <DefineConstants>TRACE</DefineConstants>
|
---|
40 | <ErrorReport>prompt</ErrorReport>
|
---|
41 | <WarningLevel>4</WarningLevel>
|
---|
42 | </PropertyGroup>
|
---|
43 | <!-- Properties for VSSDK/DSL Targets: Must be defined before importing the targets -->
|
---|
44 | <PropertyGroup>
|
---|
45 | <RegisterOutputPackage>true</RegisterOutputPackage>
|
---|
46 | <RegisterWithCodebase>true</RegisterWithCodebase>
|
---|
47 | <GacTargetOutput>false</GacTargetOutput>
|
---|
48 | <TransformOnBuild>True</TransformOnBuild>
|
---|
49 | </PropertyGroup>
|
---|
50 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
51 | <Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)'!=''" />
|
---|
52 | <Import Project="$(DslTargetsPath)\Microsoft.DSLTools.targets" />
|
---|
53 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
54 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
55 | <Target Name="BeforeBuild">
|
---|
56 | </Target>
|
---|
57 | <Target Name="AfterBuild">
|
---|
58 | </Target>
|
---|
59 | -->
|
---|
60 | <ItemGroup>
|
---|
61 | <Reference Include="Microsoft.VisualStudio.Modeling.Sdk$(DslToolsVersionSuffix)" />
|
---|
62 | <Reference Include="Microsoft.VisualStudio.Modeling.Sdk.Diagrams$(DslToolsVersionSuffix)" />
|
---|
63 | <Reference Include="Microsoft.VisualStudio.Modeling.Sdk.Shell$(DslToolsVersionSuffix)" />
|
---|
64 | <Reference Include="Microsoft.VisualStudio.OLE.Interop" />
|
---|
65 | <Reference Include="Microsoft.VisualStudio.Shell$(MpfVersionSuffix)" />
|
---|
66 | <Reference Include="Microsoft.VisualStudio.Shell.Immutable.10.0" />
|
---|
67 | <Reference Include="Microsoft.VisualStudio.Shell.Immutable.11.0" />
|
---|
68 | <Reference Include="Microsoft.VisualStudio.Shell.Interop" />
|
---|
69 | <Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0" />
|
---|
70 | <Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0" />
|
---|
71 | <Reference Include="Microsoft.VisualStudio.Shell.Interop.10.0" />
|
---|
72 | <Reference Include="Microsoft.VisualStudio.Shell.Interop.11.0">
|
---|
73 | <EmbedInteropTypes>true</EmbedInteropTypes>
|
---|
74 | </Reference>
|
---|
75 | <Reference Include="Microsoft.VisualStudio.TextManager.Interop" />
|
---|
76 | <Reference Include="Microsoft.VisualStudio.TextTemplating.Interfaces.11.0" />
|
---|
77 | <Reference Include="Microsoft.VisualStudio.TextTemplating$(T4VersionSuffix)" />
|
---|
78 | <Reference Include="Microsoft.VisualStudio.TextTemplating.VSHost$(T4VersionSuffix)" />
|
---|
79 | <Reference Include="System" />
|
---|
80 | <Reference Include="System.ComponentModel.Composition" />
|
---|
81 | <Reference Include="System.Core">
|
---|
82 | <RequiredTargetFramework>4.0</RequiredTargetFramework>
|
---|
83 | </Reference>
|
---|
84 | <Reference Include="System.Drawing" />
|
---|
85 | <Reference Include="System.Windows.Forms" />
|
---|
86 | <Reference Include="System.Xaml" />
|
---|
87 | <Reference Include="WindowsBase">
|
---|
88 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
89 | </Reference>
|
---|
90 | <Reference Include="Microsoft.VisualStudio.TextTemplating.Interfaces.10.0" />
|
---|
91 | <Reference Include="Microsoft.VisualStudio.TextTemplating.Interfaces.12.0" />
|
---|
92 | <Reference Include="Microsoft.VisualStudio.Shell.Interop.12.0" />
|
---|
93 | </ItemGroup>
|
---|
94 | <ItemGroup>
|
---|
95 | <Compile Include="GeneratedCode\CommandSet.cs">
|
---|
96 | <AutoGen>True</AutoGen>
|
---|
97 | <DesignTime>True</DesignTime>
|
---|
98 | <DependentUpon>CommandSet.tt</DependentUpon>
|
---|
99 | </Compile>
|
---|
100 | <None Include="source.extension.tt">
|
---|
101 | <Generator>TextTemplatingFileGenerator</Generator>
|
---|
102 | <LastGenOutput>source.extension.vsixmanifest</LastGenOutput>
|
---|
103 | </None>
|
---|
104 | <None Include="source.extension.vsixmanifest">
|
---|
105 | <AutoGen>True</AutoGen>
|
---|
106 | <DesignTime>True</DesignTime>
|
---|
107 | <DependentUpon>source.extension.tt</DependentUpon>
|
---|
108 | <SubType>Designer</SubType>
|
---|
109 | </None>
|
---|
110 | <None Include="GeneratedCode\Constants.tt">
|
---|
111 | <Generator>TextTemplatingFileGenerator</Generator>
|
---|
112 | <LastGenOutput>Constants.cs</LastGenOutput>
|
---|
113 | </None>
|
---|
114 | <Compile Include="GeneratedCode\Constants.cs">
|
---|
115 | <AutoGen>True</AutoGen>
|
---|
116 | <DesignTime>True</DesignTime>
|
---|
117 | <DependentUpon>Constants.tt</DependentUpon>
|
---|
118 | </Compile>
|
---|
119 | <None Include="GeneratedCode\DocData.tt">
|
---|
120 | <Generator>TextTemplatingFileGenerator</Generator>
|
---|
121 | <LastGenOutput>DocData.cs</LastGenOutput>
|
---|
122 | </None>
|
---|
123 | <Compile Include="GeneratedCode\DocData.cs">
|
---|
124 | <AutoGen>True</AutoGen>
|
---|
125 | <DesignTime>True</DesignTime>
|
---|
126 | <DependentUpon>DocData.tt</DependentUpon>
|
---|
127 | </Compile>
|
---|
128 | <None Include="GeneratedCode\DocView.tt">
|
---|
129 | <Generator>TextTemplatingFileGenerator</Generator>
|
---|
130 | <LastGenOutput>DocView.cs</LastGenOutput>
|
---|
131 | </None>
|
---|
132 | <Compile Include="GeneratedCode\DocView.cs">
|
---|
133 | <AutoGen>True</AutoGen>
|
---|
134 | <DesignTime>True</DesignTime>
|
---|
135 | <DependentUpon>DocView.tt</DependentUpon>
|
---|
136 | </Compile>
|
---|
137 | <Compile Include="GeneratedCode\EditorFactory.cs">
|
---|
138 | <AutoGen>True</AutoGen>
|
---|
139 | <DesignTime>True</DesignTime>
|
---|
140 | <DependentUpon>EditorFactory.tt</DependentUpon>
|
---|
141 | </Compile>
|
---|
142 | <Compile Include="GeneratedCode\ModelExplorer.cs">
|
---|
143 | <AutoGen>True</AutoGen>
|
---|
144 | <DesignTime>True</DesignTime>
|
---|
145 | <DependentUpon>ModelExplorer.tt</DependentUpon>
|
---|
146 | <SubType>Component</SubType>
|
---|
147 | </Compile>
|
---|
148 | <Compile Include="GeneratedCode\ModelExplorerToolWindow.cs">
|
---|
149 | <AutoGen>True</AutoGen>
|
---|
150 | <DesignTime>True</DesignTime>
|
---|
151 | <DependentUpon>ModelExplorerToolWindow.tt</DependentUpon>
|
---|
152 | </Compile>
|
---|
153 | <None Include="GeneratedCode\ModelExplorer.tt">
|
---|
154 | <Generator>TextTemplatingFileGenerator</Generator>
|
---|
155 | <LastGenOutput>ModelExplorer.cs</LastGenOutput>
|
---|
156 | </None>
|
---|
157 | <Compile Include="GeneratedCode\Package.cs">
|
---|
158 | <AutoGen>True</AutoGen>
|
---|
159 | <DesignTime>True</DesignTime>
|
---|
160 | <DependentUpon>Package.tt</DependentUpon>
|
---|
161 | </Compile>
|
---|
162 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
163 | <None Include="GeneratedCode\EditorFactory.tt">
|
---|
164 | <Generator>TextTemplatingFileGenerator</Generator>
|
---|
165 | <LastGenOutput>EditorFactory.cs</LastGenOutput>
|
---|
166 | </None>
|
---|
167 | <None Include="GeneratedCode\ModelExplorerToolWindow.tt">
|
---|
168 | <Generator>TextTemplatingFileGenerator</Generator>
|
---|
169 | <LastGenOutput>ModelExplorerToolWindow.cs</LastGenOutput>
|
---|
170 | </None>
|
---|
171 | <None Include="GeneratedCode\Package.tt">
|
---|
172 | <Generator>TextTemplatingFileGenerator</Generator>
|
---|
173 | <LastGenOutput>Package.cs</LastGenOutput>
|
---|
174 | </None>
|
---|
175 | </ItemGroup>
|
---|
176 | <ItemGroup>
|
---|
177 | <ProjectReference Include="..\Dsl\Dsl.csproj">
|
---|
178 | <Project>{946658e8-06b1-4849-b14e-64721327c87f}</Project>
|
---|
179 | <Name>Dsl</Name>
|
---|
180 | <IncludeOutputGroupsInVSIX>
|
---|
181 | BuiltProjectOutputGroup;
|
---|
182 | </IncludeOutputGroupsInVSIX>
|
---|
183 | <IncludeOutputGroupsInVSIXLocalOnly>
|
---|
184 | DebugSymbolsProjectOutputGroup;
|
---|
185 | </IncludeOutputGroupsInVSIXLocalOnly>
|
---|
186 | </ProjectReference>
|
---|
187 | </ItemGroup>
|
---|
188 | <ItemGroup>
|
---|
189 | <Service Include="{508349B6-6B84-4df5-91F0-309BEEBAD82D}" />
|
---|
190 | </ItemGroup>
|
---|
191 | <ItemGroup>
|
---|
192 | <EmbeddedResource Include="VSPackage.resx">
|
---|
193 | <SubType>Designer</SubType>
|
---|
194 | <MergeWithCTO>true</MergeWithCTO>
|
---|
195 | <ManifestResourceName>VSPackage</ManifestResourceName>
|
---|
196 | </EmbeddedResource>
|
---|
197 | </ItemGroup>
|
---|
198 | <ItemGroup>
|
---|
199 | <VSItemTemplate Include="ProjectItemTemplates\CSharp.vstemplate">
|
---|
200 | <OutputName>HLSim</OutputName>
|
---|
201 | <AutoGen>True</AutoGen>
|
---|
202 | <DesignTime>True</DesignTime>
|
---|
203 | <DependentUpon>CSharp.tt</DependentUpon>
|
---|
204 | </VSItemTemplate>
|
---|
205 | <None Include="Resources\File.ico" />
|
---|
206 | </ItemGroup>
|
---|
207 | <ItemGroup>
|
---|
208 | <None Include="..\Key.snk">
|
---|
209 | <Link>Key.snk</Link>
|
---|
210 | </None>
|
---|
211 | <VSCTCompile Include="Commands.vsct">
|
---|
212 | <ResourceName>1000.ctmenu</ResourceName>
|
---|
213 | </VSCTCompile>
|
---|
214 | <None Include="GeneratedCode\CommandSet.tt">
|
---|
215 | <Generator>TextTemplatingFileGenerator</Generator>
|
---|
216 | <LastGenOutput>CommandSet.cs</LastGenOutput>
|
---|
217 | </None>
|
---|
218 | <None Include="GeneratedCode\GeneratedVSCT.tt">
|
---|
219 | <Generator>TextTemplatingFileGenerator</Generator>
|
---|
220 | <LastGenOutput>GeneratedVSCT.vsct</LastGenOutput>
|
---|
221 | </None>
|
---|
222 | <None Include="GeneratedCode\GeneratedVSCT.vsct">
|
---|
223 | <AutoGen>True</AutoGen>
|
---|
224 | <DesignTime>True</DesignTime>
|
---|
225 | <DependentUpon>GeneratedVSCT.tt</DependentUpon>
|
---|
226 | </None>
|
---|
227 | <None Include="ProjectItemTemplates\CSharp.tt">
|
---|
228 | <Generator>TextTemplatingFileGenerator</Generator>
|
---|
229 | <LastGenOutput>CSharp.vstemplate</LastGenOutput>
|
---|
230 | </None>
|
---|
231 | <None Include="ProjectItemTemplates\hlsim.hlsim" />
|
---|
232 | <None Include="ProjectItemTemplates\hlsim.diagram" />
|
---|
233 | </ItemGroup>
|
---|
234 | <PropertyGroup>
|
---|
235 | <StartProgram>$(DevEnvDir)\devenv.exe</StartProgram>
|
---|
236 | <StartAction>Program</StartAction>
|
---|
237 | <StartArguments>/rootsuffix Exp "..\..\..\Debugging\Debugging.sln"</StartArguments>
|
---|
238 | </PropertyGroup>
|
---|
239 | <ItemGroup>
|
---|
240 | <CodeAnalysisDictionary Include="..\CodeAnalysisDictionary.xml">
|
---|
241 | <Link>CodeAnalysisDictionary.xml</Link>
|
---|
242 | </CodeAnalysisDictionary>
|
---|
243 | <Content Include="Resources\ModelExplorerToolWindowBitmaps.bmp" />
|
---|
244 | </ItemGroup>
|
---|
245 | </Project> |
---|