OSDN Git Service

.
[codecoverage/main.git] / CoverageTool / CoverageTool.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="3.5" 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)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.30729</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{81DDD59B-6631-4EDE-9363-64B87F8EB19A}</ProjectGuid>\r
9     <OutputType>WinExe</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>CoverageTool</RootNamespace>\r
12     <AssemblyName>CoverageTool</AssemblyName>\r
13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
14     <FileAlignment>512</FileAlignment>\r
15   </PropertyGroup>\r
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
17     <DebugSymbols>true</DebugSymbols>\r
18     <DebugType>full</DebugType>\r
19     <Optimize>false</Optimize>\r
20     <OutputPath>bin\Debug\</OutputPath>\r
21     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
22     <ErrorReport>prompt</ErrorReport>\r
23     <WarningLevel>4</WarningLevel>\r
24   </PropertyGroup>\r
25   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
26     <DebugType>pdbonly</DebugType>\r
27     <Optimize>true</Optimize>\r
28     <OutputPath>bin\Release\</OutputPath>\r
29     <DefineConstants>TRACE</DefineConstants>\r
30     <ErrorReport>prompt</ErrorReport>\r
31     <WarningLevel>4</WarningLevel>\r
32   </PropertyGroup>\r
33   <ItemGroup>\r
34     <Reference Include="Paraiba, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">\r
35       <SpecificVersion>False</SpecificVersion>\r
36       <HintPath>..\lib\Paraiba.dll</HintPath>\r
37     </Reference>\r
38     <Reference Include="System" />\r
39     <Reference Include="System.Core">\r
40       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
41     </Reference>\r
42     <Reference Include="System.Xml.Linq">\r
43       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
44     </Reference>\r
45     <Reference Include="System.Data.DataSetExtensions">\r
46       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
47     </Reference>\r
48     <Reference Include="System.Data" />\r
49     <Reference Include="System.Deployment" />\r
50     <Reference Include="System.Drawing" />\r
51     <Reference Include="System.Windows.Forms" />\r
52     <Reference Include="System.Xml" />\r
53   </ItemGroup>\r
54   <ItemGroup>\r
55     <Compile Include="MainForm.cs">\r
56       <SubType>Form</SubType>\r
57     </Compile>\r
58     <Compile Include="MainForm.Designer.cs">\r
59       <DependentUpon>MainForm.cs</DependentUpon>\r
60     </Compile>\r
61     <Compile Include="Program.cs" />\r
62     <Compile Include="Properties\AssemblyInfo.cs" />\r
63     <EmbeddedResource Include="MainForm.resx">\r
64       <DependentUpon>MainForm.cs</DependentUpon>\r
65     </EmbeddedResource>\r
66     <EmbeddedResource Include="Properties\Resources.resx">\r
67       <Generator>ResXFileCodeGenerator</Generator>\r
68       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
69       <SubType>Designer</SubType>\r
70     </EmbeddedResource>\r
71     <Compile Include="Properties\Resources.Designer.cs">\r
72       <AutoGen>True</AutoGen>\r
73       <DependentUpon>Resources.resx</DependentUpon>\r
74     </Compile>\r
75     <None Include="Properties\Settings.settings">\r
76       <Generator>SettingsSingleFileGenerator</Generator>\r
77       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
78     </None>\r
79     <Compile Include="Properties\Settings.Designer.cs">\r
80       <AutoGen>True</AutoGen>\r
81       <DependentUpon>Settings.settings</DependentUpon>\r
82       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
83     </Compile>\r
84   </ItemGroup>\r
85   <ItemGroup>\r
86     <ProjectReference Include="..\CoverageFramework\CoverageFramework.csproj">\r
87       <Project>{3616296C-1F01-4CE5-ADC1-491074B6BC71}</Project>\r
88       <Name>CoverageFramework</Name>\r
89     </ProjectReference>\r
90   </ItemGroup>\r
91   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
92   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
93        Other similar extension points exist, see Microsoft.Common.targets.\r
94   <Target Name="BeforeBuild">\r
95   </Target>\r
96   <Target Name="AfterBuild">\r
97   </Target>\r
98   -->\r
99 </Project>