1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
3 | <PropertyGroup>
|
---|
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
6 | <ProjectGuid>{94073310-27AB-4C93-8FDD-3D35824AE3F7}</ProjectGuid>
|
---|
7 | <OutputType>Library</OutputType>
|
---|
8 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
9 | <RootNamespace>Test</RootNamespace>
|
---|
10 | <AssemblyName>Test</AssemblyName>
|
---|
11 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
12 | <FileAlignment>512</FileAlignment>
|
---|
13 | <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
---|
14 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
---|
15 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
---|
16 | <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
|
---|
17 | <IsCodedUITest>False</IsCodedUITest>
|
---|
18 | <TestProjectType>UnitTest</TestProjectType>
|
---|
19 | </PropertyGroup>
|
---|
20 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
21 | <DebugSymbols>true</DebugSymbols>
|
---|
22 | <DebugType>full</DebugType>
|
---|
23 | <Optimize>false</Optimize>
|
---|
24 | <OutputPath>bin\Debug\</OutputPath>
|
---|
25 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
26 | <ErrorReport>prompt</ErrorReport>
|
---|
27 | <WarningLevel>4</WarningLevel>
|
---|
28 | </PropertyGroup>
|
---|
29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
30 | <DebugType>pdbonly</DebugType>
|
---|
31 | <Optimize>true</Optimize>
|
---|
32 | <OutputPath>bin\Release\</OutputPath>
|
---|
33 | <DefineConstants>TRACE</DefineConstants>
|
---|
34 | <ErrorReport>prompt</ErrorReport>
|
---|
35 | <WarningLevel>4</WarningLevel>
|
---|
36 | </PropertyGroup>
|
---|
37 | <Choose>
|
---|
38 | <When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
|
---|
39 | <ItemGroup>
|
---|
40 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
---|
41 | </ItemGroup>
|
---|
42 | </When>
|
---|
43 | <Otherwise>
|
---|
44 | <ItemGroup>
|
---|
45 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
|
---|
46 | </ItemGroup>
|
---|
47 | </Otherwise>
|
---|
48 | </Choose>
|
---|
49 | <ItemGroup>
|
---|
50 | <Compile Include="TestGrammar.cs" />
|
---|
51 | <Compile Include="TestGpdlCompiler.cs" />
|
---|
52 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
53 | </ItemGroup>
|
---|
54 | <ItemGroup>
|
---|
55 | <ProjectReference Include="..\HeuristicLab.Grammars\3.3\HeuristicLab.Grammars-3.3.csproj">
|
---|
56 | <Project>{a5452b63-b33b-4f9f-9e81-98b75edb5612}</Project>
|
---|
57 | <Name>HeuristicLab.Grammars-3.3</Name>
|
---|
58 | </ProjectReference>
|
---|
59 | <ProjectReference Include="..\HeuristicLab.Problems.GPDL\3.4\HeuristicLab.Problems.GPDL-3.4.csproj">
|
---|
60 | <Project>{E4EE5AFB-D552-447B-8A16-6CBE7938AF32}</Project>
|
---|
61 | <Name>HeuristicLab.Problems.GPDL-3.4</Name>
|
---|
62 | <Private>True</Private>
|
---|
63 | </ProjectReference>
|
---|
64 | </ItemGroup>
|
---|
65 | <ItemGroup>
|
---|
66 | <None Include="NoNonTerminal.gpdl">
|
---|
67 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
68 | </None>
|
---|
69 | <None Include="MissingRule.gpdl">
|
---|
70 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
71 | </None>
|
---|
72 | <None Include="DupSymbol.gpdl">
|
---|
73 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
74 | </None>
|
---|
75 | </ItemGroup>
|
---|
76 | <Choose>
|
---|
77 | <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
|
---|
78 | <ItemGroup>
|
---|
79 | <Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
80 | <Private>False</Private>
|
---|
81 | </Reference>
|
---|
82 | <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
83 | <Private>False</Private>
|
---|
84 | </Reference>
|
---|
85 | <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
86 | <Private>False</Private>
|
---|
87 | </Reference>
|
---|
88 | <Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
89 | <Private>False</Private>
|
---|
90 | </Reference>
|
---|
91 | </ItemGroup>
|
---|
92 | </When>
|
---|
93 | </Choose>
|
---|
94 | <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
|
---|
95 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
96 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
97 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
98 | <Target Name="BeforeBuild">
|
---|
99 | </Target>
|
---|
100 | <Target Name="AfterBuild">
|
---|
101 | </Target>
|
---|
102 | -->
|
---|
103 | </Project> |
---|