Develop and Download Open Source Software

Browse Subversion Repository

Contents of /tags/FeliCa2Money-2.6/FeliCa2Money.csproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 189 - (show annotations) (download)
Tue Apr 8 13:03:07 2008 UTC (16 years ago) by tmurakam
File size: 7444 byte(s)
2.6 tag

1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2 <PropertyGroup>
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5 <ProductVersion>9.0.21022</ProductVersion>
6 <SchemaVersion>2.0</SchemaVersion>
7 <ProjectGuid>{52D60189-078E-4895-9241-F9786395EE14}</ProjectGuid>
8 <OutputType>WinExe</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>FeliCa2Money</RootNamespace>
11 <AssemblyName>FeliCa2Money</AssemblyName>
12 <ApplicationIcon>Resources\Felica2Money.ico</ApplicationIcon>
13 <SignManifests>false</SignManifests>
14 <ManifestCertificateThumbprint>3CAF450CD9F37AB00311C448D341F12E7846B44C</ManifestCertificateThumbprint>
15 <ManifestKeyFile>FeliCa2Money_TemporaryKey.pfx</ManifestKeyFile>
16 <TargetZone>LocalIntranet</TargetZone>
17 <GenerateManifests>false</GenerateManifests>
18 <IsWebBootstrapper>true</IsWebBootstrapper>
19 <FileUpgradeFlags>
20 </FileUpgradeFlags>
21 <UpgradeBackupLocation>
22 </UpgradeBackupLocation>
23 <OldToolsVersion>2.0</OldToolsVersion>
24 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
25 <PublishUrl>x:\dev\moneyimport\web\Felica2Money.ClickOnce\</PublishUrl>
26 <Install>true</Install>
27 <InstallFrom>Web</InstallFrom>
28 <UpdateEnabled>true</UpdateEnabled>
29 <UpdateMode>Background</UpdateMode>
30 <UpdateInterval>7</UpdateInterval>
31 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
32 <UpdatePeriodically>false</UpdatePeriodically>
33 <UpdateRequired>false</UpdateRequired>
34 <MapFileExtensions>true</MapFileExtensions>
35 <InstallUrl>http://moneyimport.sourceforge.jp/Felica2Money.ClickOnce/</InstallUrl>
36 <SupportUrl>http://moneyimport.sourceforge.jp</SupportUrl>
37 <ProductName>FeliCa2Money</ProductName>
38 <PublisherName>FeliCa2Money</PublisherName>
39 <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
40 <WebPage>publish.htm</WebPage>
41 <ApplicationRevision>0</ApplicationRevision>
42 <ApplicationVersion>2.6.0.0</ApplicationVersion>
43 <UseApplicationTrust>false</UseApplicationTrust>
44 <BootstrapperEnabled>true</BootstrapperEnabled>
45 </PropertyGroup>
46 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
47 <DebugSymbols>true</DebugSymbols>
48 <DebugType>full</DebugType>
49 <Optimize>false</Optimize>
50 <OutputPath>bin\Debug\</OutputPath>
51 <DefineConstants>DEBUG;TRACE</DefineConstants>
52 <ErrorReport>prompt</ErrorReport>
53 <WarningLevel>4</WarningLevel>
54 </PropertyGroup>
55 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
56 <DebugType>pdbonly</DebugType>
57 <Optimize>true</Optimize>
58 <OutputPath>bin\Release\</OutputPath>
59 <DefineConstants>TRACE</DefineConstants>
60 <ErrorReport>prompt</ErrorReport>
61 <WarningLevel>4</WarningLevel>
62 </PropertyGroup>
63 <ItemGroup>
64 <Reference Include="System" />
65 <Reference Include="System.Data" />
66 <Reference Include="System.Deployment" />
67 <Reference Include="System.Drawing" />
68 <Reference Include="System.Windows.Forms" />
69 <Reference Include="System.Xml" />
70 </ItemGroup>
71 <ItemGroup>
72 <Compile Include="Card.cs" />
73 <Compile Include="card\Edy.cs" />
74 <Compile Include="card\Nanaco.cs" />
75 <Compile Include="card\Suica.cs" />
76 <Compile Include="card\Waon.cs" />
77 <Compile Include="CsvCard.cs" />
78 <Compile Include="CsvDialog.cs">
79 <SubType>Form</SubType>
80 </Compile>
81 <Compile Include="CsvDialog.Designer.cs">
82 <DependentUpon>CsvDialog.cs</DependentUpon>
83 </Compile>
84 <Compile Include="CsvRule.cs" />
85 <Compile Include="CsvRules.cs" />
86 <Compile Include="FelicaLib.cs" />
87 <Compile Include="MainForm.cs">
88 <SubType>Form</SubType>
89 </Compile>
90 <Compile Include="MainForm.Designer.cs">
91 <DependentUpon>MainForm.cs</DependentUpon>
92 </Compile>
93 <Compile Include="OfxFile.cs" />
94 <Compile Include="OfxFile2.cs" />
95 <Compile Include="OptionDialog.cs">
96 <SubType>Form</SubType>
97 </Compile>
98 <Compile Include="OptionDialog.Designer.cs">
99 <DependentUpon>OptionDialog.cs</DependentUpon>
100 </Compile>
101 <Compile Include="Program.cs" />
102 <Compile Include="Properties\AssemblyInfo.cs" />
103 <EmbeddedResource Include="CsvDialog.resx">
104 <DependentUpon>CsvDialog.cs</DependentUpon>
105 <SubType>Designer</SubType>
106 </EmbeddedResource>
107 <EmbeddedResource Include="MainForm.resx">
108 <SubType>Designer</SubType>
109 <DependentUpon>MainForm.cs</DependentUpon>
110 </EmbeddedResource>
111 <EmbeddedResource Include="OptionDialog.resx">
112 <DependentUpon>OptionDialog.cs</DependentUpon>
113 <SubType>Designer</SubType>
114 </EmbeddedResource>
115 <EmbeddedResource Include="Properties\Resources.resx">
116 <Generator>ResXFileCodeGenerator</Generator>
117 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
118 <SubType>Designer</SubType>
119 </EmbeddedResource>
120 <Compile Include="Properties\Resources.Designer.cs">
121 <AutoGen>True</AutoGen>
122 <DependentUpon>Resources.resx</DependentUpon>
123 <DesignTime>True</DesignTime>
124 </Compile>
125 <None Include="Properties\Settings.settings">
126 <Generator>SettingsSingleFileGenerator</Generator>
127 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
128 </None>
129 <Compile Include="Properties\Settings.Designer.cs">
130 <AutoGen>True</AutoGen>
131 <DependentUpon>Settings.settings</DependentUpon>
132 <DesignTimeSharedInput>True</DesignTimeSharedInput>
133 </Compile>
134 <Compile Include="Settings.cs" />
135 <Compile Include="StationCode.cs" />
136 <Compile Include="Transaction.cs" />
137 </ItemGroup>
138 <ItemGroup>
139 <None Include="app.config" />
140 <None Include="Resources\Felica2Money.ico" />
141 <BaseApplicationManifest Include="Properties\app.manifest" />
142 <None Include="Resources\Suica.bmp" />
143 <None Include="Resources\Edy.bmp" />
144 <None Include="Resources\CSV.bmp" />
145 <Content Include="Resources\Nanaco.bmp" />
146 <None Include="Resources\waon.bmp" />
147 <Content Include="StationCode.mdb">
148 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
149 </Content>
150 </ItemGroup>
151 <ItemGroup>
152 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
153 <Visible>False</Visible>
154 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
155 <Install>true</Install>
156 </BootstrapperPackage>
157 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
158 <Visible>False</Visible>
159 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
160 <Install>false</Install>
161 </BootstrapperPackage>
162 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
163 <Visible>False</Visible>
164 <ProductName>.NET Framework 3.5</ProductName>
165 <Install>false</Install>
166 </BootstrapperPackage>
167 </ItemGroup>
168 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
169 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
170 Other similar extension points exist, see Microsoft.Common.targets.
171 <Target Name="BeforeBuild">
172 </Target>
173 <Target Name="AfterBuild">
174 </Target>
175 -->
176 </Project>

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