Develop and Download Open Source Software

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log


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

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