print: Fix printing sample dependency info.
[L-SMASH.git] / windows / dllexportgen.csproj
blob6e997376bc61bbdb17317febff6427c06f3e3ff3
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="12.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>{4BCB601E-A480-4DCE-95DD-F4737D9D57C9}</ProjectGuid>
8     <OutputType>Exe</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>dllexportgen</RootNamespace>
11     <AssemblyName>dllexportgen</AssemblyName>
12     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13     <FileAlignment>512</FileAlignment>
14   </PropertyGroup>
15   <PropertyGroup>
16     <StartupObject>dllexportgen.dllexportgen</StartupObject>
17   </PropertyGroup>
18   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
19     <DebugSymbols>true</DebugSymbols>
20     <OutputPath>bin\x86\Debug\</OutputPath>
21     <DefineConstants>DEBUG;TRACE</DefineConstants>
22     <DebugType>full</DebugType>
23     <PlatformTarget>x86</PlatformTarget>
24     <ErrorReport>prompt</ErrorReport>
25     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
26     <Prefer32Bit>true</Prefer32Bit>
27   </PropertyGroup>
28   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
29     <OutputPath>bin\x86\Release\</OutputPath>
30     <DefineConstants>TRACE</DefineConstants>
31     <Optimize>true</Optimize>
32     <DebugType>pdbonly</DebugType>
33     <PlatformTarget>x86</PlatformTarget>
34     <ErrorReport>prompt</ErrorReport>
35     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
36     <Prefer32Bit>true</Prefer32Bit>
37   </PropertyGroup>
38   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CLIRelease|x86'">
39     <OutputPath>bin\x86\CLIRelease\</OutputPath>
40     <DefineConstants>TRACE</DefineConstants>
41     <Optimize>true</Optimize>
42     <DebugType>pdbonly</DebugType>
43     <PlatformTarget>x86</PlatformTarget>
44     <ErrorReport>prompt</ErrorReport>
45     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
46     <Prefer32Bit>true</Prefer32Bit>
47   </PropertyGroup>
48   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CLIDebug|x86'">
49     <DebugSymbols>true</DebugSymbols>
50     <OutputPath>bin\x86\CLIDebug\</OutputPath>
51     <DefineConstants>DEBUG;TRACE</DefineConstants>
52     <DebugType>full</DebugType>
53     <PlatformTarget>x86</PlatformTarget>
54     <ErrorReport>prompt</ErrorReport>
55     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
56     <Prefer32Bit>true</Prefer32Bit>
57   </PropertyGroup>
58   <ItemGroup>
59     <Reference Include="System" />
60     <Reference Include="System.Core" />
61     <Reference Include="System.Xml.Linq" />
62     <Reference Include="System.Data.DataSetExtensions" />
63     <Reference Include="Microsoft.CSharp" />
64     <Reference Include="System.Data" />
65     <Reference Include="System.Xml" />
66   </ItemGroup>
67   <ItemGroup>
68     <Compile Include="dllexportgen.cs" />
69   </ItemGroup>
70   <ItemGroup>
71     <None Include="App.config" />
72   </ItemGroup>
73   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
74   <PropertyGroup>
75     <PostBuildEvent>$(TargetPath) $(SolutionDir)</PostBuildEvent>
76   </PropertyGroup>
77   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
78        Other similar extension points exist, see Microsoft.Common.targets.
79   <Target Name="BeforeBuild">
80   </Target>
81   <Target Name="AfterBuild">
82   </Target>
83   -->
84 </Project>