VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Boot/Windows/Boot.vcxproj.filters
blob: 1a60ac81b91053f45b1d5da330131ce888744fa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Source Files">
      <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
      <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
    </Filter>
    <Filter Include="Source Files\Common">
      <UniqueIdentifier>{851ac58e-36e0-4dfa-a208-6da2330f5959}</UniqueIdentifier>
    </Filter>
    <Filter Include="Source Files\Crypto">
      <UniqueIdentifier>{76da5bdb-fe11-430a-8667-2fe7f9ac3667}</UniqueIdentifier>
    </Filter>
    <Filter Include="Header Files">
      <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
      <Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions>
    </Filter>
    <Filter Include="Build Files">
      <UniqueIdentifier>{732efef1-4474-4845-aa74-17b852cc0f2e}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="BootConfig.cpp">
      <Filter>Source Files</Filter>
    </ClCompile>
    <ClCompile Include="BootConsoleIo.cpp">
      <Filter>Source Files</Filter>
    </ClCompile>
    <ClCompile Include="BootDebug.cpp">
      <Filter>Source Files</Filter>
    </ClCompile>
    <ClCompile Include="BootDiskIo.cpp">
      <Filter>Source Files</Filter>
    </ClCompile>
    <ClCompile Include="BootEncryptedIo.cpp">
      <Filter>Source Files</Filter>
    </ClCompile>
    <ClCompile Include="BootMain.cpp">
      <Filter>Source Files</Filter>
    </ClCompile>
    <ClCompile Include="BootMemory.cpp">
      <Filter>Source Files</Filter>
    </ClCompile>
    <ClCompile Include="Decompressor.c">
      <Filter>Source Files</Filter>
    </ClCompile>
    <ClCompile Include="IntFilter.cpp">
      <Filter>Source Files</Filter>
    </ClCompile>
    <ClCompile Include="Platform.cpp">
      <Filter>Source Files</Filter>
    </ClCompile>
    <ClCompile Include="..\..\Common\Crc.c">
      <Filter>Source Files\Common</Filter>
    </ClCompile>
    <ClCompile Include="..\..\Common\Crypto.c">
      <Filter>Source Files\Common</Filter>
    </ClCompile>
    <ClCompile Include="..\..\Common\Endian.c">
      <Filter>Source Files\Common</Filter>
    </ClCompile>
    <ClCompile Include="..\..\Common\Pkcs5.c">
      <Filter>Source Files\Common</Filter>
    </ClCompile>
    <ClCompile Include="..\..\Common\Volumes.c">
      <Filter>Source Files\Common</Filter>
    </ClCompile>
    <ClCompile Include="..\..\Common\Xts.c">
      <Filter>Source Files\Common</Filter>
    </ClCompile>
    <ClCompile Include="..\..\Crypto\AesSmall.c">
      <Filter>Source Files\Crypto</Filter>
    </ClCompile>
    <ClCompile Include="..\..\Crypto\CamelliaSmall.c">
      <Filter>Source Files\Crypto</Filter>
    </ClCompile>
    <ClCompile Include="..\..\Crypto\Rmd160.c">
      <Filter>Source Files\Crypto</Filter>
    </ClCompile>
    <ClCompile Include="..\..\Crypto\Serpent.c">
      <Filter>Source Files\Crypto</Filter>
    </ClCompile>
    <ClCompile Include="..\..\Crypto\Sha2Small.c">
      <Filter>Source Files\Crypto</Filter>
    </ClCompile>
    <ClCompile Include="..\..\Crypto\Twofish.c">
      <Filter>Source Files\Crypto</Filter>
    </ClCompile>
  </ItemGroup>
  <ItemGroup>
    <None Include="BootCrt.asm">
      <Filter>Source Files</Filter>
    </None>
    <None Include="BootSector.asm">
      <Filter>Source Files</Filter>
    </None>
    <None Include="..\..\Crypto\Aes_hw_cpu.asm">
      <Filter>Source Files\Crypto</Filter>
    </None>
    <None Include="..\..\Crypto\AesSmall_x86.asm">
      <Filter>Source Files\Crypto</Filter>
    </None>
    <None Include="Makefile">
      <Filter>Build Files</Filter>
    </None>
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="Bios.h">
      <Filter>Header Files</Filter>
    </ClInclude>
    <ClInclude Include="BootCommon.h">
      <Filter>Header Files</Filter>
    </ClInclude>
    <ClInclude Include="BootConfig.h">
      <Filter>Header Files</Filter>
    </ClInclude>
    <ClInclude Include="BootConsoleIo.h">
      <Filter>Header Files</Filter>
    </ClInclude>
    <ClInclude Include="BootDebug.h">
      <Filter>Header Files</Filter>
    </ClInclude>
    <ClInclude Include="BootDefs.h">
      <Filter>Header Files</Filter>
    </ClInclude>
    <ClInclude Include="BootDiskIo.h">
      <Filter>Header Files</Filter>
    </ClInclude>
    <ClInclude Include="BootEncryptedIo.h">
      <Filter>Header Files</Filter>
    </ClInclude>
    <ClInclude Include="BootMain.h">
      <Filter>Header Files</Filter>
    </ClInclude>
    <ClInclude Include="BootMemory.h">
      <Filter>Header Files</Filter>
    </ClInclude>
    <ClInclude Include="BootStrings.h">
      <Filter>Header Files</Filter>
    </ClInclude>
    <ClInclude Include="IntFilter.h">
      <Filter>Header Files</Filter>
    </ClInclude>
    <ClInclude Include="Platform.h">
      <Filter>Header Files</Filter>
    </ClInclude>
  </ItemGroup>
</Project>