Develop and Download Open Source Software

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 166 - (show annotations) (download)
Thu Mar 20 14:04:13 2008 UTC (16 years ago) by tmurakam
File size: 7430 byte(s)
2.5 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.5.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="CsvCard.cs" />
74 <Compile Include="CsvDialog.cs">
75 <SubType>Form</SubType>
76 </Compile>
77 <Compile Include="CsvDialog.Designer.cs">
78 <DependentUpon>CsvDialog.cs</DependentUpon>
79 </Compile>
80 <Compile Include="CsvRule.cs" />
81 <Compile Include="CsvRules.cs" />
82 <Compile Include="Edy.cs" />
83 <Compile Include="FelicaLib.cs" />
84 <Compile Include="MainForm.cs">
85 <SubType>Form</SubType>
86 </Compile>
87 <Compile Include="MainForm.Designer.cs">
88 <DependentUpon>MainForm.cs</DependentUpon>
89 </Compile>
90 <Compile Include="Nanaco.cs">
91 <SubType>Code</SubType>
92 </Compile>
93 <Compile Include="OfxFile.cs" />
94 <Compile Include="OptionDialog.cs">
95 <SubType>Form</SubType>
96 </Compile>
97 <Compile Include="OptionDialog.Designer.cs">
98 <DependentUpon>OptionDialog.cs</DependentUpon>
99 </Compile>
100 <Compile Include="Program.cs" />
101 <Compile Include="Properties\AssemblyInfo.cs" />
102 <EmbeddedResource Include="CsvDialog.resx">
103 <DependentUpon>CsvDialog.cs</DependentUpon>
104 <SubType>Designer</SubType>
105 </EmbeddedResource>
106 <EmbeddedResource Include="MainForm.resx">
107 <SubType>Designer</SubType>
108 <DependentUpon>MainForm.cs</DependentUpon>
109 </EmbeddedResource>
110 <EmbeddedResource Include="OptionDialog.resx">
111 <DependentUpon>OptionDialog.cs</DependentUpon>
112 <SubType>Designer</SubType>
113 </EmbeddedResource>
114 <EmbeddedResource Include="Properties\Resources.resx">
115 <Generator>ResXFileCodeGenerator</Generator>
116 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
117 <SubType>Designer</SubType>
118 </EmbeddedResource>
119 <Compile Include="Properties\Resources.Designer.cs">
120 <AutoGen>True</AutoGen>
121 <DependentUpon>Resources.resx</DependentUpon>
122 <DesignTime>True</DesignTime>
123 </Compile>
124 <None Include="Properties\Settings.settings">
125 <Generator>SettingsSingleFileGenerator</Generator>
126 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
127 </None>
128 <Compile Include="Properties\Settings.Designer.cs">
129 <AutoGen>True</AutoGen>
130 <DependentUpon>Settings.settings</DependentUpon>
131 <DesignTimeSharedInput>True</DesignTimeSharedInput>
132 </Compile>
133 <Compile Include="Settings.cs" />
134 <Compile Include="StationCode.cs" />
135 <Compile Include="Suica.cs" />
136 <Compile Include="Transaction.cs" />
137 <Compile Include="Waon.cs" />
138 </ItemGroup>
139 <ItemGroup>
140 <None Include="app.config" />
141 <None Include="Resources\Felica2Money.ico" />
142 <BaseApplicationManifest Include="Properties\app.manifest" />
143 <None Include="Resources\Suica.bmp" />
144 <None Include="Resources\Edy.bmp" />
145 <None Include="Resources\CSV.bmp" />
146 <Content Include="Resources\Nanaco.bmp" />
147 <None Include="Resources\waon.bmp" />
148 <Content Include="StationCode.mdb">
149 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
150 </Content>
151 </ItemGroup>
152 <ItemGroup>
153 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
154 <Visible>False</Visible>
155 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
156 <Install>true</Install>
157 </BootstrapperPackage>
158 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
159 <Visible>False</Visible>
160 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
161 <Install>false</Install>
162 </BootstrapperPackage>
163 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
164 <Visible>False</Visible>
165 <ProductName>.NET Framework 3.5</ProductName>
166 <Install>false</Install>
167 </BootstrapperPackage>
168 </ItemGroup>
169 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
170 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
171 Other similar extension points exist, see Microsoft.Common.targets.
172 <Target Name="BeforeBuild">
173 </Target>
174 <Target Name="AfterBuild">
175 </Target>
176 -->
177 </Project>

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