/snippets/peg-parser/JSParser.GUI/JSParser.GUI-VS-2010.csproj

http://github.com/saidai-no/nemerle · MSBuild · 114 lines · 114 code · 0 blank · 0 comment · 10 complexity · 9e4aa1b02b89ec418e6cdd2fa3257a4d MD5 · raw file

  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. <ProjectGuid>{E1D04553-80B1-48C9-9256-B14BF4C2F2B0}</ProjectGuid>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  7. <Nemerle Condition=" '$(Nemerle)' == '' ">$(ProgramFiles)\Nemerle\Net-4.0</Nemerle>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>Test</RootNamespace>
  10. <AssemblyName>JSParser.GUI</AssemblyName>
  11. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <FileUpgradeFlags>
  14. </FileUpgradeFlags>
  15. <OldToolsVersion>3.5</OldToolsVersion>
  16. <UpgradeBackupLocation />
  17. <TargetFrameworkProfile />
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Platform)' == 'x86' ">
  20. <PlatformTarget>x86</PlatformTarget>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DebugSymbols>True</DebugSymbols>
  25. <DebugType>Full</DebugType>
  26. <Optimize>False</Optimize>
  27. <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
  28. <DefineConstants>DEBUG;TRACE</DefineConstants>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DebugSymbols>False</DebugSymbols>
  33. <DebugType>None</DebugType>
  34. <Optimize>True</Optimize>
  35. <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
  36. <DefineConstants>TRACE</DefineConstants>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  39. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  42. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  43. <OutputPath>bin\Net-4\Release\</OutputPath>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  46. <DebugSymbols>true</DebugSymbols>
  47. <OutputPath>bin\Net-4\Debug\</OutputPath>
  48. <DefineConstants>DEBUG;TRACE</DefineConstants>
  49. <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
  50. <DebugType>Full</DebugType>
  51. <PlatformTarget>AnyCPU</PlatformTarget>
  52. <CodeAnalysisLogFile>bin\Debug\JSParser.GUI.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  53. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  54. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  55. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  56. <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  57. <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
  58. <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  59. <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  60. <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
  63. <OutputPath>bin\Release\</OutputPath>
  64. <DefineConstants>TRACE</DefineConstants>
  65. <Optimize>true</Optimize>
  66. <DebugType>None</DebugType>
  67. <PlatformTarget>AnyCPU</PlatformTarget>
  68. <CodeAnalysisLogFile>bin\Release\JSParser.GUI.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  69. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  70. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  71. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  72. <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  73. <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
  74. <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  75. <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  76. </PropertyGroup>
  77. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
  78. <ItemGroup>
  79. <Reference Include="Nemerle">
  80. <HintPath>$(Nemerle)\Nemerle.dll</HintPath>
  81. </Reference>
  82. <Reference Include="System" />
  83. <Reference Include="System.Data" />
  84. <Reference Include="System.Drawing" />
  85. <Reference Include="System.Windows.Forms" />
  86. <Reference Include="System.Xml" />
  87. </ItemGroup>
  88. <ItemGroup>
  89. <Compile Include="MainForm.cs">
  90. <SubType>Form</SubType>
  91. </Compile>
  92. <Compile Include="MainForm.Designer.cs">
  93. <DependentUpon>MainForm.cs</DependentUpon>
  94. </Compile>
  95. <Compile Include="Program.cs" />
  96. <Compile Include="Properties\AssemblyInfo.cs" />
  97. <EmbeddedResource Include="MainForm.resx">
  98. <DependentUpon>MainForm.cs</DependentUpon>
  99. </EmbeddedResource>
  100. </ItemGroup>
  101. <ItemGroup>
  102. <None Include="app.config" />
  103. </ItemGroup>
  104. <ItemGroup>
  105. <ProjectReference Include="..\JSParser\JSParser-VS_2010.nproj">
  106. <Project>{F440F161-D644-4004-B4F0-A9DFA001039E}</Project>
  107. <Name>JSParser-VS_2010</Name>
  108. </ProjectReference>
  109. <ProjectReference Include="..\Nemerle.Peg\Nemerle.Peg-VS_2010.nproj">
  110. <Project>{76DB8B13-A01A-47BD-98BE-F2D3755770FE}</Project>
  111. <Name>Nemerle.Peg-VS_2010</Name>
  112. </ProjectReference>
  113. </ItemGroup>
  114. </Project>