Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/src/c4ju.csproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8 - (show annotations) (download)
Sat Feb 18 12:38:17 2012 UTC (12 years, 2 months ago) by srz_zumix
File size: 4749 byte(s)
バージョン更新
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 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6 <ProductVersion>8.0.30703</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{3623E9B7-B3AE-4142-B85D-850C91AD2470}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>c4ju</RootNamespace>
12 <AssemblyName>c4ju</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <TargetFrameworkProfile>Client</TargetFrameworkProfile>
15 <FileAlignment>512</FileAlignment>
16 <PublishUrl>publish\</PublishUrl>
17 <Install>true</Install>
18 <InstallFrom>Disk</InstallFrom>
19 <UpdateEnabled>false</UpdateEnabled>
20 <UpdateMode>Foreground</UpdateMode>
21 <UpdateInterval>7</UpdateInterval>
22 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
23 <UpdatePeriodically>false</UpdatePeriodically>
24 <UpdateRequired>false</UpdateRequired>
25 <MapFileExtensions>true</MapFileExtensions>
26 <ApplicationRevision>0</ApplicationRevision>
27 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
28 <IsWebBootstrapper>false</IsWebBootstrapper>
29 <UseApplicationTrust>false</UseApplicationTrust>
30 <BootstrapperEnabled>true</BootstrapperEnabled>
31 </PropertyGroup>
32 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
33 <PlatformTarget>x86</PlatformTarget>
34 <DebugSymbols>true</DebugSymbols>
35 <DebugType>full</DebugType>
36 <Optimize>false</Optimize>
37 <OutputPath>bin\Debug\</OutputPath>
38 <DefineConstants>DEBUG;TRACE</DefineConstants>
39 <ErrorReport>prompt</ErrorReport>
40 <WarningLevel>4</WarningLevel>
41 </PropertyGroup>
42 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
43 <PlatformTarget>x86</PlatformTarget>
44 <DebugType>pdbonly</DebugType>
45 <Optimize>true</Optimize>
46 <OutputPath>..\bin\</OutputPath>
47 <DefineConstants>TRACE</DefineConstants>
48 <ErrorReport>prompt</ErrorReport>
49 <WarningLevel>4</WarningLevel>
50 </PropertyGroup>
51 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Final|x86'">
52 <OutputPath>bin\x86\Final\</OutputPath>
53 <DefineConstants>TRACE</DefineConstants>
54 <Optimize>true</Optimize>
55 <DebugType>none</DebugType>
56 <PlatformTarget>x86</PlatformTarget>
57 <ErrorReport>prompt</ErrorReport>
58 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
59 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
60 <UseVSHostingProcess>false</UseVSHostingProcess>
61 </PropertyGroup>
62 <ItemGroup>
63 <Reference Include="System" />
64 <Reference Include="System.Core" />
65 <Reference Include="System.Xml.Linq" />
66 <Reference Include="System.Data.DataSetExtensions" />
67 <Reference Include="Microsoft.CSharp" />
68 <Reference Include="System.Data" />
69 <Reference Include="System.Xml" />
70 </ItemGroup>
71 <ItemGroup>
72 <Compile Include="FilterBuilder.cs" />
73 <Compile Include="Evaluation.cs" />
74 <Compile Include="JunitXml.cs" />
75 <Compile Include="Program.cs" />
76 <Compile Include="Properties\AssemblyInfo.cs" />
77 </ItemGroup>
78 <ItemGroup>
79 <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
80 <Visible>False</Visible>
81 <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 および x64%29</ProductName>
82 <Install>true</Install>
83 </BootstrapperPackage>
84 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
85 <Visible>False</Visible>
86 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
87 <Install>false</Install>
88 </BootstrapperPackage>
89 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
90 <Visible>False</Visible>
91 <ProductName>.NET Framework 3.5 SP1</ProductName>
92 <Install>false</Install>
93 </BootstrapperPackage>
94 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
95 <Visible>False</Visible>
96 <ProductName>Windows インストーラー 3.1</ProductName>
97 <Install>true</Install>
98 </BootstrapperPackage>
99 </ItemGroup>
100 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
101 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
102 Other similar extension points exist, see Microsoft.Common.targets.
103 <Target Name="BeforeBuild">
104 </Target>
105 <Target Name="AfterBuild">
106 </Target>
107 -->
108 </Project>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26