Develop and Download Open Source Software

Browse Subversion Repository

Contents of /NeoFT/TestLauncher/TestLauncher.csproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 106 - (show annotations) (download)
Sat Oct 26 12:33:49 2013 UTC (10 years, 5 months ago) by c477
File size: 6587 byte(s)
load Plugin/Contributions through ParamsReader.
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>{6EC22CBE-7B65-4641-8DE9-CF23FE8F1236}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>nft.test</RootNamespace>
12 <AssemblyName>TestLauncher</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\Release\</OutputPath>
47 <DefineConstants>TRACE</DefineConstants>
48 <ErrorReport>prompt</ErrorReport>
49 <WarningLevel>4</WarningLevel>
50 </PropertyGroup>
51 <PropertyGroup>
52 <StartupObject>nft.test.Program</StartupObject>
53 </PropertyGroup>
54 <ItemGroup>
55 <Reference Include="System" />
56 <Reference Include="System.Core" />
57 <Reference Include="System.Xml.Linq" />
58 <Reference Include="System.Data.DataSetExtensions" />
59 <Reference Include="Microsoft.CSharp" />
60 <Reference Include="System.Data" />
61 <Reference Include="System.Deployment" />
62 <Reference Include="System.Drawing" />
63 <Reference Include="System.Windows.Forms" />
64 <Reference Include="System.Xml" />
65 </ItemGroup>
66 <ItemGroup>
67 <Compile Include="MouseEvent.cs" />
68 <Compile Include="ProgressForm.cs">
69 <SubType>Form</SubType>
70 </Compile>
71 <Compile Include="ProgressForm.Designer.cs">
72 <DependentUpon>ProgressForm.cs</DependentUpon>
73 </Compile>
74 <Compile Include="TestEntryListView.cs">
75 <SubType>Component</SubType>
76 </Compile>
77 <Compile Include="TestLauncher.cs">
78 <SubType>Form</SubType>
79 </Compile>
80 <Compile Include="TestLauncher.Designer.cs">
81 <DependentUpon>TestLauncher.cs</DependentUpon>
82 </Compile>
83 <Compile Include="Program.cs" />
84 <Compile Include="Properties\AssemblyInfo.cs" />
85 <Compile Include="test\ParamsReaderTest.cs" />
86 <Compile Include="test\SomeTest.cs" />
87 <EmbeddedResource Include="ProgressForm.resx">
88 <DependentUpon>ProgressForm.cs</DependentUpon>
89 </EmbeddedResource>
90 <EmbeddedResource Include="Properties\Resources.resx">
91 <Generator>ResXFileCodeGenerator</Generator>
92 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
93 <SubType>Designer</SubType>
94 </EmbeddedResource>
95 <Compile Include="Properties\Resources.Designer.cs">
96 <AutoGen>True</AutoGen>
97 <DependentUpon>Resources.resx</DependentUpon>
98 <DesignTime>True</DesignTime>
99 </Compile>
100 <EmbeddedResource Include="TestLauncher.resx">
101 <DependentUpon>TestLauncher.cs</DependentUpon>
102 </EmbeddedResource>
103 <None Include="Properties\Settings.settings">
104 <Generator>SettingsSingleFileGenerator</Generator>
105 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
106 </None>
107 <Compile Include="Properties\Settings.Designer.cs">
108 <AutoGen>True</AutoGen>
109 <DependentUpon>Settings.settings</DependentUpon>
110 <DesignTimeSharedInput>True</DesignTimeSharedInput>
111 </Compile>
112 </ItemGroup>
113 <ItemGroup>
114 <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
115 <Visible>False</Visible>
116 <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 および x64%29</ProductName>
117 <Install>true</Install>
118 </BootstrapperPackage>
119 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
120 <Visible>False</Visible>
121 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
122 <Install>false</Install>
123 </BootstrapperPackage>
124 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
125 <Visible>False</Visible>
126 <ProductName>.NET Framework 3.5 SP1</ProductName>
127 <Install>false</Install>
128 </BootstrapperPackage>
129 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
130 <Visible>False</Visible>
131 <ProductName>Windows インストーラー 3.1</ProductName>
132 <Install>true</Install>
133 </BootstrapperPackage>
134 </ItemGroup>
135 <ItemGroup>
136 <ProjectReference Include="..\core\NFT.Core.csproj">
137 <Project>{21EF6ED4-D1FC-4CF4-9E30-A89F99DB79FB}</Project>
138 <Name>NFT.Core</Name>
139 </ProjectReference>
140 <ProjectReference Include="..\framework\NFT.Framework.csproj">
141 <Project>{BCA22298-65E0-4AF7-931C-E35DF4672991}</Project>
142 <Name>NFT.Framework</Name>
143 </ProjectReference>
144 </ItemGroup>
145 <ItemGroup>
146 <EmbeddedResource Include="Resources\listicons.bmp" />
147 </ItemGroup>
148 <ItemGroup />
149 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
150 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
151 Other similar extension points exist, see Microsoft.Common.targets.
152 <Target Name="BeforeBuild">
153 </Target>
154 <Target Name="AfterBuild">
155 </Target>
156 -->
157 </Project>

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