Updated "Phone 1" field to be "Household Phone" to match MLS
[eq/.git] / mls / windowsGUI / MLSFileTrimmer / MLSFileTrimmer.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.30729</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{FB8A0153-84AA-402E-A5F4-E790AFF2B261}</ProjectGuid>\r
9     <OutputType>WinExe</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>MLSFileTrimmer</RootNamespace>\r
12     <AssemblyName>MLSFileTrimmer</AssemblyName>\r
13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
14     <FileAlignment>512</FileAlignment>\r
15     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>\r
16     <WarningLevel>4</WarningLevel>\r
17   </PropertyGroup>\r
18   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
19     <DebugSymbols>true</DebugSymbols>\r
20     <DebugType>full</DebugType>\r
21     <Optimize>false</Optimize>\r
22     <OutputPath>bin\Debug\</OutputPath>\r
23     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
24     <ErrorReport>prompt</ErrorReport>\r
25     <WarningLevel>4</WarningLevel>\r
26   </PropertyGroup>\r
27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
28     <DebugType>pdbonly</DebugType>\r
29     <Optimize>true</Optimize>\r
30     <OutputPath>bin\Release\</OutputPath>\r
31     <DefineConstants>TRACE</DefineConstants>\r
32     <ErrorReport>prompt</ErrorReport>\r
33     <WarningLevel>4</WarningLevel>\r
34   </PropertyGroup>\r
35   <ItemGroup>\r
36     <Reference Include="Ionic.Zip, Version=1.9.1.5, Culture=neutral, PublicKeyToken=edbe51ad942a3f5c, processorArchitecture=MSIL">\r
37       <SpecificVersion>False</SpecificVersion>\r
38       <HintPath>.\Ionic.Zip.dll</HintPath>\r
39     </Reference>\r
40     <Reference Include="System" />\r
41     <Reference Include="System.Core">\r
42       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
43     </Reference>\r
44     <Reference Include="System.Windows.Forms" />\r
45     <Reference Include="System.Xml.Linq">\r
46       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
47     </Reference>\r
48     <Reference Include="System.Data.DataSetExtensions">\r
49       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
50     </Reference>\r
51     <Reference Include="System.Data" />\r
52     <Reference Include="System.Xml" />\r
53     <Reference Include="WindowsBase" />\r
54     <Reference Include="PresentationCore" />\r
55     <Reference Include="PresentationFramework" />\r
56   </ItemGroup>\r
57   <ItemGroup>\r
58     <ApplicationDefinition Include="App.xaml">\r
59       <Generator>MSBuild:Compile</Generator>\r
60       <SubType>Designer</SubType>\r
61     </ApplicationDefinition>\r
62     <Page Include="Window1.xaml">\r
63       <Generator>MSBuild:Compile</Generator>\r
64       <SubType>Designer</SubType>\r
65     </Page>\r
66     <Compile Include="App.xaml.cs">\r
67       <DependentUpon>App.xaml</DependentUpon>\r
68       <SubType>Code</SubType>\r
69     </Compile>\r
70     <Compile Include="Window1.xaml.cs">\r
71       <DependentUpon>Window1.xaml</DependentUpon>\r
72       <SubType>Code</SubType>\r
73     </Compile>\r
74   </ItemGroup>\r
75   <ItemGroup>\r
76     <Compile Include="CSVTrimmer.cs" />\r
77     <Compile Include="MLSRequiredFields.cs" />\r
78     <Compile Include="Properties\AssemblyInfo.cs">\r
79       <SubType>Code</SubType>\r
80     </Compile>\r
81     <Compile Include="Properties\Resources.Designer.cs">\r
82       <AutoGen>True</AutoGen>\r
83       <DesignTime>True</DesignTime>\r
84       <DependentUpon>Resources.resx</DependentUpon>\r
85     </Compile>\r
86     <Compile Include="Properties\Settings.Designer.cs">\r
87       <AutoGen>True</AutoGen>\r
88       <DependentUpon>Settings.settings</DependentUpon>\r
89       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
90     </Compile>\r
91     <EmbeddedResource Include="Properties\Resources.resx">\r
92       <Generator>ResXFileCodeGenerator</Generator>\r
93       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
94     </EmbeddedResource>\r
95     <None Include="Properties\Settings.settings">\r
96       <Generator>SettingsSingleFileGenerator</Generator>\r
97       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
98     </None>\r
99     <AppDesigner Include="Properties\" />\r
100   </ItemGroup>\r
101   <ItemGroup>\r
102     <None Include="MLSRequiredFields.xml">\r
103       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
104     </None>\r
105   </ItemGroup>\r
106   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
107   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
108        Other similar extension points exist, see Microsoft.Common.targets.\r
109   <Target Name="BeforeBuild">\r
110   </Target>\r
111   <Target Name="AfterBuild">\r
112   </Target>\r
113   -->\r
114 </Project>