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