1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 12.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 >{21A55EF1-C288-4BA6-A888-639C359CF07E}</ProjectGuid >
9
+ <OutputType >Exe</OutputType >
10
+ <AppDesignerFolder >Properties</AppDesignerFolder >
11
+ <RootNamespace >Automaat</RootNamespace >
12
+ <AssemblyName >Applicatie</AssemblyName >
13
+ <TargetFrameworkVersion >v4.5.1</TargetFrameworkVersion >
14
+ <TargetFrameworkProfile >
15
+ </TargetFrameworkProfile >
16
+ <FileAlignment >512</FileAlignment >
17
+ </PropertyGroup >
18
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
19
+ <PlatformTarget >x86</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
+ <Prefer32Bit >false</Prefer32Bit >
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
+ <Prefer32Bit >false</Prefer32Bit >
38
+ </PropertyGroup >
39
+ <PropertyGroup >
40
+ <StartupObject >Automaat.Program</StartupObject >
41
+ </PropertyGroup >
42
+ <ItemGroup >
43
+ <Reference Include =" System" />
44
+ <Reference Include =" System.Core" />
45
+ <Reference Include =" System.Xml.Linq" />
46
+ <Reference Include =" System.Data.DataSetExtensions" />
47
+ <Reference Include =" Microsoft.CSharp" />
48
+ <Reference Include =" System.Data" />
49
+ <Reference Include =" System.Xml" />
50
+ </ItemGroup >
51
+ <ItemGroup >
52
+ <Compile Include =" Automaton.cs" />
53
+ <Compile Include =" CombinedState.cs" />
54
+ <Compile Include =" Regex.cs" />
55
+ <Compile Include =" Taal.cs" />
56
+ <Compile Include =" Transition.cs" />
57
+ <Compile Include =" Program.cs" />
58
+ <Compile Include =" Properties\AssemblyInfo.cs" />
59
+ </ItemGroup >
60
+ <ItemGroup >
61
+ <None Include =" app.config" />
62
+ </ItemGroup >
63
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
64
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
65
+ Other similar extension points exist, see Microsoft.Common.targets.
66
+ <Target Name="BeforeBuild">
67
+ </Target>
68
+ <Target Name="AfterBuild">
69
+ </Target>
70
+ -->
71
+ </Project >
0 commit comments