|
12 | 12 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
13 | 13 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
14 | 14 | <ApplicationIcon>Icons\App.ico</ApplicationIcon> |
15 | | - <AssemblyKeyContainerName> |
16 | | - </AssemblyKeyContainerName> |
| 15 | + <AssemblyKeyContainerName></AssemblyKeyContainerName> |
17 | 16 | <AssemblyName>MyMoney</AssemblyName> |
18 | 17 | <AssemblyOriginatorKeyFile>$(MyKeyFile)</AssemblyOriginatorKeyFile> |
19 | 18 | <DefaultClientScript>JScript</DefaultClientScript> |
|
23 | 22 | <RootNamespace>Walkabout</RootNamespace> |
24 | 23 | <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> |
25 | 24 | <StartupObject>Walkabout.App</StartupObject> |
26 | | - <FileUpgradeFlags> |
27 | | - </FileUpgradeFlags> |
28 | | - <UpgradeBackupLocation> |
29 | | - </UpgradeBackupLocation> |
| 25 | + <FileUpgradeFlags></FileUpgradeFlags> |
| 26 | + <UpgradeBackupLocation></UpgradeBackupLocation> |
30 | 27 | <OldToolsVersion>3.5</OldToolsVersion> |
31 | 28 | <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> |
32 | 29 | <IsWebBootstrapper>true</IsWebBootstrapper> |
33 | | - <TargetFrameworkProfile> |
34 | | - </TargetFrameworkProfile> |
| 30 | + <TargetFrameworkProfile></TargetFrameworkProfile> |
35 | 31 | <Utf8Output>true</Utf8Output> |
36 | 32 | <ExpressionBlendVersion>4.0.20901.0</ExpressionBlendVersion> |
37 | | - <NuGetPackageImportStamp> |
38 | | - </NuGetPackageImportStamp> |
| 33 | + <NuGetPackageImportStamp></NuGetPackageImportStamp> |
39 | 34 | <PublishUrl>d:\git\clovett\MyMoney.Net\Source\WPF\publish\</PublishUrl> |
40 | 35 | <Install>true</Install> |
41 | 36 | <InstallFrom>Web</InstallFrom> |
|
63 | 58 | <AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
64 | 59 | <BaseAddress>285212672</BaseAddress> |
65 | 60 | <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> |
66 | | - <ConfigurationOverrideFile> |
67 | | - </ConfigurationOverrideFile> |
| 61 | + <ConfigurationOverrideFile></ConfigurationOverrideFile> |
68 | 62 | <DefineConstants>TRACE;DEBUG;PerformanceBlocks</DefineConstants> |
69 | | - <DocumentationFile> |
70 | | - </DocumentationFile> |
| 63 | + <DocumentationFile></DocumentationFile> |
71 | 64 | <DebugSymbols>true</DebugSymbols> |
72 | 65 | <FileAlignment>4096</FileAlignment> |
73 | 66 | <NoStdLib>false</NoStdLib> |
74 | | - <NoWarn> |
75 | | - </NoWarn> |
| 67 | + <NoWarn></NoWarn> |
76 | 68 | <Optimize>false</Optimize> |
77 | 69 | <RegisterForComInterop>false</RegisterForComInterop> |
78 | 70 | <RemoveIntegerChecks>false</RemoveIntegerChecks> |
|
91 | 83 | <AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
92 | 84 | <BaseAddress>285212672</BaseAddress> |
93 | 85 | <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> |
94 | | - <ConfigurationOverrideFile> |
95 | | - </ConfigurationOverrideFile> |
| 86 | + <ConfigurationOverrideFile></ConfigurationOverrideFile> |
96 | 87 | <DefineConstants>TRACE;PerformanceBlocks</DefineConstants> |
97 | | - <DocumentationFile> |
98 | | - </DocumentationFile> |
| 88 | + <DocumentationFile></DocumentationFile> |
99 | 89 | <DebugSymbols>false</DebugSymbols> |
100 | 90 | <FileAlignment>4096</FileAlignment> |
101 | 91 | <NoStdLib>false</NoStdLib> |
102 | | - <NoWarn> |
103 | | - </NoWarn> |
| 92 | + <NoWarn></NoWarn> |
104 | 93 | <Optimize>true</Optimize> |
105 | 94 | <RegisterForComInterop>false</RegisterForComInterop> |
106 | 95 | <RemoveIntegerChecks>false</RemoveIntegerChecks> |
|
115 | 104 | <ManifestCertificateThumbprint>AFFF93C9E6AD77B2519D1778A820B789F9F1E31D</ManifestCertificateThumbprint> |
116 | 105 | </PropertyGroup> |
117 | 106 | <PropertyGroup> |
118 | | - <ManifestKeyFile> |
119 | | - </ManifestKeyFile> |
| 107 | + <ManifestKeyFile></ManifestKeyFile> |
120 | 108 | </PropertyGroup> |
121 | 109 | <PropertyGroup> |
122 | 110 | <GenerateManifests>true</GenerateManifests> |
|
144 | 132 | <Reference Include="PresentationFramework.Aero" /> |
145 | 133 | <Reference Include="System" /> |
146 | 134 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
147 | | - <Reference Include="System.Core"> |
148 | | - </Reference> |
| 135 | + <Reference Include="System.Core"></Reference> |
149 | 136 | <Reference Include="System.Data"> |
150 | 137 | <Name>System.Data</Name> |
151 | 138 | </Reference> |
|
173 | 160 | <Reference Include="System.Xml"> |
174 | 161 | <Name>System.XML</Name> |
175 | 162 | </Reference> |
176 | | - <Reference Include="System.Xml.Linq"> |
177 | | - </Reference> |
| 163 | + <Reference Include="System.Xml.Linq"></Reference> |
178 | 164 | <Reference Include="WindowsBase" /> |
179 | 165 | </ItemGroup> |
180 | 166 | <ItemGroup> |
|
491 | 477 | <Compile Include="Reports\Reports.cs"> |
492 | 478 | <SubType>Code</SubType> |
493 | 479 | </Compile> |
494 | | - <Compile Include="Utilities\Clipboard.cs"> |
495 | | - </Compile> |
| 480 | + <Compile Include="Utilities\Clipboard.cs"></Compile> |
496 | 481 | <Compile Include="Database\SqlDatabase.cs"> |
497 | 482 | <SubType>Code</SubType> |
498 | 483 | </Compile> |
|
976 | 961 | <ItemGroup> |
977 | 962 | <PublishFile Include="Setup\changes.xml"> |
978 | 963 | <Visible>False</Visible> |
979 | | - <Group> |
980 | | - </Group> |
981 | | - <TargetPath> |
982 | | - </TargetPath> |
| 964 | + <Group></Group> |
| 965 | + <TargetPath></TargetPath> |
983 | 966 | <PublishState>Include</PublishState> |
984 | 967 | <IncludeHash>True</IncludeHash> |
985 | 968 | <FileType>File</FileType> |
|
993 | 976 | </ItemGroup> |
994 | 977 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
995 | 978 | <PropertyGroup> |
996 | | - <PreBuildEvent> |
997 | | - </PreBuildEvent> |
998 | | - <PostBuildEvent> |
999 | | - </PostBuildEvent> |
1000 | | - </PropertyGroup> |
1001 | | - <PropertyGroup> |
| 979 | + <PreBuildEvent></PreBuildEvent> |
| 980 | + <PostBuildEvent></PostBuildEvent> |
1002 | 981 | </PropertyGroup> |
| 982 | + <PropertyGroup></PropertyGroup> |
1003 | 983 | <PropertyGroup> |
1004 | 984 | <PostBuildEvent /> |
1005 | 985 | </PropertyGroup> |
|
0 commit comments