OSDN Git Service

.
[codecoverage/main.git] / CoverageFramework / CoverageFramework.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>{3616296C-1F01-4CE5-ADC1-491074B6BC71}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>CoverageFramework</RootNamespace>\r
12     <AssemblyName>CoverageFramework</AssemblyName>\r
13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
14     <FileAlignment>512</FileAlignment>\r
15     <StartupObject>\r
16     </StartupObject>\r
17     <IsWebBootstrapper>false</IsWebBootstrapper>\r
18     <PublishUrl>publish\</PublishUrl>\r
19     <Install>true</Install>\r
20     <InstallFrom>Disk</InstallFrom>\r
21     <UpdateEnabled>false</UpdateEnabled>\r
22     <UpdateMode>Foreground</UpdateMode>\r
23     <UpdateInterval>7</UpdateInterval>\r
24     <UpdateIntervalUnits>Days</UpdateIntervalUnits>\r
25     <UpdatePeriodically>false</UpdatePeriodically>\r
26     <UpdateRequired>false</UpdateRequired>\r
27     <MapFileExtensions>true</MapFileExtensions>\r
28     <ApplicationRevision>0</ApplicationRevision>\r
29     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>\r
30     <UseApplicationTrust>false</UseApplicationTrust>\r
31     <BootstrapperEnabled>true</BootstrapperEnabled>\r
32   </PropertyGroup>\r
33   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
34     <DebugSymbols>true</DebugSymbols>\r
35     <DebugType>full</DebugType>\r
36     <Optimize>false</Optimize>\r
37     <OutputPath>..\Debug\</OutputPath>\r
38     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
39     <ErrorReport>prompt</ErrorReport>\r
40     <WarningLevel>4</WarningLevel>\r
41   </PropertyGroup>\r
42   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
43     <DebugType>pdbonly</DebugType>\r
44     <Optimize>true</Optimize>\r
45     <OutputPath>..\Release\</OutputPath>\r
46     <DefineConstants>TRACE</DefineConstants>\r
47     <ErrorReport>prompt</ErrorReport>\r
48     <WarningLevel>4</WarningLevel>\r
49   </PropertyGroup>\r
50   <ItemGroup>\r
51     <Reference Include="Paraiba, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">\r
52       <SpecificVersion>False</SpecificVersion>\r
53       <HintPath>..\lib\Paraiba.dll</HintPath>\r
54     </Reference>\r
55     <Reference Include="System" />\r
56     <Reference Include="System.ComponentModel.Composition, Version=2008.11.24.0, Culture=neutral, processorArchitecture=MSIL">\r
57       <SpecificVersion>False</SpecificVersion>\r
58       <HintPath>..\lib\System.ComponentModel.Composition.dll</HintPath>\r
59     </Reference>\r
60     <Reference Include="System.Core">\r
61       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
62     </Reference>\r
63     <Reference Include="System.Drawing" />\r
64     <Reference Include="System.Windows.Forms" />\r
65     <Reference Include="System.Xml.Linq">\r
66       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
67     </Reference>\r
68     <Reference Include="System.Data.DataSetExtensions">\r
69       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
70     </Reference>\r
71     <Reference Include="System.Data" />\r
72     <Reference Include="System.Xml" />\r
73   </ItemGroup>\r
74   <ItemGroup>\r
75     <Compile Include="AstGenerator\AstGenerator.cs" />\r
76     <Compile Include="AstGenerator\Python3\AstGenerator.cs" />\r
77     <Compile Include="Element\Selector\C2\ConditionalTermSelector.cs" />\r
78     <Compile Include="Element\Selector\C2\IfConditionSelector.cs" />\r
79     <Compile Include="Element\Selector\C2\LackingBlockSelector.cs" />\r
80     <Compile Include="Element\Selector\C2\StatementSelector.cs" />\r
81     <Compile Include="Element\Selector\Java2\ConditionalTermSelector.cs" />\r
82     <Compile Include="Element\Selector\Java2\IfConditionSelector.cs" />\r
83     <Compile Include="Element\Selector\Java2\LackingBlockSelector.cs" />\r
84     <Compile Include="Element\Selector\Java2\StatementSelector.cs" />\r
85     <Compile Include="Element\Selector\XElementSelectorPipe.cs" />\r
86     <Compile Include="Element\Selector\XElementSelectorUnion.cs" />\r
87     <Compile Include="Extensions.cs" />\r
88     <Compile Include="Utility\InstanceFactory.cs" />\r
89     <Compile Include="AstGenerator\C\AstGenerator.cs" />\r
90     <Compile Include="AstGenerator\IAstGenerator.cs" />\r
91     <Compile Include="AstGenerator\Java\AstGenerator.cs" />\r
92     <Compile Include="AstGenerator\Python2\AstGenerator.cs" />\r
93     <Compile Include="CodeGenerator\C\SourceCodeGeneratorForC.cs" />\r
94     <Compile Include="CodeGenerator\ISourceCodeGenerator.cs" />\r
95     <Compile Include="CodeGenerator\Java\SourceCodeGeneratorForJava.cs" />\r
96     <Compile Include="CodeGenerator\Python\SourceCodeGeneratorForPython.cs" />\r
97     <Compile Include="CodeGenerator\SourceCodeGenerator.cs" />\r
98     <Compile Include="CodePath.cs" />\r
99     <Compile Include="Element\Decorator\C\BlockDecoratorForC.cs" />\r
100     <Compile Include="Element\Decorator\C\BranchCoverageDecoratorForC.cs" />\r
101     <Compile Include="Element\Decorator\ITaggedXElementDecorator.cs" />\r
102     <Compile Include="Element\Decorator\ITaggedXElementDecoratorFactory.cs" />\r
103     <Compile Include="Element\Decorator\IXElementDecorator.cs" />\r
104     <Compile Include="Element\Decorator\IXElementDecoratorFactory.cs" />\r
105     <Compile Include="Element\Decorator\Java\BlockDecoratorForJava.cs" />\r
106     <Compile Include="Element\Decorator\Java\BranchCoverageDecoratorForJava.cs" />\r
107     <Compile Include="Element\Decorator\Python\BranchCoverageDecoratorForPython.cs" />\r
108     <Compile Include="Element\Decorator\TaggedXElementDecoratorFactory.cs" />\r
109     <Compile Include="Element\Decorator\XElementDecoratorFactory.cs" />\r
110     <Compile Include="Element\Generator\C\ImportGeneratorForC.cs" />\r
111     <Compile Include="Element\Generator\C\StatementCoverageGeneratorForC.cs" />\r
112     <Compile Include="Element\Generator\ITaggedXElementGenerator.cs" />\r
113     <Compile Include="Element\Generator\IXElementGenerator.cs" />\r
114     <Compile Include="Element\Generator\IXElementGeneratorFactory.cs" />\r
115     <Compile Include="Element\Generator\Java\ImportGeneratorForJava.cs" />\r
116     <Compile Include="Element\Generator\Java\StatementCoverageGeneratorForJava.cs" />\r
117     <Compile Include="Element\Generator\Python\ImportGeneratorForPython.cs" />\r
118     <Compile Include="Element\Generator\Python\StatementCoverageGeneratorForPython.cs" />\r
119     <Compile Include="Element\Generator\XElementGeneratorFactory.cs" />\r
120     <Compile Include="Element\Selector\AtomicBooleanTermSelector.cs" />\r
121     <Compile Include="Element\Selector\AtomicStatementSelector.cs" />\r
122     <Compile Include="Element\Selector\C\AtomicBooleanTermSelectorForC.cs" />\r
123     <Compile Include="Element\Selector\C\ControlFlowSelectorForC.cs" />\r
124     <Compile Include="Element\Selector\C\ControlFlowStatementSelectorForC.cs" />\r
125     <Compile Include="Element\Selector\C\DoWhileSelectorForC.cs" />\r
126     <Compile Include="Element\Selector\C\DoWhileStatementSelectorForC.cs" />\r
127     <Compile Include="Element\Selector\C\ForSelectorForC.cs" />\r
128     <Compile Include="Element\Selector\C\IfElseStatementSelectorForC.cs" />\r
129     <Compile Include="Element\Selector\C\IfSelectorForC.cs" />\r
130     <Compile Include="Element\Selector\C\LackingBlockStatementSelectorForC.cs" />\r
131     <Compile Include="Element\Selector\C\ParenthesisSelectorForC.cs" />\r
132     <Compile Include="Element\Selector\C\SwitchCaseSelectorForC.cs" />\r
133     <Compile Include="Element\Selector\C\SwitchSelectorForC.cs" />\r
134     <Compile Include="Element\Selector\C\WhileForStatementSelectorForC.cs" />\r
135     <Compile Include="Element\Selector\C\WhileSelectorForC.cs" />\r
136     <Compile Include="Element\Selector\DistinctSelector.cs" />\r
137     <Compile Include="Element\Selector\IXElementSelector.cs" />\r
138     <Compile Include="Element\Selector\IXElementRangeSelector.cs" />\r
139     <Compile Include="Element\Selector\Java\AtomicBooleanTermSelectorForJava.cs" />\r
140     <Compile Include="Element\Selector\Java\ControlFlowSelectorForJava.cs" />\r
141     <Compile Include="Element\Selector\Java\ControlFlowStatementSelectorForJava.cs" />\r
142     <Compile Include="Element\Selector\Java\DoWhileSelectorForJava.cs" />\r
143     <Compile Include="Element\Selector\Java\DoWhileStatementSelectorForJava.cs" />\r
144     <Compile Include="Element\Selector\Java\ForEachSelectorForJava.cs" />\r
145     <Compile Include="Element\Selector\Java\ForSelectorForJava.cs" />\r
146     <Compile Include="Element\Selector\Java\ForWhileStatementSelectorForJava.cs" />\r
147     <Compile Include="Element\Selector\Java\IfElseStatementSelectorForJava.cs" />\r
148     <Compile Include="Element\Selector\Java\IfSelectorForJava.cs" />\r
149     <Compile Include="Element\Selector\Java\LackingBlockStatementSelectorForJava.cs" />\r
150     <Compile Include="Element\Selector\Java\ParenthesisSelectorForJava.cs" />\r
151     <Compile Include="Element\Selector\Java\SwitchCaseSelectorForJava.cs" />\r
152     <Compile Include="Element\Selector\Java\SwitchSelectorForJava.cs" />\r
153     <Compile Include="Element\Selector\Java\WhileSelectorForJava.cs" />\r
154     <Compile Include="Element\Selector\Python3\ConditionalTermSelector.cs" />\r
155     <Compile Include="Element\Selector\Python3\ForIfConditionSelector.cs" />\r
156     <Compile Include="Element\Selector\Python3\IfConditionSelector.cs" />\r
157     <Compile Include="Element\Selector\ParenthesisSelector.cs" />\r
158     <Compile Include="Element\Selector\Python3\StatementSelector.cs" />\r
159     <Compile Include="Element\Selector\Python3\TernaryOperatorSelector.cs" />\r
160     <Compile Include="Element\Selector\Python\AtomicBooleanTermSelectorForPython.cs" />\r
161     <Compile Include="Element\Selector\Python\AtomicStatementSelectorForPython.cs" />\r
162     <Compile Include="Element\Selector\Python\ConditionalOperatorSelectorForPython.cs" />\r
163     <Compile Include="Element\Selector\Python\IfConditionExpressionSelectorForPython.cs" />\r
164     <Compile Include="Element\Selector\XElementSelector.cs" />\r
165     <Compile Include="Element\Selector\XElementRangeSelectorAnyInRangePipe.cs" />\r
166     <Compile Include="Element\Selector\XElementRangeSelectorPipe.cs" />\r
167     <Compile Include="Element\Selector\XElementRangeSelectorUnion.cs" />\r
168     <Compile Include="Embedder\BlockEmbedder.cs" />\r
169     <Compile Include="Embedder\BranchCoverageEmbedder.cs" />\r
170     <Compile Include="Embedder\ConditionCoverageEmbedder.cs" />\r
171     <Compile Include="Embedder\ImportEmbedderForJava.cs" />\r
172     <Compile Include="Embedder\ImportEmbeder.cs" />\r
173     <Compile Include="Embedder\StatementCoverageEmbedder.cs" />\r
174     <Compile Include="Embedder\SwitchCoverageEmbedder.cs" />\r
175     <Compile Include="Embedder\Tagger.cs" />\r
176     <Compile Include="Etc\ASTCleaner.cs" />\r
177     <Compile Include="Etc\XMLNodeNumberer.cs" />\r
178     <Compile Include="Model\CodePosition.cs" />\r
179     <Compile Include="Model\CoverageInfomation.cs" />\r
180     <Compile Include="Model\CoverageState.cs" />\r
181     <Compile Include="Utility\CodePositionUtil.cs" />\r
182     <Compile Include="Utility\XElementSelectorUtil.cs" />\r
183     <Compile Include="_Program.cs" />\r
184     <Compile Include="Properties\AssemblyInfo.cs" />\r
185   </ItemGroup>\r
186   <ItemGroup>\r
187     <None Include="App.Config" />\r
188     <None Include="CodeGenerator\CodeGenerator.cd" />\r
189     <Content Include="codes\covman.py">\r
190       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
191     </Content>\r
192     <None Include="Element\Selector\AtomicBooleanTermSelector.cd" />\r
193     <None Include="Element\Selector\Selector.cd" />\r
194   </ItemGroup>\r
195   <ItemGroup>\r
196     <Content Include="codes\covman.c">\r
197       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
198     </Content>\r
199     <Content Include="codes\covman.h">\r
200       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
201     </Content>\r
202     <Content Include="codes\CovMan.java">\r
203       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
204     </Content>\r
205   </ItemGroup>\r
206   <ItemGroup>\r
207     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">\r
208       <Visible>False</Visible>\r
209       <ProductName>.NET Framework Client Profile</ProductName>\r
210       <Install>false</Install>\r
211     </BootstrapperPackage>\r
212     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">\r
213       <Visible>False</Visible>\r
214       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>\r
215       <Install>false</Install>\r
216     </BootstrapperPackage>\r
217     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">\r
218       <Visible>False</Visible>\r
219       <ProductName>.NET Framework 3.0 %28x86%29</ProductName>\r
220       <Install>false</Install>\r
221     </BootstrapperPackage>\r
222     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">\r
223       <Visible>False</Visible>\r
224       <ProductName>.NET Framework 3.5</ProductName>\r
225       <Install>false</Install>\r
226     </BootstrapperPackage>\r
227     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">\r
228       <Visible>False</Visible>\r
229       <ProductName>.NET Framework 3.5 SP1</ProductName>\r
230       <Install>true</Install>\r
231     </BootstrapperPackage>\r
232     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">\r
233       <Visible>False</Visible>\r
234       <ProductName>Windows インストーラ 3.1</ProductName>\r
235       <Install>true</Install>\r
236     </BootstrapperPackage>\r
237   </ItemGroup>\r
238   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
239   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
240        Other similar extension points exist, see Microsoft.Common.targets.\r
241   <Target Name="BeforeBuild">\r
242   </Target>\r
243   <Target Name="AfterBuild">\r
244   </Target>\r
245   -->\r
246   <PropertyGroup>\r
247     <PostBuildEvent>\r
248     </PostBuildEvent>\r
249   </PropertyGroup>\r
250 </Project>