StructsValidator.csproj 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{CA2EC759-D4EC-46E4-9592-9C55B0649D81}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>StructsValidator</RootNamespace>
  11. <AssemblyName>StructsValidator</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <PlatformTarget>x64</PlatformTarget>
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <ItemGroup>
  26. <Reference Include="System" />
  27. <Reference Include="System.Core" />
  28. <Reference Include="System.Xml.Linq" />
  29. <Reference Include="System.Data.DataSetExtensions" />
  30. <Reference Include="Microsoft.CSharp" />
  31. <Reference Include="System.Data" />
  32. <Reference Include="System.Net.Http" />
  33. <Reference Include="System.Xml" />
  34. </ItemGroup>
  35. <ItemGroup>
  36. <Compile Include="Program.cs" />
  37. <Compile Include="Properties\AssemblyInfo.cs" />
  38. </ItemGroup>
  39. <ItemGroup>
  40. <None Include="App.config" />
  41. </ItemGroup>
  42. <ItemGroup>
  43. <ProjectReference Include="..\..\Bindings\Portable\Urho.csproj">
  44. <Project>{641886db-2c6c-4d33-88da-97bec0ec5f86}</Project>
  45. <Name>Urho</Name>
  46. </ProjectReference>
  47. </ItemGroup>
  48. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  49. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  50. Other similar extension points exist, see Microsoft.Common.targets.
  51. <Target Name="BeforeBuild">
  52. </Target>
  53. <Target Name="AfterBuild">
  54. </Target>
  55. -->
  56. </Project>