[interp] run regression with all combinations of available optimizations (#17644)
[mono-project.git] / msvc / scripts / genconsts.csproj
blob3a2c5136639eb9c03ffe948152bd400e5a0c92de
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">Any CPU</Platform>
6     <OutputType>Exe</OutputType>
7     <AssemblyName>genconsts</AssemblyName>
8     <DebugSymbols>true</DebugSymbols>
9     <DebugType>full</DebugType>
10     <Optimize>false</Optimize>
11     <DefineConstants>TRACE;DEBUG</DefineConstants>
12     <OutputPath>.\</OutputPath>
13     <ProjectGuid>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</ProjectGuid>
14     <RunPostBuildEvent>Always</RunPostBuildEvent>
15   </PropertyGroup>
16   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
17   <PropertyGroup>
18     <PostBuildEvent>cd $(MSBuildProjectDirectory)
19 $(TargetPath)</PostBuildEvent>
20   </PropertyGroup>
21   <ItemGroup>
22     <Compile Include="genconsts.cs" />
23     <Reference Include="System" />
24   </ItemGroup>
25 </Project>