1 | <?xml version="1.0" encoding="utf-8"?> |
---|
2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
---|
3 | <PropertyGroup> |
---|
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
---|
5 | <Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
---|
6 | <ProductVersion>8.0.30703</ProductVersion> |
---|
7 | <SchemaVersion>2.0</SchemaVersion> |
---|
8 | <ProjectGuid>{0CE387C9-1123-4D84-B831-9D0A201A5B78}</ProjectGuid> |
---|
9 | <OutputType>WinExe</OutputType> |
---|
10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
---|
11 | <RootNamespace>Jaakon_Talo</RootNamespace> |
---|
12 | <AssemblyName>Jaakon_Talo</AssemblyName> |
---|
13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
---|
14 | <TargetFrameworkProfile>Client</TargetFrameworkProfile> |
---|
15 | <FileAlignment>512</FileAlignment> |
---|
16 | <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
---|
17 | <WarningLevel>4</WarningLevel> |
---|
18 | </PropertyGroup> |
---|
19 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
---|
20 | <PlatformTarget>x86</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|x86' "> |
---|
30 | <PlatformTarget>x86</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="System" /> |
---|
40 | <Reference Include="System.Data" /> |
---|
41 | <Reference Include="System.Xml" /> |
---|
42 | <Reference Include="Microsoft.CSharp" /> |
---|
43 | <Reference Include="System.Core" /> |
---|
44 | <Reference Include="System.Xml.Linq" /> |
---|
45 | <Reference Include="System.Data.DataSetExtensions" /> |
---|
46 | <Reference Include="System.Xaml"> |
---|
47 | <RequiredTargetFramework>4.0</RequiredTargetFramework> |
---|
48 | </Reference> |
---|
49 | <Reference Include="WindowsBase" /> |
---|
50 | <Reference Include="PresentationCore" /> |
---|
51 | <Reference Include="PresentationFramework" /> |
---|
52 | </ItemGroup> |
---|
53 | <ItemGroup> |
---|
54 | <ApplicationDefinition Include="App.xaml"> |
---|
55 | <Generator>MSBuild:Compile</Generator> |
---|
56 | <SubType>Designer</SubType> |
---|
57 | </ApplicationDefinition> |
---|
58 | <Page Include="MainWindow.xaml"> |
---|
59 | <Generator>MSBuild:Compile</Generator> |
---|
60 | <SubType>Designer</SubType> |
---|
61 | </Page> |
---|
62 | <Compile Include="App.xaml.cs"> |
---|
63 | <DependentUpon>App.xaml</DependentUpon> |
---|
64 | <SubType>Code</SubType> |
---|
65 | </Compile> |
---|
66 | <Compile Include="Huone1.cs" /> |
---|
67 | <Compile Include="MainWindow.xaml.cs"> |
---|
68 | <DependentUpon>MainWindow.xaml</DependentUpon> |
---|
69 | <SubType>Code</SubType> |
---|
70 | </Compile> |
---|
71 | </ItemGroup> |
---|
72 | <ItemGroup> |
---|
73 | <Compile Include="Ovi.cs" /> |
---|
74 | <Compile Include="Properties\AssemblyInfo.cs"> |
---|
75 | <SubType>Code</SubType> |
---|
76 | </Compile> |
---|
77 | <Compile Include="Properties\Resources.Designer.cs"> |
---|
78 | <AutoGen>True</AutoGen> |
---|
79 | <DesignTime>True</DesignTime> |
---|
80 | <DependentUpon>Resources.resx</DependentUpon> |
---|
81 | </Compile> |
---|
82 | <Compile Include="Properties\Settings.Designer.cs"> |
---|
83 | <AutoGen>True</AutoGen> |
---|
84 | <DependentUpon>Settings.settings</DependentUpon> |
---|
85 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
---|
86 | </Compile> |
---|
87 | <EmbeddedResource Include="Properties\Resources.resx"> |
---|
88 | <Generator>ResXFileCodeGenerator</Generator> |
---|
89 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
---|
90 | </EmbeddedResource> |
---|
91 | <None Include="Properties\Settings.settings"> |
---|
92 | <Generator>SettingsSingleFileGenerator</Generator> |
---|
93 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
---|
94 | </None> |
---|
95 | <AppDesigner Include="Properties\" /> |
---|
96 | </ItemGroup> |
---|
97 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
---|
98 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
---|
99 | Other similar extension points exist, see Microsoft.Common.targets. |
---|
100 | <Target Name="BeforeBuild"> |
---|
101 | </Target> |
---|
102 | <Target Name="AfterBuild"> |
---|
103 | </Target> |
---|
104 | --> |
---|
105 | </Project> |
---|