Develop and Download Open Source Software

Browse Subversion Repository

Contents of /branches/ProcessWatchImpl/Scone/Scone.csproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 44 - (show annotations) (download)
Tue Dec 15 16:20:54 2009 UTC (14 years, 3 months ago) by netseed
File size: 9371 byte(s)


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>{F104E50F-A591-4AC0-BECA-A31947F20D95}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>Toast.Scone</RootNamespace>
12 <AssemblyName>Toast</AssemblyName>
13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
16 <WarningLevel>4</WarningLevel>
17 <ApplicationIcon>Toast.ico</ApplicationIcon>
18 <StartupObject>
19 </StartupObject>
20 <PublishUrl>publish\</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>0</ApplicationRevision>
31 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
32 <IsWebBootstrapper>false</IsWebBootstrapper>
33 <UseApplicationTrust>false</UseApplicationTrust>
34 <BootstrapperEnabled>true</BootstrapperEnabled>
35 <ExpressionBlendVersion>3.0.1938.0</ExpressionBlendVersion>
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 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'PackageRelase|AnyCPU' ">
55 <OutputPath>bin\PackageRelase\</OutputPath>
56 <DefineConstants>TRACE</DefineConstants>
57 <Optimize>true</Optimize>
58 <DebugType>none</DebugType>
59 <PlatformTarget>AnyCPU</PlatformTarget>
60 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
61 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
62 <ErrorReport>prompt</ErrorReport>
63 <UseVSHostingProcess>false</UseVSHostingProcess>
64 </PropertyGroup>
65 <ItemGroup>
66 <Reference Include="SeedCreateCommonLibrary, Version=1.6.2.0, Culture=neutral, processorArchitecture=MSIL">
67 <SpecificVersion>False</SpecificVersion>
68 <HintPath>..\ExternalLibs\SeedCreateCommonLibrary.dll</HintPath>
69 </Reference>
70 <Reference Include="SeedCreateTextLibrary, Version=1.1.2.2, Culture=neutral, processorArchitecture=MSIL">
71 <SpecificVersion>False</SpecificVersion>
72 <HintPath>..\ExternalLibs\SeedCreateTextLibrary.dll</HintPath>
73 </Reference>
74 <Reference Include="SeedCreateWpfControlLibrary, Version=0.1.0.0, Culture=neutral, processorArchitecture=MSIL">
75 <SpecificVersion>False</SpecificVersion>
76 <HintPath>..\ExternalLibs\SeedCreateWpfControlLibrary.dll</HintPath>
77 </Reference>
78 <Reference Include="System" />
79 <Reference Include="System.Core">
80 <RequiredTargetFramework>3.5</RequiredTargetFramework>
81 </Reference>
82 <Reference Include="System.Data" />
83 <Reference Include="System.Windows.Interactivity" />
84 <Reference Include="System.Xml" />
85 <Reference Include="UIAutomationProvider">
86 <RequiredTargetFramework>3.0</RequiredTargetFramework>
87 </Reference>
88 <Reference Include="WindowsBase">
89 <RequiredTargetFramework>3.0</RequiredTargetFramework>
90 </Reference>
91 <Reference Include="PresentationCore">
92 <RequiredTargetFramework>3.0</RequiredTargetFramework>
93 </Reference>
94 <Reference Include="PresentationFramework">
95 <RequiredTargetFramework>3.0</RequiredTargetFramework>
96 </Reference>
97 </ItemGroup>
98 <ItemGroup>
99 <ApplicationDefinition Include="App.xaml">
100 <Generator>MSBuild:Compile</Generator>
101 <SubType>Designer</SubType>
102 </ApplicationDefinition>
103 <Page Include="MainWindow.xaml">
104 <Generator>MSBuild:Compile</Generator>
105 <SubType>Designer</SubType>
106 </Page>
107 <Page Include="Test.xaml">
108 <Generator>MSBuild:Compile</Generator>
109 <SubType>Designer</SubType>
110 </Page>
111 <Page Include="Themes\Generic.xaml">
112 <Generator>MSBuild:Compile</Generator>
113 <SubType>Designer</SubType>
114 </Page>
115 <Compile Include="App.xaml.cs">
116 <SubType>Code</SubType>
117 <DependentUpon>App.xaml</DependentUpon>
118 </Compile>
119 </ItemGroup>
120 <ItemGroup>
121 <Compile Include="ControlEnable.cs" />
122 <Compile Include="EventSurrogater.cs" />
123 <Compile Include="FormatBox.cs" />
124 <Compile Include="MainWindow.xaml.cs">
125 <DependentUpon>MainWindow.xaml</DependentUpon>
126 </Compile>
127 <Compile Include="MonoFieldRoutedEventArgs.cs" />
128 <Compile Include="Properties\AssemblyInfo.cs">
129 <SubType>Code</SubType>
130 </Compile>
131 <Compile Include="Properties\Resources.Designer.cs">
132 <AutoGen>True</AutoGen>
133 <DesignTime>True</DesignTime>
134 <DependentUpon>Resources.resx</DependentUpon>
135 </Compile>
136 <Compile Include="Properties\Settings.Designer.cs">
137 <AutoGen>True</AutoGen>
138 <DesignTimeSharedInput>True</DesignTimeSharedInput>
139 <DependentUpon>Settings.settings</DependentUpon>
140 </Compile>
141 <Compile Include="SmileIdValidationRule.cs" />
142 <Compile Include="Test.xaml.cs">
143 <DependentUpon>Test.xaml</DependentUpon>
144 </Compile>
145 <Compile Include="TextBoxChecker.cs" />
146 <Compile Include="TwitterUserIdBox.cs" />
147 <Compile Include="SmileUserIdBox.cs" />
148 <EmbeddedResource Include="Properties\Resources.resx">
149 <Generator>ResXFileCodeGenerator</Generator>
150 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
151 </EmbeddedResource>
152 <None Include="app.config" />
153 <None Include="Properties\Settings.settings">
154 <Generator>SettingsSingleFileGenerator</Generator>
155 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
156 </None>
157 <AppDesigner Include="Properties\" />
158 </ItemGroup>
159 <ItemGroup>
160 <ProjectReference Include="..\Bagel\Bagel.csproj">
161 <Project>{1EAEE175-3F5B-4670-B0BD-10339600E86B}</Project>
162 <Name>Bagel</Name>
163 </ProjectReference>
164 <ProjectReference Include="..\Croissant\Croissant.csproj">
165 <Project>{81BE975A-8397-4EF0-803E-9CAE21BC6385}</Project>
166 <Name>Croissant</Name>
167 </ProjectReference>
168 </ItemGroup>
169 <ItemGroup>
170 <Resource Include="toast.ico" />
171 </ItemGroup>
172 <ItemGroup>
173 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
174 <Visible>False</Visible>
175 <ProductName>.NET Framework Client Profile</ProductName>
176 <Install>false</Install>
177 </BootstrapperPackage>
178 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
179 <Visible>False</Visible>
180 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
181 <Install>false</Install>
182 </BootstrapperPackage>
183 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
184 <Visible>False</Visible>
185 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
186 <Install>false</Install>
187 </BootstrapperPackage>
188 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
189 <Visible>False</Visible>
190 <ProductName>.NET Framework 3.5</ProductName>
191 <Install>false</Install>
192 </BootstrapperPackage>
193 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
194 <Visible>False</Visible>
195 <ProductName>.NET Framework 3.5 SP1</ProductName>
196 <Install>true</Install>
197 </BootstrapperPackage>
198 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
199 <Visible>False</Visible>
200 <ProductName>Windows インストーラ 3.1</ProductName>
201 <Install>true</Install>
202 </BootstrapperPackage>
203 </ItemGroup>
204 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
205 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
206 Other similar extension points exist, see Microsoft.Common.targets.
207 <Target Name="BeforeBuild">
208 </Target>
209 <Target Name="AfterBuild">
210 </Target>
211 -->
212 <PropertyGroup>
213 <PostBuildEvent>copy $(SolutionDir)Readme.txt $(TargetDir)Readme.txt
214 copy $(SolutionDir)License.txt $(TargetDir)License.txt
215 copy $(SolutionDir)ReleaseLog.txt $(TargetDir)ReleaseLog.txt</PostBuildEvent>
216 </PropertyGroup>
217 </Project>

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