1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProjectGuid >{84F04954-3830-4050-98D1-6CE92C0812F1}</ProjectGuid >
8
+ <OutputType >WinExe</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >Bebbs.Harmonize.Tool</RootNamespace >
11
+ <AssemblyName >Bebbs.Harmonize.Tool</AssemblyName >
12
+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ <ProjectTypeGuids >{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
15
+ <WarningLevel >4</WarningLevel >
16
+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
17
+ <RestorePackages >true</RestorePackages >
18
+ </PropertyGroup >
19
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
20
+ <PlatformTarget >AnyCPU</PlatformTarget >
21
+ <DebugSymbols >true</DebugSymbols >
22
+ <DebugType >full</DebugType >
23
+ <Optimize >false</Optimize >
24
+ <OutputPath >bin\Debug\</OutputPath >
25
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
26
+ <ErrorReport >prompt</ErrorReport >
27
+ <WarningLevel >4</WarningLevel >
28
+ </PropertyGroup >
29
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
30
+ <PlatformTarget >AnyCPU</PlatformTarget >
31
+ <DebugType >pdbonly</DebugType >
32
+ <Optimize >true</Optimize >
33
+ <OutputPath >bin\Release\</OutputPath >
34
+ <DefineConstants >TRACE</DefineConstants >
35
+ <ErrorReport >prompt</ErrorReport >
36
+ <WarningLevel >4</WarningLevel >
37
+ </PropertyGroup >
38
+ <ItemGroup >
39
+ <Reference Include =" Bender" >
40
+ <HintPath >..\packages\Bender.3.0.1.0\lib\Bender.dll</HintPath >
41
+ </Reference >
42
+ <Reference Include =" Caliburn.Micro" >
43
+ <HintPath >..\packages\Caliburn.Micro.Core.2.0.1\lib\net45\Caliburn.Micro.dll</HintPath >
44
+ </Reference >
45
+ <Reference Include =" Caliburn.Micro.Platform" >
46
+ <HintPath >..\packages\Caliburn.Micro.2.0.1\lib\net45\Caliburn.Micro.Platform.dll</HintPath >
47
+ </Reference >
48
+ <Reference Include =" Caliburn.Micro.Reactive.Extensions, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
49
+ <SpecificVersion >False</SpecificVersion >
50
+ <HintPath >..\packages\Caliburn.Micro.Reactive.Extensions.1.0.0.0\lib\portable-net45+win+wp80\Caliburn.Micro.Reactive.Extensions.dll</HintPath >
51
+ </Reference >
52
+ <Reference Include =" Flexo" >
53
+ <HintPath >..\packages\flexo.1.0.19.0\lib\Flexo.dll</HintPath >
54
+ </Reference >
55
+ <Reference Include =" Ninject" >
56
+ <HintPath >..\packages\Ninject.3.2.2.0\lib\net45-full\Ninject.dll</HintPath >
57
+ </Reference >
58
+ <Reference Include =" SimpleConfig" >
59
+ <HintPath >..\packages\SimpleConfig.1.0.33.0\lib\SimpleConfig.dll</HintPath >
60
+ </Reference >
61
+ <Reference Include =" System" />
62
+ <Reference Include =" System.Data" />
63
+ <Reference Include =" System.Reactive.Core, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
64
+ <SpecificVersion >False</SpecificVersion >
65
+ <HintPath >..\packages\Rx-Core.2.2.5\lib\net45\System.Reactive.Core.dll</HintPath >
66
+ </Reference >
67
+ <Reference Include =" System.Reactive.Interfaces, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
68
+ <SpecificVersion >False</SpecificVersion >
69
+ <HintPath >..\packages\Rx-Interfaces.2.2.5\lib\net45\System.Reactive.Interfaces.dll</HintPath >
70
+ </Reference >
71
+ <Reference Include =" System.Reactive.Linq, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
72
+ <SpecificVersion >False</SpecificVersion >
73
+ <HintPath >..\packages\Rx-Linq.2.2.5\lib\net45\System.Reactive.Linq.dll</HintPath >
74
+ </Reference >
75
+ <Reference Include =" System.Reactive.PlatformServices, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
76
+ <SpecificVersion >False</SpecificVersion >
77
+ <HintPath >..\packages\Rx-PlatformServices.2.2.5\lib\net45\System.Reactive.PlatformServices.dll</HintPath >
78
+ </Reference >
79
+ <Reference Include =" System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
80
+ <HintPath >..\packages\Caliburn.Micro.2.0.1\lib\net45\System.Windows.Interactivity.dll</HintPath >
81
+ </Reference >
82
+ <Reference Include =" System.Xml" />
83
+ <Reference Include =" Microsoft.CSharp" />
84
+ <Reference Include =" System.Core" />
85
+ <Reference Include =" System.Xml.Linq" />
86
+ <Reference Include =" System.Data.DataSetExtensions" />
87
+ <Reference Include =" System.Xaml" >
88
+ <RequiredTargetFramework >4.0</RequiredTargetFramework >
89
+ </Reference >
90
+ <Reference Include =" WindowsBase" />
91
+ <Reference Include =" PresentationCore" />
92
+ <Reference Include =" PresentationFramework" />
93
+ </ItemGroup >
94
+ <ItemGroup >
95
+ <ApplicationDefinition Include =" App.xaml" >
96
+ <Generator >MSBuild:Compile</Generator >
97
+ <SubType >Designer</SubType >
98
+ </ApplicationDefinition >
99
+ <Compile Include =" AppBootstrapper.cs" />
100
+ <Compile Include =" MainWindowViewModel.cs" />
101
+ <Compile Include =" Module.cs" />
102
+ <Compile Include =" Service\Bridge.cs" />
103
+ <Compile Include =" Service\Entity.cs" />
104
+ <Compile Include =" Service\Instance.cs" />
105
+ <Compile Include =" Service\Module.cs" />
106
+ <Page Include =" MainWindowView.xaml" >
107
+ <Generator >MSBuild:Compile</Generator >
108
+ <SubType >Designer</SubType >
109
+ </Page >
110
+ <Compile Include =" App.xaml.cs" >
111
+ <DependentUpon >App.xaml</DependentUpon >
112
+ <SubType >Code</SubType >
113
+ </Compile >
114
+ <Compile Include =" MainWindowView.xaml.cs" >
115
+ <DependentUpon >MainWindowView.xaml</DependentUpon >
116
+ <SubType >Code</SubType >
117
+ </Compile >
118
+ </ItemGroup >
119
+ <ItemGroup >
120
+ <Compile Include =" Properties\AssemblyInfo.cs" >
121
+ <SubType >Code</SubType >
122
+ </Compile >
123
+ <Compile Include =" Properties\Resources.Designer.cs" >
124
+ <AutoGen >True</AutoGen >
125
+ <DesignTime >True</DesignTime >
126
+ <DependentUpon >Resources.resx</DependentUpon >
127
+ </Compile >
128
+ <Compile Include =" Properties\Settings.Designer.cs" >
129
+ <AutoGen >True</AutoGen >
130
+ <DependentUpon >Settings.settings</DependentUpon >
131
+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
132
+ </Compile >
133
+ <EmbeddedResource Include =" Properties\Resources.resx" >
134
+ <Generator >ResXFileCodeGenerator</Generator >
135
+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
136
+ </EmbeddedResource >
137
+ <None Include =" packages.config" />
138
+ <None Include =" Properties\Settings.settings" >
139
+ <Generator >SettingsSingleFileGenerator</Generator >
140
+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
141
+ </None >
142
+ <AppDesigner Include =" Properties\" />
143
+ </ItemGroup >
144
+ <ItemGroup >
145
+ <None Include =" App.config" />
146
+ </ItemGroup >
147
+ <ItemGroup >
148
+ <ProjectReference Include =" ..\Bebbs.Harmonize.Host\Bebbs.Harmonize.Host.csproj" >
149
+ <Project >{21984f93-19aa-4d2b-bbdb-95e0092019a1}</Project >
150
+ <Name >Bebbs.Harmonize.Host</Name >
151
+ </ProjectReference >
152
+ <ProjectReference Include =" ..\Bebbs.Harmonize.With\Bebbs.Harmonize.With.csproj" >
153
+ <Project >{91848444-1506-4f50-bf6c-d0528cd6c74e}</Project >
154
+ <Name >Bebbs.Harmonize.With</Name >
155
+ </ProjectReference >
156
+ </ItemGroup >
157
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
158
+ <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
159
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
160
+ <PropertyGroup >
161
+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
162
+ </PropertyGroup >
163
+ <Error Condition =" !Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text =" $([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
164
+ </Target >
165
+ <PropertyGroup >
166
+ <PostBuildEvent >xcopy $(TargetDir)*.* $(SolutionDir)bin\Tools\$(ProjectName)\ /E /I /R /Y
167
+ xcopy $(SolutionDir)Bebbs.Harmonize.With.Message.As.Hml\$(OutDir)*.* $(SolutionDir)\bin\Tools\$(ProjectName)\ /E /I /R /Y
168
+ xcopy $(SolutionDir)Bebbs.Harmonize.With.Messaging.Over.RabbitMq\$(OutDir)*.* $(SolutionDir)\bin\Tools\$(ProjectName)\ /E /I /R /Y</PostBuildEvent >
169
+ </PropertyGroup >
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 >
0 commit comments