1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 14.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 >{99C9E82C-C594-446D-AA59-8FFBC43AD226}</ProjectGuid >
8
+ <OutputType >WinExe</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >ConfigureModuleCatalogApp</RootNamespace >
11
+ <AssemblyName >ConfigureModuleCatalogApp</AssemblyName >
12
+ <TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ <ProjectTypeGuids >{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
15
+ <WarningLevel >4</WarningLevel >
16
+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
17
+ </PropertyGroup >
18
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19
+ <PlatformTarget >AnyCPU</PlatformTarget >
20
+ <DebugSymbols >true</DebugSymbols >
21
+ <DebugType >full</DebugType >
22
+ <Optimize >false</Optimize >
23
+ <OutputPath >bin\Debug\</OutputPath >
24
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
25
+ <ErrorReport >prompt</ErrorReport >
26
+ <WarningLevel >4</WarningLevel >
27
+ </PropertyGroup >
28
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29
+ <PlatformTarget >AnyCPU</PlatformTarget >
30
+ <DebugType >pdbonly</DebugType >
31
+ <Optimize >true</Optimize >
32
+ <OutputPath >bin\Release\</OutputPath >
33
+ <DefineConstants >TRACE</DefineConstants >
34
+ <ErrorReport >prompt</ErrorReport >
35
+ <WarningLevel >4</WarningLevel >
36
+ </PropertyGroup >
37
+ <ItemGroup >
38
+ <Reference Include =" Microsoft.Practices.ServiceLocation, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
39
+ <HintPath >..\10.ModuleCatalog\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath >
40
+ <Private >True</Private >
41
+ </Reference >
42
+ <Reference Include =" Microsoft.Practices.Unity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL" >
43
+ <HintPath >..\10.ModuleCatalog\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.dll</HintPath >
44
+ <Private >True</Private >
45
+ </Reference >
46
+ <Reference Include =" Microsoft.Practices.Unity.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL" >
47
+ <HintPath >..\10.ModuleCatalog\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.Configuration.dll</HintPath >
48
+ <Private >True</Private >
49
+ </Reference >
50
+ <Reference Include =" Microsoft.Practices.Unity.RegistrationByConvention, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL" >
51
+ <HintPath >..\10.ModuleCatalog\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll</HintPath >
52
+ <Private >True</Private >
53
+ </Reference >
54
+ <Reference Include =" Prism, Version=6.1.0.0, Culture=neutral, PublicKeyToken=91a96d2a154366d8, processorArchitecture=MSIL" >
55
+ <HintPath >..\10.ModuleCatalog\packages\Prism.Core.6.1.0\lib\net45\Prism.dll</HintPath >
56
+ <Private >True</Private >
57
+ </Reference >
58
+ <Reference Include =" Prism.Unity.Wpf, Version=6.2.0.0, Culture=neutral, PublicKeyToken=91a96d2a154366d8, processorArchitecture=MSIL" >
59
+ <HintPath >..\10.ModuleCatalog\packages\Prism.Unity.6.2.0-pre3\lib\net45\Prism.Unity.Wpf.dll</HintPath >
60
+ <Private >True</Private >
61
+ </Reference >
62
+ <Reference Include =" Prism.Wpf, Version=6.1.0.0, Culture=neutral, PublicKeyToken=91a96d2a154366d8, processorArchitecture=MSIL" >
63
+ <HintPath >..\10.ModuleCatalog\packages\Prism.Wpf.6.1.1-pre2\lib\net45\Prism.Wpf.dll</HintPath >
64
+ <Private >True</Private >
65
+ </Reference >
66
+ <Reference Include =" System" />
67
+ <Reference Include =" System.Data" />
68
+ <Reference Include =" System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
69
+ <Reference Include =" System.Xml" />
70
+ <Reference Include =" Microsoft.CSharp" />
71
+ <Reference Include =" System.Core" />
72
+ <Reference Include =" System.Xml.Linq" />
73
+ <Reference Include =" System.Data.DataSetExtensions" />
74
+ <Reference Include =" System.Net.Http" />
75
+ <Reference Include =" System.Xaml" >
76
+ <RequiredTargetFramework >4.0</RequiredTargetFramework >
77
+ </Reference >
78
+ <Reference Include =" WindowsBase" />
79
+ <Reference Include =" PresentationCore" />
80
+ <Reference Include =" PresentationFramework" />
81
+ </ItemGroup >
82
+ <ItemGroup >
83
+ <ApplicationDefinition Include =" App.xaml" >
84
+ <Generator >MSBuild:Compile</Generator >
85
+ <SubType >Designer</SubType >
86
+ </ApplicationDefinition >
87
+ <Page Include =" Views\MainWindow.xaml" >
88
+ <Generator >MSBuild:Compile</Generator >
89
+ <SubType >Designer</SubType >
90
+ </Page >
91
+ <Compile Include =" App.xaml.cs" >
92
+ <DependentUpon >App.xaml</DependentUpon >
93
+ <SubType >Code</SubType >
94
+ </Compile >
95
+ <Compile Include =" Bootstrapper.cs" />
96
+ <Compile Include =" ViewModels\MainWindowViewModel.cs" />
97
+ <Compile Include =" Views\MainWindow.xaml.cs" >
98
+ <DependentUpon >MainWindow.xaml</DependentUpon >
99
+ <SubType >Code</SubType >
100
+ </Compile >
101
+ </ItemGroup >
102
+ <ItemGroup >
103
+ <Compile Include =" Properties\AssemblyInfo.cs" >
104
+ <SubType >Code</SubType >
105
+ </Compile >
106
+ <Compile Include =" Properties\Resources.Designer.cs" >
107
+ <AutoGen >True</AutoGen >
108
+ <DesignTime >True</DesignTime >
109
+ <DependentUpon >Resources.resx</DependentUpon >
110
+ </Compile >
111
+ <Compile Include =" Properties\Settings.Designer.cs" >
112
+ <AutoGen >True</AutoGen >
113
+ <DependentUpon >Settings.settings</DependentUpon >
114
+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
115
+ </Compile >
116
+ <EmbeddedResource Include =" Properties\Resources.resx" >
117
+ <Generator >ResXFileCodeGenerator</Generator >
118
+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
119
+ </EmbeddedResource >
120
+ <None Include =" packages.config" />
121
+ <None Include =" Properties\Settings.settings" >
122
+ <Generator >SettingsSingleFileGenerator</Generator >
123
+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
124
+ </None >
125
+ <AppDesigner Include =" Properties\" />
126
+ </ItemGroup >
127
+ <ItemGroup >
128
+ <None Include =" App.config" />
129
+ </ItemGroup >
130
+ <ItemGroup >
131
+ <ProjectReference Include =" ..\ModuleA\ModuleA.csproj" >
132
+ <Project >{ab8b448c-dd74-4d60-a041-3e5d03a32180}</Project >
133
+ <Name >ModuleA</Name >
134
+ </ProjectReference >
135
+ <ProjectReference Include =" ..\ModuleB\ModuleB.csproj" >
136
+ <Project >{528eee95-c9ca-4f63-93eb-799c3d1ec4e8}</Project >
137
+ <Name >ModuleB</Name >
138
+ </ProjectReference >
139
+ <ProjectReference Include =" ..\ModuleC\ModuleC.csproj" >
140
+ <Project >{da5f5bc5-cf28-49ea-b34c-b5a4739208ec}</Project >
141
+ <Name >ModuleC</Name >
142
+ </ProjectReference >
143
+ </ItemGroup >
144
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
145
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
146
+ Other similar extension points exist, see Microsoft.Common.targets.
147
+ <Target Name="BeforeBuild">
148
+ </Target>
149
+ <Target Name="AfterBuild">
150
+ </Target>
151
+ -->
152
+ </Project >
0 commit comments