root/lang/csharp/soyText/soyText/soyText.csproj @ 36855

Revision 36855, 12.5 kB (checked in by hoge1e3, 3 years ago)
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{3C1CF7A5-F019-466F-BA92-B808ECAC45EC}</ProjectGuid>
9    <OutputType>WinExe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>SoyText</RootNamespace>
12    <AssemblyName>soyText</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <IsWebBootstrapper>false</IsWebBootstrapper>
16    <ManifestCertificateThumbprint>68A5D96A718093C49DC0D2B095BB1D76A349E3C2</ManifestCertificateThumbprint>
17    <ManifestKeyFile>soyText_TemporaryKey.pfx</ManifestKeyFile>
18    <GenerateManifests>true</GenerateManifests>
19    <SignManifests>true</SignManifests>
20    <PublishUrl>C:\bin\app\soyText\</PublishUrl>
21    <Install>true</Install>
22    <InstallFrom>Disk</InstallFrom>
23    <UpdateEnabled>false</UpdateEnabled>
24    <UpdateMode>Foreground</UpdateMode>
25    <UpdateInterval>7</UpdateInterval>
26    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
27    <UpdatePeriodically>false</UpdatePeriodically>
28    <UpdateRequired>false</UpdateRequired>
29    <MapFileExtensions>true</MapFileExtensions>
30    <ApplicationRevision>2</ApplicationRevision>
31    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
32    <UseApplicationTrust>false</UseApplicationTrust>
33    <PublishWizardCompleted>true</PublishWizardCompleted>
34    <BootstrapperEnabled>true</BootstrapperEnabled>
35    <ApplicationIcon>soyText.ico</ApplicationIcon>
36  </PropertyGroup>
37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
38    <DebugSymbols>true</DebugSymbols>
39    <DebugType>full</DebugType>
40    <Optimize>false</Optimize>
41    <OutputPath>bin\Debug\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <ErrorReport>prompt</ErrorReport>
44    <WarningLevel>4</WarningLevel>
45  </PropertyGroup>
46  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
47    <DebugType>pdbonly</DebugType>
48    <Optimize>true</Optimize>
49    <OutputPath>bin\Release\</OutputPath>
50    <DefineConstants>TRACE</DefineConstants>
51    <ErrorReport>prompt</ErrorReport>
52    <WarningLevel>4</WarningLevel>
53  </PropertyGroup>
54  <ItemGroup>
55    <Reference Include="IronPython, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
56      <SpecificVersion>False</SpecificVersion>
57      <HintPath>..\IronPython.dll</HintPath>
58    </Reference>
59    <Reference Include="IronPython.Modules, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
60      <SpecificVersion>False</SpecificVersion>
61      <HintPath>..\IronPython.Modules.dll</HintPath>
62    </Reference>
63    <Reference Include="Microsoft.Scripting, Version=0.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
64      <SpecificVersion>False</SpecificVersion>
65      <HintPath>..\Microsoft.Scripting.dll</HintPath>
66    </Reference>
67    <Reference Include="Microsoft.Scripting.Core, Version=0.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
68      <SpecificVersion>False</SpecificVersion>
69      <HintPath>..\Microsoft.Scripting.Core.dll</HintPath>
70    </Reference>
71    <Reference Include="Microsoft.Scripting.ExtensionAttribute, Version=0.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
72      <SpecificVersion>False</SpecificVersion>
73      <HintPath>..\Microsoft.Scripting.ExtensionAttribute.dll</HintPath>
74    </Reference>
75    <Reference Include="System" />
76    <Reference Include="System.Core">
77      <RequiredTargetFramework>3.5</RequiredTargetFramework>
78    </Reference>
79    <Reference Include="System.DirectoryServices" />
80    <Reference Include="System.Web" />
81    <Reference Include="System.Xml.Linq">
82      <RequiredTargetFramework>3.5</RequiredTargetFramework>
83    </Reference>
84    <Reference Include="System.Data.DataSetExtensions">
85      <RequiredTargetFramework>3.5</RequiredTargetFramework>
86    </Reference>
87    <Reference Include="System.Data" />
88    <Reference Include="System.Deployment" />
89    <Reference Include="System.Drawing" />
90    <Reference Include="System.Windows.Forms" />
91    <Reference Include="System.Xml" />
92  </ItemGroup>
93  <ItemGroup>
94    <Compile Include="AndCondition.cs" />
95    <Compile Include="Attribute.cs" />
96    <Compile Include="AttributeCondition.cs" />
97    <Compile Include="AttributeSet.cs" />
98    <Compile Include="Converter.cs" />
99    <Compile Include="Debug.cs" />
100    <Compile Include="DocExecutor.cs" />
101    <Compile Include="Document.cs" />
102    <Compile Include="DocumentEditor.cs">
103      <SubType>UserControl</SubType>
104    </Compile>
105    <Compile Include="DocumentEditor.Designer.cs">
106      <DependentUpon>DocumentEditor.cs</DependentUpon>
107    </Compile>
108    <Compile Include="DocumentImporter.cs" />
109    <Compile Include="DocumentLine.cs" />
110    <Compile Include="AnyCondition.cs" />
111    <Compile Include="DocumentList.cs" />
112    <Compile Include="DocumentListMap.cs" />
113    <Compile Include="DocumentRef.cs" />
114    <Compile Include="DocumentSearcher.cs" />
115    <Compile Include="DocumentSet.cs" />
116    <Compile Include="DocumentWebServer.cs" />
117    <Compile Include="DThread.cs" />
118    <Compile Include="EditorTab.cs">
119      <SubType>UserControl</SubType>
120    </Compile>
121    <Compile Include="EditorTab.Designer.cs">
122      <DependentUpon>EditorTab.cs</DependentUpon>
123    </Compile>
124    <Compile Include="ErrorDialog.cs">
125      <SubType>Form</SubType>
126    </Compile>
127    <Compile Include="ErrorDialog.Designer.cs">
128      <DependentUpon>ErrorDialog.cs</DependentUpon>
129    </Compile>
130    <Compile Include="ExecForm.cs">
131      <SubType>Form</SubType>
132    </Compile>
133    <Compile Include="ExecForm.Designer.cs">
134      <DependentUpon>ExecForm.cs</DependentUpon>
135    </Compile>
136    <Compile Include="FileReader.cs" />
137    <Compile Include="FormMsg.cs">
138      <SubType>Form</SubType>
139    </Compile>
140    <Compile Include="FormMsg.Designer.cs">
141      <DependentUpon>FormMsg.cs</DependentUpon>
142    </Compile>
143    <Compile Include="Form2.cs">
144      <SubType>Form</SubType>
145    </Compile>
146    <Compile Include="Form2.Designer.cs">
147      <DependentUpon>Form2.cs</DependentUpon>
148    </Compile>
149    <Compile Include="Httpd.cs" />
150    <Compile Include="IDocumentSearcher.cs" />
151    <Compile Include="ImportDialog.cs">
152      <SubType>Form</SubType>
153    </Compile>
154    <Compile Include="ImportDialog.Designer.cs">
155      <DependentUpon>ImportDialog.cs</DependentUpon>
156    </Compile>
157    <Compile Include="ListSyncer.cs" />
158    <Compile Include="LoggedDocumentSearcher.cs" />
159    <Compile Include="MatchLine.cs" />
160    <Compile Include="Mkdir.cs" />
161    <Compile Include="NotCondition.cs" />
162    <Compile Include="ParsedDocument.cs" />
163    <Compile Include="PersistentTabs.cs" />
164    <Compile Include="ProcessExecutor.cs" />
165    <Compile Include="Program.cs" />
166    <Compile Include="Properties\AssemblyInfo.cs" />
167    <EmbeddedResource Include="DocumentEditor.resx">
168      <DependentUpon>DocumentEditor.cs</DependentUpon>
169    </EmbeddedResource>
170    <EmbeddedResource Include="EditorTab.resx">
171      <DependentUpon>EditorTab.cs</DependentUpon>
172    </EmbeddedResource>
173    <EmbeddedResource Include="ErrorDialog.resx">
174      <DependentUpon>ErrorDialog.cs</DependentUpon>
175    </EmbeddedResource>
176    <EmbeddedResource Include="ExecForm.resx">
177      <DependentUpon>ExecForm.cs</DependentUpon>
178    </EmbeddedResource>
179    <EmbeddedResource Include="FormMsg.resx">
180      <DependentUpon>FormMsg.cs</DependentUpon>
181    </EmbeddedResource>
182    <EmbeddedResource Include="Form2.resx">
183      <DependentUpon>Form2.cs</DependentUpon>
184    </EmbeddedResource>
185    <EmbeddedResource Include="ImportDialog.resx">
186      <DependentUpon>ImportDialog.cs</DependentUpon>
187    </EmbeddedResource>
188    <EmbeddedResource Include="Properties\Resources.resx">
189      <Generator>ResXFileCodeGenerator</Generator>
190      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
191      <SubType>Designer</SubType>
192    </EmbeddedResource>
193    <EmbeddedResource Include="TagBox.resx">
194      <DependentUpon>TagBox.cs</DependentUpon>
195    </EmbeddedResource>
196    <EmbeddedResource Include="TagCloudForm.resx">
197      <DependentUpon>TagCloudForm.cs</DependentUpon>
198    </EmbeddedResource>
199    <EmbeddedResource Include="WorkspaceSelector.resx">
200      <DependentUpon>WorkspaceSelector.cs</DependentUpon>
201    </EmbeddedResource>
202    <Compile Include="Properties\Resources.Designer.cs">
203      <AutoGen>True</AutoGen>
204      <DependentUpon>Resources.resx</DependentUpon>
205      <DesignTime>True</DesignTime>
206    </Compile>
207    <None Include="Properties\Settings.settings">
208      <Generator>SettingsSingleFileGenerator</Generator>
209      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
210    </None>
211    <None Include="soyText_TemporaryKey.pfx" />
212    <Compile Include="Properties\Settings.Designer.cs">
213      <AutoGen>True</AutoGen>
214      <DependentUpon>Settings.settings</DependentUpon>
215      <DesignTimeSharedInput>True</DesignTimeSharedInput>
216    </Compile>
217    <Compile Include="KeywordCondition.cs" />
218    <Compile Include="PythonEngine.cs" />
219    <Compile Include="PythonUtil.cs" />
220    <Compile Include="Reg.cs" />
221    <Compile Include="SearchCondition.cs" />
222    <Compile Include="SearchLogSet.cs" />
223    <Compile Include="Str.cs" />
224    <Compile Include="SyncUI.cs" />
225    <Compile Include="TabControl2.cs">
226      <SubType>Component</SubType>
227    </Compile>
228    <Compile Include="TagBox.cs">
229      <SubType>UserControl</SubType>
230    </Compile>
231    <Compile Include="TagBox.designer.cs">
232      <DependentUpon>TagBox.cs</DependentUpon>
233    </Compile>
234    <Compile Include="TagCloudForm.cs">
235      <SubType>Form</SubType>
236    </Compile>
237    <Compile Include="TagCloudForm.Designer.cs">
238      <DependentUpon>TagCloudForm.cs</DependentUpon>
239    </Compile>
240    <Compile Include="TagSet.cs" />
241    <Compile Include="TerminableThread.cs" />
242    <Compile Include="TimeFormat.cs" />
243    <Compile Include="Tokenizer.cs" />
244    <Compile Include="TxtEnc.cs" />
245    <Compile Include="UniqueList.cs" />
246    <Compile Include="Workspace.cs" />
247    <Compile Include="WorkspaceSelector.cs">
248      <SubType>Form</SubType>
249    </Compile>
250    <Compile Include="WorkspaceSelector.Designer.cs">
251      <DependentUpon>WorkspaceSelector.cs</DependentUpon>
252    </Compile>
253  </ItemGroup>
254  <ItemGroup>
255    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
256      <Visible>False</Visible>
257      <ProductName>.NET Framework Client Profile</ProductName>
258      <Install>false</Install>
259    </BootstrapperPackage>
260    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
261      <Visible>False</Visible>
262      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
263      <Install>false</Install>
264    </BootstrapperPackage>
265    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
266      <Visible>False</Visible>
267      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
268      <Install>false</Install>
269    </BootstrapperPackage>
270    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
271      <Visible>False</Visible>
272      <ProductName>.NET Framework 3.5</ProductName>
273      <Install>false</Install>
274    </BootstrapperPackage>
275    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
276      <Visible>False</Visible>
277      <ProductName>.NET Framework 3.5 SP1</ProductName>
278      <Install>true</Install>
279    </BootstrapperPackage>
280    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
281      <Visible>False</Visible>
282      <ProductName>Windows インストーラ 3.1</ProductName>
283      <Install>true</Install>
284    </BootstrapperPackage>
285  </ItemGroup>
286  <ItemGroup>
287    <Content Include="soyText.ico" />
288  </ItemGroup>
289  <ItemGroup>
290    <Folder Include="Search\" />
291  </ItemGroup>
292  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
293  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
294       Other similar extension points exist, see Microsoft.Common.targets.
295  <Target Name="BeforeBuild">
296  </Target>
297  <Target Name="AfterBuild">
298  </Target>
299  -->
300</Project>
Note: See TracBrowser for help on using the browser.